Page 1 of 1
Banner Module Question?
Posted: Wed May 02, 2007 6:56 pm
by Bob
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!
Re: Banner Module Question?
Posted: Thu May 03, 2007 5:20 am
by KO
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
Re: Banner Module Question?
Posted: Thu May 03, 2007 1:54 pm
by Bob
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
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.
MAybe It's either in the Module itself or a parameter I can set in the Smarty tag?
Re: Banner Module Question?
Posted: Thu May 03, 2007 1:59 pm
by calguy1000
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.
Re: Banner Module Question?
Posted: Thu May 03, 2007 2:29 pm
by Bob
Thanks Cal!