Profile
Achievement

thesmu's Recent SnippetsTagged css
- All /
« Prev 1 Next »
The first two mechanisms are probably the most popular, with display: none; being the go-to option implemented by nearly every JavaScript library on the planet and the lion’s share of ready-made JavaScript widgets. If you don’t want your hidden c...
0
790
posted 13 years ago by thesmu
As with screen style sheets, you use the <link> element to define the print style sheet your Web page should use:
<link>
The only difference between this link element and the link to your screen style sheet is the attribute:
media="print"
Most...
0
825
posted 15 years ago by thesmu
how to link ie only stylesheets and stylesheets by generation of ie
2
987
posted 15 years ago by thesmu