Howdy all,
Is there an explanation for why IE doesn't print the color of something like this:
...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.Code:<input type="text" style="background-color:red;color:white" name="redbox" value="Red Box">
Yet, removing the background-color attribute and just specifying a font color like this:
...prints the box with the specified red font.Code:<input type="text" style="color:red" name="redfont" value="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



Reply With Quote

)
Bookmarks