Re: [WSG] Img List Style not displaying for Print Preview

2008-09-11 Thread Carolyn Diaz
You'll have to put the image in your stylesheet as a list-style-image instead of a background image. This is what you'll need to do (adjust the padding as necessary): li.checkbox { list-style-type:none; list-style-image: url(images/checkbox.gif); padding-left:15px; padding-right:0; padding-top:20p

Re: [WSG] Img List Style not displaying for Print Preview

2008-09-11 Thread Mike at Green-Beast.com
Hi Kristine, I created a print style sheet and for some reason, my image for the list style is not displaying To the best of my knowledge background images don't get printed, even if you add it to the style sheet. To ensure they're printed I'm pretty sure you have to embed them. Hope this

Re: [WSG] Img List Style not displaying for Print Preview

2008-09-11 Thread Andrew Macaulay-Brook
Works for me in Safari 3 on my Mac - as long as I have backgrounds turned on in my print dialog box. Andrew Macaulay-Brook, BEng MBCS CITP, trading as theburo.net mailto:[EMAIL PROTECTED] • http://www.theburo.net/ On 11 Sep 2008, at 18:28, Kristine Cummins wrote: I created a print style sh

[WSG] Img List Style not displaying for Print Preview

2008-09-11 Thread Kristine Cummins
I created a print style sheet and for some reason, my image for the list style is not displaying. Got to have the checkbox image to show up so that once page is printed, the user can check off the boxes. Any help appreciated. I placed my list style at the top of the stylesheet so it's easy to find