glorenz
Admin
 Admin
| Posts: 611 |  | Karma: 11
|
Re:submenu behind content - 2006/03/26 00:02
Hi,
please remove the z-index line in the #left_inner and change #left_outer as follows:
#left_outer { position:relative; z-index:1000; float: left; margin-top: 2px; width: 165px; }
z-index works on positioned elements only.
Best regards, Georg Lorenz
|