-4

For some reason the webpage I am working on doesn't seem to be working on firefox or ie correctly. It works fine in chrome, but in firefox and ie the main content area is pushed over to the right and the right sidebar drops down because of this. I can't figure out why this is happening. Can someone help?

My URL is : http://dev.internationalservicescenter.org/product/blue-t-shirt

4

2 回答 2

0

I think it is to do with your div with id=nav.

Give it a width of 100% and work from there. Also set the padding-right of the elements in the nav to be 15px not 20px.

I'm looking via Chrome

于 2013-09-23T15:31:27.643 回答
0

Your menu is wrapping. You can make sure your .navigationArea div is all the way to the left by applying the rule clear: left; to it.

于 2013-09-23T15:35:20.770 回答