链接内联li中的href背景大小

时间:2014-04-17 07:27:41

标签: html css background href

我有一个导航栏,我使用内嵌显示li

我希望我的最后一列具有定义高度的背景。但它只给我一个背后名称

的背景

这是style.css的一部分:

#navigation li {
display : inline;
}

#navigation a {
text-decoration : none;
font-family: 'Swiss_721_Condensed_BT';
font-size: 15px;
color:#0894D2;
padding-left: 12px;
padding-right: 12px;
}

这是html

<li><a href="contact.php">CONTACTS</a></li>
<li><a href="contact.php" style="display:right;height:100px;line-weight:100px;      background:url(images/fond_testez_nous.png) ;"><font color=white>TESTEZ-NOUS</FONT>     </a></li>

这是问题的图片

enter image description here

我正在寻找将红色部分用蓝色作为文本背后的内容&#39; testez nous&#39;

感谢您的帮助

1 个答案:

答案 0 :(得分:1)

使用以下css之类的 ul:last-child {background:red,height:20px;或者您希望包含的样式}