我对网页设计相当陌生,但非常了解它。只是,当涉及到数学时,我完全迷失了 OO 我为导航栏所做的几乎是我创建了一个精灵,现在正在使用精灵的两个不同部分来创建悬停链接的效果超过。哦,顺便说一句,我也用 span 标签屏蔽了超链接,所以是的。因此,如果有人可以请帮助我,这是我的乐队页面http://atfamusic.hostei.com/#(在 Firefox idky 中效果最好,仍然需要解决这个问题),所以没有太多关于它的内容。代码是(用于CSS)
#navigation { margin:0; padding:0; width:900px; height:50px;
background-image:url(navigation-background.gif); }
#navigation li { margin:0; padding:0; list-style-type:none; display:inline; height:44px;
text-align:center; float:left; line-height:40px; }
#navigation a { display:block; height:44px; }
#navigation a:hover { background-image:url(navigation-background.gif); }
#nav-bio {width:81px; }
#nav-bio a:hover { background-position:85px bottom; }
#nav-photos { width:116px; }
#nav-photos a:hover { background-position:-166px bottom ; }
#nav-music { width:102px; }
#nav-music a:hover { background-position:-197px bottom ; }
#nav-videos { width:108px; }
#nav-videos a:hover { background-position:-278px bottom; }
#nav-external sites { width:202px; }
#nav-external sites a:hover { background-position:-556px bottom; }
#nav-merch { width:120px; }
#nav-merch a:hover { background-position:-1112px bottom; }
#navigation span { display:none; }
所以是的请帮助。哦,如果有人能弄清楚为什么标题在 Internet Explorer 中没有对齐,那就太好了!:)
PS如果愿意做额外的中心导航栏以及 \m/ 那会很棒。对不起,如果我很烂并且是新手:P