HTML Tutorial


 /help/HTML Help Forum   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
IE 7 Div Align Problem
Post new topic   Reply to topic    HTML Help Forum -> CSS
View previous topic :: View next topic  
Author Message
decca1o



Joined: 18 May 2007
Posts: 25

PostPosted: Fri Mar 20, 2009 10:44 am     IE 7 Div Align Problem Reply with quote

Hello, I have a div that when shown in IE7 is not as I expected. You should notice the top navigation and a sidebar image all in the same div are misaligned. If you go into one of the posts, it is not as bad, but still not right. It works in IE8, FF,Safari and Chrome, but not IE7... Evil or Very Mad Thanks for any suggestions you can offer.

http://www.couronneco.com/glass-blog/
kanenas



Joined: 14 Dec 2004
Posts: 341

PostPosted: Sun Mar 22, 2009 3:21 pm     Remove absolute positioning Reply with quote

The top_navlist is absolutely positioned but no "left" property is specified, so it defaults to "auto".

This isn't a good use of absolute positioning. If you want to establish a containing block for child elements, use "position: relative" (read "9.1.2 Containing Blocks" from the CSS 2.1 spec for more info; actually, read all of chapter 9). What would probably work better in your case is to float the elements rather than using positioning.

When asking for help, please post a minimal test case. It's less code to wade through and will often help you figure out the problem on your own. Read "How To Ask Questions The Smart Way" for more tips on asking for help.

I also recommend using Visual Web Developer Express and the IE developer toolbar when working with IE.
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum -> CSS All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HTML Help topic RSS feed 

 
DARFUR
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   Link Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial