VML

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
ja619813
Beginner
Beginner
Posts: 1
Joined: Fri Oct 22, 2004 10:29 pm

VML

Post by ja619813 »

example not work :(
aI("text=<v:oval style='width:99;height:99;' strokecolor='blue' strokeweight='2'fillcolor='yellow' />; url=http://milonic.com/;status=Back To Home Page;image=home.gif;");

example work :D
aI("text=<v:oval strokecolor='blue' strokeweight='2' fillcolor='yellow' style='width:99;height:99;'/>;url=http://milonic.com/;status=Back To Home Page;image=home.gif;");

on begin:
<html xmlns:v="urn:schemas-microsoft-com:vml">
<style>
v\:* {behavior: url(#default#VML);}
</style>
........
Post Reply