Grrrrrr...how do I eliminate the top padding ?????

nightcrawler
nightcrawler's picture

Joined: 2004-10-30
Posts: 9
Posted: Fri, 2004-11-12 02:20

Would like the banner to touch the top and sides:

AttachmentSize
header.padding.PNG114.19 KB
 
valiant

Joined: 2003-01-04
Posts: 32509
Posted: Fri, 2004-11-12 06:54

not sure if that's all, but
body {
PADDING: 0px 0px 0px 0px;
MARGIN: 0px;
}
in your css file should do it.
if not, take a look at http://www.nei.ch/includes/nei.ch.css
and the result:
http://www.nei.ch/clan/

 
valiant

Joined: 2003-01-04
Posts: 32509
Posted: Fri, 2004-11-12 07:09
 
nightcrawler
nightcrawler's picture

Joined: 2004-10-30
Posts: 9
Posted: Fri, 2004-11-12 22:45

It worked for the top padding but the sides are still not touching.

:-?

 
valiant

Joined: 2003-01-04
Posts: 32509
Posted: Fri, 2004-11-12 23:31

look at my css and the css of the other guy, it works.
i spent days to get the css working with IE, opera and firefox.