CSS underline
- Started
- Last post
- 31 Responses
- RustyBadge0
Wait a minute... there's still a very small underline in between the thumbnail images! Can you see that??
What's that all about?
- UndoUndo0
:) no problem
- stewart0
yeah whatever Timson.
control+F doesn't work on a mac, not when you want to change the hyperlinks in 100 different files.anyhow, the weather is nice here.
- UndoUndo0
its because of this
#dynamic a:hover {
text-decoration: underline;}
- UndoUndo0
change it to this for no effect
#dynamic a:hover {
text-decoration: none;}
or this for a border (red)
#dynamic a:hover {
border: 1px solid red;}
- Timson0
stewart, show me the javascript please, can't find anything on google. it would be very helpfull. thanks
- RustyBadge0
Undo Undo - cheers for that, but I want the text in the #dynamic section to have the underline effect...
...but not the images...
I'll have a tamper with it.
- who0
in html
you can write border=0 inside the image tagor
in css
img {
border: 0;
}
- stewart0
haha Timson
ON YOUR KNEES!
- UndoUndo0
just add
text-decoration: none;
to the redefined img tag and yr done. you can keep the dynamic div with underline then
- UndoUndo0
you got mail rustyBadge!