html - sIFR 3 - Selector -
I am using (beta modification 436).
I have a simple question, but I do not know how to solve a & lt; A & gt; -Tag wants to choose from his class directly, not by his parents, as I am now doing:
sIFR.replace (day, {selector: '. Main menu ', CSS: [' SIFR-root (font-size: 13px; text-transform: uppercase; cursor: pointer; text-align: center) ',' A [text-decoration: none; color: #FFFFFF ;} ',' A: link {color: #FFFFFF;} ',' a: hover {color: #CCCCCC;} '], transparent: true}); "mainmenu" a of A & gt;
. But sometimes this method can not be used and call & lt; A & gt; -tag All the examples found on the internet seem to use the above method How can someone write me my selector?
You & lt; A & gt; Change directly to , you should change a basic element for the link to work cross browser. But of course you use the original CSS selectors to get a basic element.
Comments
Post a Comment