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 :
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
Post a Comment