How do I remove the border in "banners"?
I get a blue border in IE7 and purplish one in FireFox. I don't want any border on it. I'm not where to look.
I'm using the latest Banners Module on CMSms 1.0.4
Thanks!
Banner Module Question?
Re: Banner Module Question?
Maybe those banners are links that get their text-decoration. So you should change that text decoration in your css.
dir.whateverisrightbannerclass a img {border:0px solid;text-decoration:none}
dir.whateverisrightbannerclass a:hover img {border:0px solid;text-decoration:none}
br,
K
dir.whateverisrightbannerclass a img {border:0px solid;text-decoration:none}
dir.whateverisrightbannerclass a:hover img {border:0px solid;text-decoration:none}
br,
K
-
Bob
Re: Banner Module Question?
Not that I'm aware of... I don't have any CSS attached to the Banners Module, and there's no hover class associated to banners.KO wrote: Maybe those banners are links that get their text-decoration. So you should change that text decoration in your css.
dir.whateverisrightbannerclass a img {border:0px solid;text-decoration:none}
dir.whateverisrightbannerclass a:hover img {border:0px solid;text-decoration:none}
br,
K
MAybe It's either in the Module itself or a parameter I can set in the Smarty tag?
-
calguy1000
- Support Guru

- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
Re: Banner Module Question?
there isn't any CSS stuff at all in banners (it's a really simple module), so I would use the web developers extension to FF, and see what styles are effecting things. or wrap a around the call to the banners module, and then style the links in there.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.

