is it possible to use external CSS file to style properties such as fill or stroke colour of VML objects? By the way, I’m using Raphael to create my VML shapes for IE.
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can set the id attribute of the given node with RaphaelJS…
…and style it with CSS:
I think you could do the same thing with the class attribute instead of id (to be verified). You would then use the .className JavaScript property.