I have made my new site XHTML valid and CSS valid
Okay anyway, in IE there is like a 2px line from the banner and the main text.
Can anyone help?
(View source on page)

I have made my new site XHTML valid and CSS valid
Okay anyway, in IE there is like a 2px line from the banner and the main text.
Can anyone help?
(View source on page)
<body topmargin="0">
But saying that, I don't think that is valid XHTML. IE is so old and dated it never keeps up with powerfull CSS.
- Craig.
Isnt working x(
Any other ideas guys?
OH, sorry. I read the post wrong, I thought you meant the banner from the top. (the top margin) Nevermind.
I'm not sure, have you checked your divs to see if the margins are 0?
- Craig.
Ta da! Thanks Craig
I also have a other problem...You must spread some Reputation around before giving it to craigg. again.
Is there anyway of making it go 100% down to the bottom of the browser? 100% does not work...Code:#leftpadding { float: left; width: 63px; background-image: url(./images/danny_r2_c2.png); height: 500px; } #rightpadding { float: right; width: 63px; background-image:url(./images/danny_r2_c6.png); height: 500px; }
Last edited by Luckyrare; 30-04-2006 at 09:24 AM.
Just added a problem to the last post, take a look if you wouldnt mind![]()
#leftpadding {
float: left;
width: 63px;
background-image: url(./images/danny_r2_c2.png);
height: 500px;
margin-left: 0px;
}
#rightpadding {
float: right;
width: 63px;
background-image:url(./images/danny_r2_c6.png);
height: 500px;
margin-right: 0px;
}
In IE I use;
<body topmargin="0" bottommargin="0">
EDIT , But the bottom margin needs to have so much content before it will have 0 margin.
- Craig.
Last edited by craigg.; 30-04-2006 at 09:29 AM.
Want to hide these adverts? Register an account for free!