I don't know if this will work, but you can try adding another stylesheet just for printing that will override the button's style.

<link href="/css/print.css" media="print" rel="stylesheet" type="text/css" />

Then set the color or other attributes for buttonSpecial to be something different. It could be something as simple as the printer thinking it should ignore white.

-Steve

andyhot wrote:
so, it's not a tapestry issue, is it?

Peter Dawn wrote:
the html is <input type="button" class="buttonSpecial"> and in my css
I have,
.buttonSpecial {
  font: #FFFFFF;
  and the rest
}

any ideas.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to