I'm trying to set the value in the status bar to hide the path. I know I can do it by putting
<A HREF=" ONMOUSEOVER="window.status='hello';return true;">
Is there a way to include this in my stylesheet instead of having to find every <A HREF and adding it manually
like
a{
color:#006699;
font-weight:bold;
status:"Hello";
}
or is there some really easy alternative way i've overlooked
thanks
<A HREF=" ONMOUSEOVER="window.status='hello';return true;">
Is there a way to include this in my stylesheet instead of having to find every <A HREF and adding it manually
like
a{
color:#006699;
font-weight:bold;
status:"Hello";
}
or is there some really easy alternative way i've overlooked
thanks