View Full Version : remove css border
cgishack
30 Aug 2007, 6:34 AM
Hello,
I am creating a layout and i have the north section 100% width with a banner inside of it.
But the ext css puts a light blue border around my image.
How do i remove this border?
Is there a config option for css class ?
Drew
ApocalypseCow
30 Aug 2007, 6:44 AM
try inspecting the element with firebug and it'll show you what css rules are applied to that element. you will need to check if it's around the image or the region itself.
off the top of my head though you can probably fix it by creating a border:0px rule in a style sheet of your own and apply it to your north region, however you have identified or named it.
eg it might be:
#north{border:0px}
but without knowing what css you're using and how you've created your regions it's hard to be more specific. you may have a style that is putting borders around images.
Powered by vBulletin® Version 4.1.5 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.