html - Complete page shifts to right side after loading in IE 7 and 8 -


it being 2 days , punching head due ie 7 , ie 8. when web site (built in drupal) loaded, shifts right side. link below :

http://goo.gl/gkmf6z

i applied overflow hidden etc, nothing working , page still moves right side.

i need fix issue.

thanks in advance.

note: if give me details fix , worked, offer bounty of 50 points correct answer after 2 days.

looks like.. problem doctype declaration. can check once?

i got issue

issue #menu #naviagtion_menu li ul try making display:none , fine. menu has position:absolute; left:-999em creating space. try playing display properties instead left.

solution :

#menu #naviagtion_menu li ul { left:auto; display:none;} 

on hover of parent ul show #menu #naviagtion_menu li ul jquery/ javascript doing position left.


Comments

Popular posts from this blog

c# - How to get the current UAC mode -

postgresql - Lazarus + Postgres: incomplete startup packet -

javascript - Ajax jqXHR.status==0 fix error -