esthera
09-16-2007, 07:23 PM
I have:
#breadcrumbs a
{
text-decoration:none;
color:#949182;
font-size:10px;
}
#breadcrumbs bon a{
color:#ffffff;
}
and my html is
<a href=#>test</a> > <a href=# id=bon>test 2</a>
but it's not working
I want the link with the id of bon to be white instead of gray
#breadcrumbs a
{
text-decoration:none;
color:#949182;
font-size:10px;
}
#breadcrumbs bon a{
color:#ffffff;
}
and my html is
<a href=#>test</a> > <a href=# id=bon>test 2</a>
but it's not working
I want the link with the id of bon to be white instead of gray