Author Topic: Menu problem with Bs14f.  (Read 19391 times)

January 01, 2008, 06:07:46 PM
  • Guest

Hey guys, I was looking at one of your templates, Bs14f, and when you open the Demo (the actual HTML page), if the browser window is smaller than full screen, when you go to re-size it to full screen, the menu disappears. It may only be my computer, Im not sure, but just a heads up.

Alex R


January 02, 2008, 08:36:34 AM
Reply #1
  • Administrator
  • Expert
  • *****
  • Posts: 90
    • View Profile
    • Ossoba Studio

Yes Alex, you are right, the menu doesn't show up in IE when the browser window is smaller than the menu height. It happen because there was missing pixel (px) at the end of the position and dimension style. Now is fixed.
#menuDiv {
        position:relative;
   margin-top:0px
   width:162px;
   height:52px;
}

Thanks for the tip. That was good example how the small things are very important :)

---
ognen


January 02, 2008, 02:21:32 PM
Reply #2
  • Guest

Ah, the old pixel trick. Thats happened to me before! Oh well, glad you got it fixed!

Alex R