Hey guys and gals,
I have been working on my first theme for themeforest and i have one IE6 problem left before I submit it.
Problem is the drop down menu (on ‘Services’ link) in IE6 is layered behind the content div and the heading. This is because the drop down menu uses position:absolute and the content and heading uses position:relative.
I cant get rid of the position:relative unfortunately because I need it for some other divs.
I have tried z-index and the problem still exists in IE6 . I would really appreciate any insight.
Also please tell me what you think of the site, where it needs work etc.
Thanks, Ryan.
Never mind i found the problem, just set a z-index for all the parents of the absolute element.
