css background-color print workaround

S

slyi

Hi All,
Does anyone use vml to force the printing of background-colors
in IE clients?

Regards,

slyi

eg:
<html xmlns:v="urn:schemas-microsoft-com:vml" >
<head>
<style>
@media all { v\:* {behavior:url(#default#vml);} }
</style>
<title>background-color print workaround</title>
</head>
<body >
<v:roundrect style='width:150pt;height:150pt' fillcolor="#999">
<v:textbox style="color:#000">
<b>background-color print workaround</b><br/>background-color print
workaround, background-color print workaround</p>
</v:textbox>
</v:roundrect>
</body></html>
 
T

Thomas 'PointedEars' Lahn

slyi said:
Does anyone use vml to force the printing of background-colors
in IE clients?

This has nothing to do with script programming. You are completely
off topic.


PointedEars
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top