Assignment probs
Dear sir,
I am using making last assignment of css
(http://www.siliconindia.com/webdeveloper/Page1.jpg)
For menu link i am using this code.
a:link {
color: #990000;
text-decoration:none;
}
a:visited {
color:#990000;
text-decoration: none;
}
a:hover {
color: #006600;
text-decoration: none;
}
a:active {
text-decoration: none;
}
#menubar{
font-size:15px;
font-family: Arial, Helvetica, sans-serif;
margin-left: 50px;
text-align:center;
width:800px;
Padding:5px;
Height:50px;
margin-bottom:5px;
}
#menujbar a{
font-size:15px;
background-color: #FFCC00;
font-family: Arial, Helvetica, sans-serif;
color: #000000;
margin-bottom:5px;
}
#menubar a:hover{
font-size:15px;
background-color: #29b7cd;
font-family: Arial, Helvetica, sans-serif;
color: #000000;
text-decoration:none;
margin-bottom:5px;
}
#munebar #active{
font-size:15px;
background-color: #29b7cd;
font-family: Arial, Helvetica, sans-serif;
color: #000000;
text-decoration:none;
margin-bottom:5px;
}
but there are some problems.
font is not become balck. it become red, but after visited it should be red. and menu bar is not come in sequence. as per as assignment.
please reply me immediately.
my assignment is on hold.
Regards
Alok