![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have a print.css set up for the following page, to eliminate unwanted elements in the print process: http://www.mariagrist.net/dev/svp/legals.htm I have used an image and a heading: img src="images/print-logo.gif" alt="" width="482" height="98" class="printonly"></p h3 align="center" class="printonly">Privacy Policy</h3 and in the css: .printonly { display:none;} It works, but I am assuming the image and heading show up in older browsers which have limited or no CSS compatibility. My question is, how do I find out which browsers will show the image and heading on the screen? |
|
thanks |
#3
| |||
| |||
|
|
My question is, how do I find out which browsers will show the image and heading on the screen? Is the proportion sufficiently large to worry about? thanks |
|
I have a print.css set up for the following page, to eliminate unwanted elements in the print process: http://www.mariagrist.net/dev/svp/legals.htm I have used an image and a heading: img src="images/print-logo.gif" alt="" width="482" height="98" class="printonly"></p h3 align="center" class="printonly">Privacy Policy</h3 and in the css: .printonly { display:none;} It works, but I am assuming the image and heading show up in older browsers which have limited or no CSS compatibility. My question is, how do I find out which browsers will show the image and heading on the screen? Is the proportion sufficiently large to worry about? thanks |
![]() |
| Thread Tools | |
| Display Modes | |
| |