laine
10-09-2006, 07:43 PM
1) Script Title: DD Tab Menu
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex1/ddtabmenu.htm
3) Describe problem: I'm a complete beginner at any sort of webdesign other than the basic html. I was working with the DD tab menu and I havn't been able to change the starting colour of the text from black to #D6CF28.
I've tryed adding it here:
.basictab ul{
margin: 4px;
padding: 3px 0;
margin-left: 0;
font: bold 12px Verdana;
border-bottom: 1px #ECE65D;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
color: #D6CF28;
}
And here:
.basictab li{
display: inline;
margin: 0;
color: #D6CF28;
}
But it hasn't changed the color at all. I know this is probley fixed very simpley, so thank you in advance for your time.
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex1/ddtabmenu.htm
3) Describe problem: I'm a complete beginner at any sort of webdesign other than the basic html. I was working with the DD tab menu and I havn't been able to change the starting colour of the text from black to #D6CF28.
I've tryed adding it here:
.basictab ul{
margin: 4px;
padding: 3px 0;
margin-left: 0;
font: bold 12px Verdana;
border-bottom: 1px #ECE65D;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
color: #D6CF28;
}
And here:
.basictab li{
display: inline;
margin: 0;
color: #D6CF28;
}
But it hasn't changed the color at all. I know this is probley fixed very simpley, so thank you in advance for your time.