我在下面添加了 CSS。该网站在 Chrome、Opera 和 Firefox 中看起来不错,但在 IE 中导航看起来很糟糕。完全没有造型,看起来很糟糕。我也在我的 html 中添加了一个 html5shim。
/* NAV BAR */
#nav_bar {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 1;
background: url(../images/header-fade.gif) repeat-x;
border-bottom: 1px solid #ccc;
}
#nav_bar nav {
border-left: 1px solid #ccc;
}
#nav_bar nav a {
display: inline-block;
width: 23%;
margin: 0;
padding: 22px 0;
text-transform: uppercase;
color: black;
text-align: center;
border-right: 1px solid #ccc;
text-decoration: none;
font: 20px "Trebuchet MS", Arial, sans-serif;
}