我在跨同一個DIV標籤更改字體顏色裝飾效果時遇到了一些困難。CSS breadcrumbs幫助格式化字體
我想要做的是在我的網站的某些頁面上做麪包屑類型導航,我想盡量減少金額或Div的我使用,以便更容易維護。
這裏是我有和想要做的。謝謝。
<div id="product-breadcrumbs">
<div id="breadcrumbs">(Link and color) // (another link and another color)
</div>
</div>
CSS
#product-breadcrumbs {
position: absolute;
left: 0px;
top: 66px;
width: 1024px;
height: 34px;
background-color: #E7E5F2;
}
#breadcrumbs {
position: relative;
padding-top: 7px;
padding-bottom: 7px;
text-align: left;
text-indent: 140px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #09C;
text-decoration: none;
}
請詳細說明到底是什麼 「有些困難」 是。 – j08691 2013-03-18 21:04:48
請詳細說明幾個額外的div如何使其難以維護。 – Jeff 2013-03-18 21:06:36