Why is this list not aligning itself when is displayed in IE7?
It is aligned in Chrome and Firefox but in IE7 it looks like this:
htt开发者_如何转开发p://ada.kiexpro.com/html/list.html
(I already fixed the z-index issue I just want to align the list vertically.)
The changes that you have to make are as follows:
div#leftmanulist
: makepadding:55px 0 0
div#abouttop
: makeposition:absolute
div#aboutlist
: maketop:0px
I think it should solve the problem.
精彩评论