Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Does anyone know what the listed CSS is doing?

Status
Not open for further replies.

jonathanx

Programmer
Jul 10, 2001
27
0
0
US
<STYLE>v\:* {
BEHAVIOR: url(#default#VML)
}
o\:* {
BEHAVIOR: url(#default#VML)
}
w\:* {
BEHAVIOR: url(#default#VML)
}
.shape {
BEHAVIOR: url(#default#VML)
}
</STYLE>
 
Maybe it's from a word document or something. It is certainly Windows specific.

Cheers,
Jeff

[tt]Jeff's Blog [!]@[/!] CodeRambler
[/tt]

Make sure your web page and css validates properly against the doctype you have chosen - before you attempt to debug a problem!

FAQ216-6094
 
Hi Jeff,

That makes sense. This was embeded in an HTML email newsletter which was most likely created in Microsoft Word. I was just trying to make sense of the weird characters and find out how they formatted the page.

Well, at the very least I know it's not a widely used code.

Thank you for your response,
Jonathan
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top