Forum : Assignment probs
Brief description  about Online courses   join in Online courses
View Alok Ranjan Rai 's Profile

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


Asked by Alok Ranjan Rai | Jan 23, 2011 |  Reply now
Replies (2)
View alok ranjan rai 's Profile
thank you sir
Jan 24, 2011
View teacher siliconindia 's Profile
Hi


#menujbar a{
font-size:15px;
background-color: #FFCC00;
font-family: Arial, Helvetica, sans-serif;
color: #000000;
margin-bottom:5px;
}


#menujbar a{ here one "j" remove that, it may work if it is not working get back to us.

Rgd
Jan 24, 2011