1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Trouble with Overflow and Width

Discussion in 'CSS' started by webthink, Jan 17, 2007.

  1. #1
    Hi there,

    I'd really appreciate it if I could have a little help with a problem I'm having with my website, www.poweriserpages.com.

    The problem occurs in IE, when the browser width is reduced to a small size. View the problem by loading the page:
    http://www.poweriserpages.com/map

    in IE, and shrinking the window. The map on the page gets pushed down to the bottom.

    the stylesheet is here:
    http://www.poweriserpages.com/template/style.css

    Thanks in advance for any help and suggestions,

    Matt
     
    webthink, Jan 17, 2007 IP
  2. buzza_gts

    buzza_gts Active Member

    Messages:
    199
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    58
    #2
    If you place this on the nav tabs:

    #maff_tabs ul {
     margin:0;
     padding:0;
     position:relative;
     top:1px;
     /* ADDED */
     width: 670px; 
     margin-left: 240px;
     }
    
    Code (markup):
    That fixes the nav from shrinking down just do something similar for the main content.
     
    buzza_gts, Jan 17, 2007 IP