Jump to content

webpage all over the place in IE 7


jp612

Recommended Posts

There is an element which is not loading, probably the Flash, so I could not test the code in IE7. From looking at it in Firebug, I can see that it is a problem with the way you are positioning your divs. You have way too many floats and are using positioning which you do not need.

 

For example for the header and nav, change to this:

#logo {width: 210px; height: 88px;}
and remove top from #navbar and add margin-top: 38px;

if you write the code for the leftpane-left-bottom

#leftpane-left-bottom {
clear:both;
margin-left:10px;
margin-right:0;

 

You will still need to tweak the top margins and I have not corrected the whole page. By the way these corrections work in Firefox too.

Link to comment
Share on other sites

Yeah it seem to be working i got the navbar back. Why does IE7 not like positioning? Its compatible with all major browsers... I always thought positioning was a little better than pushing everything around with margins?

 

Also whenever i upload my changes to godaddy the browser often doesnt register the changes for a while. Even though I clear cookies, cache and browsing history. Changes always seem to register after I clear the cookies and cache on my localhost so Im starting to think its more of a godaddy issue.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...