It is aligned in Chrome and Firefox but in IE7 it looks like this:
http://ada.kiexpro.com/html/list.html
(I already fixed the z-index issue I just want to align the list vertically.)
It is aligned in Chrome and Firefox but in IE7 it looks like this:
http://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
: make padding:55px 0 0
div#abouttop
: make position:absolute
div#aboutlist
: make top:0px
I think it should solve the problem.