esthera
09-16-2007, 10:53 AM
#breadcrumbs
{
margin-top:1px;
margin-left:2px;
margin-bottom:0px;
margin-right:1px;
padding:0px 0 0px 10px;
background:#b7b4a5;
}
#breadcrumbs a
{
text-decoration:none;
color:#000000;
font-size:10px;
}
that's my css and in html
<div id="breadcrumbs"><a href=index.php>Home</a> > <a href=reasons.php id=bon>10 Reasons</a></div>
now the links are stubbornly staying white no matter what. If i change the font size I can see the change but if I chagne the color - it stays white?? any ideas?
{
margin-top:1px;
margin-left:2px;
margin-bottom:0px;
margin-right:1px;
padding:0px 0 0px 10px;
background:#b7b4a5;
}
#breadcrumbs a
{
text-decoration:none;
color:#000000;
font-size:10px;
}
that's my css and in html
<div id="breadcrumbs"><a href=index.php>Home</a> > <a href=reasons.php id=bon>10 Reasons</a></div>
now the links are stubbornly staying white no matter what. If i change the font size I can see the change but if I chagne the color - it stays white?? any ideas?