I have make a new dropdown navi in css . Chrome, firefox, safari is running fine but IE7 is not show of drop-down . css .cl{clear:both;} #navi{ background:#0082c8; positio
Solution 1:
Hi This is not the answer but its just a thought from my side.
Insted of using float: left; you can try with display:inline-block; and add hack for IE:
Zoom:1;
*display:inline;
Try just this. If its working Try next time onwards Disply:inline-block;
Share
Post a Comment
for "Drop Down Navi Is Not Working Ie 7?"
Post a Comment for "Drop Down Navi Is Not Working Ie 7?"