|
Re: Is there an alternitive to 'Float:Center'
ive fixed it
http://marc-online.co.uk the buttons are a bit skewed up in IE, i dont know why, but thats 1 problem solved. i had:
- Code: Select all
<div id="maincontents"/>
<div id="sidebar"/>
it wasnt closing the div so that is why the two boxes were going inside each other.
now i have got:
- Code: Select all
<div id="maincontents"></div>
<div id="sidebar"></div>
Last edited by Marc; Apr 12th, 2007 at 14:07.
|