What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » IE difference

Pages: (4): « First « 1 [ 2 ] 3 4 » Last »
IE difference
Author: Message:
absorbation
Elite Member
*****

Avatar

Posts: 3636
Reputation: 81
– / Male / Flag
Joined: Feb 2005
RE: IE difference
right click > open with : Mozzila Firefox :P
02-03-2006 07:38 PM
Profile PM Find Quote Report
DJKAL
Senior Member
****

Avatar

Posts: 800
Reputation: 14
33 / Male / –
Joined: Oct 2005
O.P. RE: IE difference
:$ oops!
ok - its done ....
how do i use it :$
i hate being thick :'(

-------------------------------------------------------------------------

i have updated it AGAIN and have now added the links and most of the second page, i think i only have the "home page" hyperlink left to add.
but!
on the home page i set the links to be white, then when the mouse goes over them to change to pink {contrasting colour and clear to see it is a link .. and not because i like pink obviously! 8-)}
and then to change to blue when clicked
i deleted the "veiwed" tag as they went lime:|
i am using hex codes so that isnt the problem like before ...
but if you veiw the page in IE and click a link then go back {click back because i haven't yet added the back to home page link :P} they become lime:| why is this when i  have deleted the "veiwed" tag ??
thanks
DJKAL
"You don't sleep, you defragment!"
02-03-2006 10:48 PM
Profile E-Mail PM Web Find Quote Report
Kryptonate
Veteran Member
*****

Avatar

Posts: 2874
Reputation: 23
37 / Male / –
Joined: Jun 2003
RE: IE difference
quote:
h1 {text-align: center}
h1 {color: #FFFFFF}
h2 {text-align center}
h2 {color: #707070}

you can change this to
h1 {
text-align:center;
color:#FFFFFF;
}
h2 {
text-align:center;
color:#707070;
}
quote:
<body bgcolor="black">
Place this in CSS too (body {background-color:#000000;})

quote:
<u>Calum's Disco's</U>
Still a capital U :p

quote:
<br><br>
use a <p></p>  or <p /> for this (I saw you have a <p> but you don't close it, always close it!)

At the end you hava a closing font-element. But I don't see one opening it.

With your links you use a <h2> and to close it a </h>. This has to be <h2></h2>

quote:
Originally posted by DJKAL
i deleted the "veiwed" tag as they went lime(Smilie)
i am using hex codes so that isnt the problem like before ...
but if you veiw the page in IE and click a link then go back {click back because i haven't yet added the back to home page link (Smilie)} they become lime(Smilie) why is this when i  have deleted the "veiwed" tag ??
I'm sorry but I've never heard of a "veiwed" tag :/. You could add a:visited {} in your CSS between a:link and a:hover to set a color for the link for when the visitor returns.

This post was edited on 02-03-2006 at 11:33 PM by Kryptonate.
02-03-2006 11:31 PM
Profile E-Mail PM Find Quote Report
DJKAL
Senior Member
****

Avatar

Posts: 800
Reputation: 14
33 / Male / –
Joined: Oct 2005
O.P. RE: IE difference
quote:
Originally posted by Kryptonate
I'm sorry but I've never heard of a "veiwed" tag :/. You could change a:visited {} in your CSS between a:link and a:hover to set a color for the link for when the visitor returns.
that it:D
visited! not veiwed:$
i'll change all the codes now, thanks :)
oh yer..the </font> was because i deleted that code and clearly forgot to delete it all! :$

in IE the links become purple now once visited:|!
and in firefox they stay white...as i coded it {i think}
how to i make them stay this colour {white} in IE too?

This post was edited on 02-03-2006 at 11:38 PM by DJKAL.
"You don't sleep, you defragment!"
02-03-2006 11:36 PM
Profile E-Mail PM Web Find Quote Report
ShawnZ
Veteran Member
*****

Avatar

Posts: 3146
Reputation: 43
32 / Male / Flag
Joined: Jan 2003
RE: IE difference
quote:
Originally posted by DJKAL
how to i make them stay this colour {white} in IE too?

by realizing you didn't actually even add an a:visited tag?
Spoiler:
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
02-03-2006 11:40 PM
Profile PM Web Find Quote Report
Kryptonate
Veteran Member
*****

Avatar

Posts: 2874
Reputation: 23
37 / Male / –
Joined: Jun 2003
RE: IE difference
Another thing: a:active {color: #FFFFF} <-- add another F to it :p
02-03-2006 11:42 PM
Profile E-Mail PM Find Quote Report
DJKAL
Senior Member
****

Avatar

Posts: 800
Reputation: 14
33 / Male / –
Joined: Oct 2005
O.P. RE: IE difference
i deleted that code because i thought it might solve the problem

quote:
Originally posted by ShawnZ
by realizing you didn't actually even add an a:visited tag?
i deleted that code because i thought it might solve the problem
quote:
Originally posted by Kryptonate
Another thing: a:active {color: #FFFFF} <-- add another F to it
done
quote:
Originally posted by Kryptonate
Place this in CSS too (body {background-color:#000000;})
that doesnt work :/
unless i just placed it in the worng place:$
"You don't sleep, you defragment!"
02-03-2006 11:43 PM
Profile E-Mail PM Web Find Quote Report
ShawnZ
Veteran Member
*****

Avatar

Posts: 3146
Reputation: 43
32 / Male / Flag
Joined: Jan 2003
RE: IE difference
quote:
Originally posted by DJKAL
that doesnt work :/

not the "(" or ")"
Spoiler:
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
02-03-2006 11:49 PM
Profile PM Web Find Quote Report
Kryptonate
Veteran Member
*****

Avatar

Posts: 2874
Reputation: 23
37 / Male / –
Joined: Jun 2003
RE: IE difference
quote:
Originally posted by DJKAL
that doesnt work :/
unless i just placed it in the worng place
<style type="text/css">
body {background-color:#000000;}
h1 {
text-align:center;
color:#FFFFFF;}
h2 {
text-align:center;
color:#707070;}
a:link {color: #FFFFFF}
a:visited {color:#FFFFFF}
a:hover {color: #FF00FF}
a:active {color: #FFFFFF}
</style>

Edit: remove your post from 10 minutes ago. Don't double post :)

This post was edited on 02-03-2006 at 11:53 PM by Kryptonate.
02-03-2006 11:50 PM
Profile E-Mail PM Find Quote Report
DJKAL
Senior Member
****

Avatar

Posts: 800
Reputation: 14
33 / Male / –
Joined: Oct 2005
O.P. RE: IE difference
thanks :D that was the only bit i had wrong, i've edited the other things and the links are white again now :)
all the time :D
thanks! :D
i'll add it to the ftp:// file now and then make a start on the other 2 pages and then think of any other pages i may need/want added:)
thanks again :D
"You don't sleep, you defragment!"
02-03-2006 11:53 PM
Profile E-Mail PM Web Find Quote Report
Pages: (4): « First « 1 [ 2 ] 3 4 » Last »
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On