amber2403
08-02-2005, 09:30 AM
Hello, ya'll.
Okay so I went browsing and I stumbled upon this site, http://www.only-for-love.org/. If you run your mouse, if you have I.E., you'll notice that the bg and text changes as the mouse runs over it. No matter what I do. I just can't seem to work my link classes to work that way.
This is what I got, http://www.sultry-stare.net/shadowed/. Those aren't exactly the colors I plan on using, just so I can see it all a little better, but if you look, you'll see that the line doesn't extend all of the way out like hers does.
I have a position class labed "Div Class="blog"" before it so that I don't have to position each individual class, but put them all in between the class with the correct positioning, if that makes sense.
This is my CSS:
a.links:link {background-color: #00FF00; color: #0000ff;}
a.links:visited {color: #ff0000;}
a.links:active {color: #00FF00;}
a.links:hover {background-color: #ffffff;}
a {text-decoration: none}
The "links" is the name of the class I tag it too.
This is my Index file:
<DIV CLASS="BLOG">
<DIV CLASS="COLUMNHEAD"> N A V I G A T I O N</DIV>
<DIV CLASS="LINKS" STYLE="WIDTH: 169px;">
<BR>
<a href="http://www.sultry-stare.net/shadowed/me.html" class="links">ME</a><BR>
YOU<BR>
BLOG ARCHIVE<BR>
FAN FICTION<BR>
POEMS<BR>
ABOUT DOMAIN<BR>
EXIT<BR>
<BR>
</DIV>
</DIV>
Can anyone tell me what I'm doing wrong? I just want to know a basic way of how she did her so I can tweak it from there. I would also love to know how she did the howl dotted link thing too. I think that looks real neat.
Any suggestions?
Okay so I went browsing and I stumbled upon this site, http://www.only-for-love.org/. If you run your mouse, if you have I.E., you'll notice that the bg and text changes as the mouse runs over it. No matter what I do. I just can't seem to work my link classes to work that way.
This is what I got, http://www.sultry-stare.net/shadowed/. Those aren't exactly the colors I plan on using, just so I can see it all a little better, but if you look, you'll see that the line doesn't extend all of the way out like hers does.
I have a position class labed "Div Class="blog"" before it so that I don't have to position each individual class, but put them all in between the class with the correct positioning, if that makes sense.
This is my CSS:
a.links:link {background-color: #00FF00; color: #0000ff;}
a.links:visited {color: #ff0000;}
a.links:active {color: #00FF00;}
a.links:hover {background-color: #ffffff;}
a {text-decoration: none}
The "links" is the name of the class I tag it too.
This is my Index file:
<DIV CLASS="BLOG">
<DIV CLASS="COLUMNHEAD"> N A V I G A T I O N</DIV>
<DIV CLASS="LINKS" STYLE="WIDTH: 169px;">
<BR>
<a href="http://www.sultry-stare.net/shadowed/me.html" class="links">ME</a><BR>
YOU<BR>
BLOG ARCHIVE<BR>
FAN FICTION<BR>
POEMS<BR>
ABOUT DOMAIN<BR>
EXIT<BR>
<BR>
</DIV>
</DIV>
Can anyone tell me what I'm doing wrong? I just want to know a basic way of how she did her so I can tweak it from there. I would also love to know how she did the howl dotted link thing too. I think that looks real neat.
Any suggestions?