(http://upic.me/i/t2/1zcats.jpg) (http://upic.me/show/26411615)
ตัวหนังสือดูแล้วมันไม่ค่อยเด่น และดูไม่สะดุดตาน่ะครับ อยากรบกวนผู้รู้ช่วยชี้แนะด้วยครับว่าต้องไปปรับแต่งโค้ดตัวไหนบ้างครับ
ปกติจะแก้ที่ style.css ลอง view source ว่ามันอยู่ใน id อะไร class อะไร
Ex.
อ้างถึง#navcontainer {
height: 42px;
display: block;
overflow: hidden;
border-top: 1px solid #fff;
background: url(images/nav-bg.png) left top repeat-x;
padding-left: 6px;
}
#navcontainer .current-cat a {
color:#FFFFFF;
background: url(images/nav-hover.png) center 9px no-repeat;
text-decoration: none;
}
navcontainer = id
.current-cat a = class
น่าจะประมาณนี้