Question:

Navigation Bar Design

by  |  earlier

0 LIKES UnLike

How would I put a nav bar directly underneath a .jpg banner? It looks fine in Firefox, but in IE, there's a noticeable gap between the banner and the nav bar. For example - http://ascend.newark.rutgers.edu/ looks fine in firefox, but in IE, there's a gap. The same thing is happening to my website. I'd appreciate any advice.

 Tags:

   Report

1 ANSWERS


  1. Depends how you do your html/css.

    Basically you need to style your navbar with css.

    Read up on CSS and <div>'s.

    Since we can't see your code, it's hard to see what you've already done. But you need something like:

    .navbar {top-margin:0px;}

    That will close the gap in IE.  

You're reading: Navigation Bar Design

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.