View Single Post
  #13 (permalink)  
Old Apr 12th, 2007, 14:03
Marc's Avatar
Marc Marc is offline
Moderator

SuperMember
Join Date: Apr 2007
Location: Scotland, UK
Age: 15
Posts: 1,662
Thanks: 0
Thanked 9 Times in 9 Posts
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.
Reply With Quote