Simple Machines Community Forum

SMF Support => SMF 2.0.x Support => Topic started by: shadow82x on May 06, 2008, 04:10:29 PM

Title: Links Links...
Post by: shadow82x on May 06, 2008, 04:10:29 PM
I have been playing around with my css lately and boy - theres so many things yo can do. :D

I could not determine if this was a css issue or a SMF issue. But this is whats current my hover link.


a:hover {border-bottom: 1px dashed #CDCDB4; color: #B42000;text-decoration: none;}



Anyway I do not want the dashes to appear on the on the bbc. Is there a way to disable it on images?
Title: Re: Links Links...
Post by: Spaceman-Spiff on May 06, 2008, 07:24:31 PM
Perhaps you can wrap the BBC in a new <div> with a different class, example "noborder". Then add:

.noborder a:hover { border: 0px; }
Title: Re: Links Links...
Post by: Rumbaar on May 20, 2008, 03:54:14 AM
If you are using the [img][/img] tags you can try to add the border: style to remove the dashes to the class assign to img tag (class="bbc_img")