Internet explorer 7. Menu problem

Dabokle / 2011-02-18 06:14:21   

Hi,

Firefox, Chrome ande Opera handles the menu just fine, but the promlem lies within IE (as usual).

The menu is floating not in the left side as it should, but it is a bit off to the right side covering the content.

The site is http://dabokle.lt

Anyone had similar problems? How did you solved it?

Or maybe you guys could chek the CSS and see what could be wrong there?

http://dabokle.lt/ndxz-studio/site/dabokle/ie.css
http://dabokle.lt/ndxz-studio/site/dabokle/style.css

Thankyou

blameme / 2011-02-18 09:55:46   

Oh hai,

in you css you need to add px to the top and left values in #menu, so:

  1. #menu {
  2. width: 215px;
  3. overflow: auto;
  4. top: 10px;
  5. left: 10px;
  6. position: fixed;
  7. height: 100%;
  8. background-color: white;
  9. }
Dabokle / 2011-02-19 06:27:04   

That worked, thankyou

This thread has been closed, thank you.