![]() |
css underline color - not for avatars and co ?
hello,
i changed the default body textdecoration hover css to none; border-bottom:1px solid #FF0000 but now also avatars and the header logo picture has the underline, i searched and worked a bit but couldnt find the proper 'section' to add border-bottom:none can anyone help? |
Quote:
HTML Code:
img { |
nah its cause of the images are link, like the new thread button
i thought there is a special class for that which i cant find, maybe im wrong and its not that easy to change should be sth like this a.no:hover { text-decoration:none; border-bottom:none } |
You're globally setting the text-decoration:underline which will affect any link type. If you want the image links to appear without the underline I think you only need to set the <td> and <div> tags with that text-decoration. Then you can apply the text-decoration:none;border-bottom:none for your image links.
*Though, the default behavior of links is underlined. So if you keep the <body> at default and apply KTbleeding's code it should work. |
i tried it without success
img a:hover { text-decoration:none; border-bottom:none } example for my prob: http://people.freenet.de/fatxyz/test.html --> its not possible without classes, so is there any class for images in vb? |
All times are GMT. The time now is 06:01 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|