johnnyi
01-24-2006, 11:23 PM
Howdy all,
Is there an explanation for why IE doesn't print the color of something like this:
<input type="text" style="background-color:red;color:white" name="redbox" value="Red Box">
...on a color printer, it prints out an opaque box with the words "Red Box" inside it black. The box itself doesn't print red as it appears on screen.
Yet, removing the background-color attribute and just specifying a font color like this:
<input type="text" style="color:red" name="redfont" value="Red Font">
...prints the box with the specified red font.
Is there another color attribute for a text box other than "background-color" that changes the background color of the text box AND prints out in that color?
- I
Is there an explanation for why IE doesn't print the color of something like this:
<input type="text" style="background-color:red;color:white" name="redbox" value="Red Box">
...on a color printer, it prints out an opaque box with the words "Red Box" inside it black. The box itself doesn't print red as it appears on screen.
Yet, removing the background-color attribute and just specifying a font color like this:
<input type="text" style="color:red" name="redfont" value="Red Font">
...prints the box with the specified red font.
Is there another color attribute for a text box other than "background-color" that changes the background color of the text box AND prints out in that color?
- I