• michkelly

    (@michkelly)


    I am having a great deal of trouble getting my menu to work in IE, it is working but it is hiding behind the body, i have tried changing the z-index but then have the problem of not being able to access my links in the body, can anybody help me??

Viewing 2 replies - 1 through 2 (of 2 total)
  • offspring

    (@offspring)

    It looks like CSS/HTML problem. Some example code would be nice.

    Mark Ratledge

    (@songdogtech)

    Two things are going on: you have all your suckerfish CSS duplicated in your main CSS and in the pixopoint CSS, so at least that’s a waste of load time, at most that’s where your z-index problem in terms of cascading. Other thing is z-index only works on positioned elements, so you need to be sure any CSS element that you want to move around with z-index has some sort of position (relative or absolute).

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Menu still hiding in IE’ is closed to new replies.