Javascript menu resizing problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • christensen131
    New Member
    • Mar 2009
    • 1

    Javascript menu resizing problem

    We're having a problem with a website we're designing for a local school.
    The problem is that the menu reacts adversely to small resolutions.
    If you resize the browser window or your monitor is set to a small screen resolution everything is out of whack. Here's the link:



    We'd like to keep the white margins and still be able to resize the page with cross browser compatibility.
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    I guess using relative units* for width/height/font-size should remove quite some problems.

    I recommend using a default (relative) font-size for the whole page.

    have a look at the Suckerfish Dropdown Menu.


    regards

    * em, ex, %

    further reading: ALA – How to Size Text in CSS

    Comment

    Working...