Results 1 to 3 of 3
  1. #1
    Join Date
    Jun 2008
    Posts
    138
    Tokens
    0
    Habbo
    iSonny.

    Latest Awards:

    Default Can someone help please?

    Hello Im coding a layout and well .. in GC and FF it is fine but in IE it has gone wierd

    Can anyone help?
    Here is the div in the style:
    HTML Code:
    }
    #nav_top {
     background-image: url(imgs/nav_top.png);
     width: 769px;
     height: 4px;
    }
    And here is the div in the body:
    <div id="nav_top"></div>
    + rep to all helpers
    Thanks!
    Edit- I've just added the nav foot to see if it improves at all but it just does the same as the header :S

    Dw, i've found a way around it
    Last edited by iSonny.; 28-02-2009 at 02:25 PM.

  2. #2
    Join Date
    Mar 2005
    Location
    London
    Posts
    4,402
    Tokens
    3,894
    Habbo
    Intricat

    Latest Awards:

    Default

    Is this IE6 or 7?
    If its IE6, try adding:

    display:inline; to your CSS.

  3. #3

    Default

    Code:
    #nav_top {
      background-image: url('imgs/nav_top.png');
      overflow: hidden;
      height: 4px;
      width: 769px;
    }

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •