Not signed in (Sign In)

SkillShare - A place to discuss Web Standards and Web Design topics

Categories

Vanilla 1.1.9 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorTinTrout
    • CommentTimeJul 19th 2006
     permalink
    Being a bit new to the CSS game and not having all the IE filters and hacks under my belt I'm bit stumped why in my design IE is putting a space between the "header" div and the "navbar" ul.. Firefox renders it fine.

    http://www.dvbwebdev.com/fischers

    Any thoughts on how to correct this?

    Thanks!
    -David
    • CommentAuthordeaghean
    • CommentTimeJul 19th 2006
     permalink
    I suspect if you get rid of the white space in the HTML between the header and the navbar, that that will fix the problem.

    So it reads like this:
    <a href="index.htm?phpMyAdmin=4594f30712f4fabaff6997416810f3f2"><img src="i/img_fischerlogo.jpg" alt="Fischer's Custom Cabinetry" width="275" height="162" border="0" /></a><ul id='navtabs'>
    • CommentAuthorkmg
    • CommentTimeJul 19th 2006
     permalink
    i also think it is a white space issue- code is locked so cant play with it
    •  
      CommentAuthorJohnRiv
    • CommentTimeJul 19th 2006
     permalink
    remove the whitespace between these two lines:

    <a href="index.htm?phpMyAdmin=4594f30712f4fabaff6997416810f3f2"><img src="http://www.dvbwebdev.com/fischers/i/img_fischerlogo.jpg" alt="Fischer's Custom Cabinetry" width="275" height="162" border="0" /></a>
    <ul id='navtabs'>

    so that all of that code is just on one line
    •  
      CommentAuthorJohnRiv
    • CommentTimeJul 19th 2006
     permalink
    damn... 2 minutes too slow. i gotta learn to type faster ;P
    •  
      CommentAuthorpremii
    • CommentTimeJul 19th 2006
     permalink
    add this css property to #header

    #header{
    overflow:hidden;
    }
    • CommentAuthorcalvinc
    • CommentTimeJul 19th 2006
     permalink
    nice design :D
    • CommentAuthorTinTrout
    • CommentTimeJul 19th 2006 edited
     permalink
    Thanks guys. I appreciate you taking the time to lend me a hand. Removing the white space worked. Thanks much!!
    -David
Add your comments
    Username Password
  • Format comments as (Help)