If I use print and screen stylesheets as shown here:
Then shouldn't I be able to have the same tag in each stylesheet, for example p.bold, where each does a different thing if it is print vs. screen?
what I am seeing is my print settings are working only for tags that I do not have in my test.css
any ideas let me know,
Code:
<link rel="STYLESHEET" type="text/css" media="screen" href="test.css">
<link rel="stylesheet" type="text/css" media="print" href="print.css">
Then shouldn't I be able to have the same tag in each stylesheet, for example p.bold, where each does a different thing if it is print vs. screen?
what I am seeing is my print settings are working only for tags that I do not have in my test.css
any ideas let me know,