NT rollovers
- Started
- Last post
- 10 Responses
- Buckyball2
This might have been posted before. But how can I get a rollover effect in HTML similar to the ones here on NT. No line links that when you rollover, a solid square of color appears over the type.
Scoured the web for diff. HTML sites. Got lost. Ended up here.
Anyone who can help me will have my utmost admiration.
thanks,
bB
- unknown0
that's css, dude.
go to webmonkey and learn how to use it.
- ILuvSushi0
CSS
- Buckyball20
a little copy and paste action? or more involved.
bB
- unknown0
dump this in style tag in the head of page...see what happens to link text...change colors to your likey..
--------------------
a:link, a:visited {
color: #000000;
text-decoration: none;
}
a:active, a:hover {
color: #FF0000;
text-decoration: none;
background-color: #666666;
}-------------------
btw: the above might look screwed up...should work I hope for ya..
- Buckyball20
thanks 3.
- Buckyball20
Hey 3. got lost on putting that code you supplied into the head of my html.
I already have 3 basic, underlined links in place. Should I kill those all together? Everytime I paste that text into the head of my source code, it appears on my page.
Me not codey too well. What am I doing wrong?
thanks,
bB
- mitsu0
put it in style tags
- Buckyball20
Ok. Here is where you either start laughing or frowning at me.
I am in GoLive 5. I know. I know.
What is the easiest way to do this task in that program. If anyone knows.
bB
- hiphoprelic0
learn some html