views:

66

answers:

3
+1  Q: 

IE6 positionning

I have position the menu (left) relative to the wrapper every browser display it properly EXCEPT ie6 for win, why ?

i try the -50% margin trick i try the display inline trick i try the all relative trick i try the absolute trick

Nothing seems to work

HELP, any idea ?

the link

A: 

ok, if anybody find any problem in my page, what you will do to not get that problem first ?

marc-andre menard
+1  A: 

Here is the full explanation from positioniseverything.net

in short, the solution is to add : display: inline; to the css

in my case it work !... great !

marc-andre menard
A: 

The problem was in the reset css prop... I just add a good reset of the ul and everything is fine now ! thanks

marc-andre menard