Click here to Skip to main content
15,884,176 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
For the following code:

var mysheet=document.styleSheets[0];
var myrules=mysheet.cssRules? mysheet.cssRules: mysheet.rules;
for (i=0; i<myrules.length; i++)


I'm looping through looking for my "a:link" rules to redefine my link style. I can see all the styles I've custom designed. But my anchor rules are not showing. Are the rules for only the user defined classes? Are tags excluded? Are anchors special?

Not quite sure where to look for this.

Tony
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900