View Single Post
  #12 (permalink)  
Old Jul 21st, 2006, 14:12
moojoo's Avatar
moojoo moojoo is online now
Moderator
Join Date: Aug 2005
Location: Texas
Age: 31
Posts: 1,947
Blog Entries: 1
Thanks: 0
Thanked 29 Times in 29 Posts
Re: My tableless coding

IE sometimes will push an element below the floated one due to width or something. I don't have my laptop with me so my trouble shooting atm is a bit limited on this box I am on.

Also there is an extra period in

#templateleft {
float:left;
width:197.px;
}

should be

#templateleft {
width:197px;
}

Attached is a screenshot with your layout structure dont know if it will help or not.
Attached Images
File Type: jpg screenshot.jpg (147.2 KB, 66 views)
Reply With Quote