Banner Module Question?

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
Bob

Banner Module Question?

Post 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!
KO
Power Poster
Power Poster
Posts: 562
Joined: Mon Nov 06, 2006 7:55 pm

Re: Banner Module Question?

Post 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
Bob

Re: Banner Module Question?

Post 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?
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm

Re: Banner Module Question?

Post 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.
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.
Bob

Re: Banner Module Question?

Post by Bob »

Thanks Cal!
Locked

Return to “CMSMS Core”