Setting active link bold in html
-
Hi, I have a code here which makes the active links bold in IE7 Is there some work around to make it work in mozilla and higher versions of IE a:active{font-weight:bold}
Thanks Shankbond
What happened to you. It should be perfectly working in all browsers. :omg:
Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->** Simplify Code Using NDepend
Basics of Bing Search API using .NET
Microsoft Bing MAP using Javascript -
What happened to you. It should be perfectly working in all browsers. :omg:
Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->** Simplify Code Using NDepend
Basics of Bing Search API using .NET
Microsoft Bing MAP using Javascript -
I think there must be some other css which overrides this. Check out. You Can make a css class for the same and add using javascript when mouse comes over the anchor. Its an easy fix. Or you can also use span to behave similar to anchor. Use onclick to navigate in span. You can take either approach I think.
Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->** Simplify Code Using NDepend
Basics of Bing Search API using .NET
Microsoft Bing MAP using Javascript