Here is a link to my site:
http://www.parklawnsai lingassociation .org/
Here is my code:
/* Menu */
#menu {
float:left;
width:100%;
height: 45px;
}
#menu ul {
clear:left;
float:left;
list-style:none;
margin:0;
padding:10px 0px 0px 5px;
position:relati ve;
left:10%;
text-align:center;
list-style: none;
line-height: normal;
}
#menu li {
display: block;
float: left;
}
#menu a {
display: block;
float: right;
margin-right: 10px;
padding: 3px 25px 2px 25px;
text-decoration: none;
text-transform: capitalize;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
}
#menu a:hover { text-decoration: underline; }
#menu .current_page_i tem a {
height: 20px;
background: #FEC200 url(images/img02.jpg) repeat-x left top;
color: #FFFFFF;
}
#menu .first {
background: none;
}
http://www.parklawnsai lingassociation .org/
Here is my code:
/* Menu */
#menu {
float:left;
width:100%;
height: 45px;
}
#menu ul {
clear:left;
float:left;
list-style:none;
margin:0;
padding:10px 0px 0px 5px;
position:relati ve;
left:10%;
text-align:center;
list-style: none;
line-height: normal;
}
#menu li {
display: block;
float: left;
}
#menu a {
display: block;
float: right;
margin-right: 10px;
padding: 3px 25px 2px 25px;
text-decoration: none;
text-transform: capitalize;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
}
#menu a:hover { text-decoration: underline; }
#menu .current_page_i tem a {
height: 20px;
background: #FEC200 url(images/img02.jpg) repeat-x left top;
color: #FFFFFF;
}
#menu .first {
background: none;
}
Comment