isaac_cm Posted March 2, 2008 Share Posted March 2, 2008 Hello, Please see the attached file, my problem is I cant get the right div "#right_footer" content in the gray footer area. if you test it with IE 7 you will find the text "right div" is under the page , resolution 1024x768 please see my css and tell me what should I do Thanks Quote Link to comment Share on other sites More sharing options...
haku Posted March 2, 2008 Share Posted March 2, 2008 Got a link? I personally wont open attachments, although maybe someone else will. Quote Link to comment Share on other sites More sharing options...
isaac_cm Posted March 4, 2008 Author Share Posted March 4, 2008 any advice yet ?? haku, I send you a pm Thanks Quote Link to comment Share on other sites More sharing options...
haku Posted March 4, 2008 Share Posted March 4, 2008 I didn't get a PM from you. Quote Link to comment Share on other sites More sharing options...
isaac_cm Posted March 4, 2008 Author Share Posted March 4, 2008 I send it again plz check your inbox Quote Link to comment Share on other sites More sharing options...
haku Posted March 5, 2008 Share Posted March 5, 2008 I think that the problem is that in your footer, the left div is 167px and the right div is 632px, making a total of 799px, but the total width of the containing footer div is only 785px, which means that the right div is forced below the left div, which makes it appear outside the box. The reason this doesn't happen in FF is that because the left div is floated, the right div just slides under it, and doesnt get bumped underneath. I would suggest setting the right div to a width of 618px, and floating it to the left so that it bumps up against the other div. This will probably solve the problem in IE, and will also work in FF. Quote Link to comment Share on other sites More sharing options...
isaac_cm Posted March 5, 2008 Author Share Posted March 5, 2008 yes it was a width miscalculation problem Thanks alot mmm topic solved removed , ok Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.