homeboy
09-17-2004, 06:44 PM
I am using this code but I have a couple of questions to asked:
1) I want on rollover that the word is bold and white color?
2)I want to center the text but it won't do it. It is shoved to the left. How do I fix that?
3)How do I make the entire table bigger, and the columns that the texts are in?
Here is the picture if you don't know what I am talking about the columns.
#nav {
font-size: 100%;
border-top: 1px solid #663333;
border-bottom: 1px solid #663333;
border-right: 1px solid #663333;
border-left: 1px solid #663333;
background-image: url(../media/images/navigationbg/navi.gif);
}
#nav ul {
padding: 0 0 0 25px;
margin: 0;
text-transform: none;
list-style: none;
}
#nav ul li {
float: left;
}
#nav ul li#last a {
border-right: 1px solid #663333;
}
#nav ul li a:link, #nav ul li a:visited {
display:block;
padding: 2px 8px 0 30;
color: #000;
text-decoration: none;
border-left: 1px solid #663333;
}
#nav ul li a:hover {
font-color: #FFFFFF;
background-color: #432222;
text-decoration: underline;
font-weight: bolder;
}
Please help me on this
THanks so much
1) I want on rollover that the word is bold and white color?
2)I want to center the text but it won't do it. It is shoved to the left. How do I fix that?
3)How do I make the entire table bigger, and the columns that the texts are in?
Here is the picture if you don't know what I am talking about the columns.
#nav {
font-size: 100%;
border-top: 1px solid #663333;
border-bottom: 1px solid #663333;
border-right: 1px solid #663333;
border-left: 1px solid #663333;
background-image: url(../media/images/navigationbg/navi.gif);
}
#nav ul {
padding: 0 0 0 25px;
margin: 0;
text-transform: none;
list-style: none;
}
#nav ul li {
float: left;
}
#nav ul li#last a {
border-right: 1px solid #663333;
}
#nav ul li a:link, #nav ul li a:visited {
display:block;
padding: 2px 8px 0 30;
color: #000;
text-decoration: none;
border-left: 1px solid #663333;
}
#nav ul li a:hover {
font-color: #FFFFFF;
background-color: #432222;
text-decoration: underline;
font-weight: bolder;
}
Please help me on this
THanks so much