-
Contributing Member
Dynamic Style in HTML
What is dynamic style in HTML? How to achieve it? I want to know the command for doing this. Any online reference would also help me.
-
Contributing Member
Re: Dynamic Style in HTML
The dynamic styles have been designed to require no new HTML. CSS attributes can be set from the style sub object for each element, while regular HTML attributes are accessed as properties on each element.
The following link gives a detailed approach of how to achieve the dynamic style
http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dynstyle/styles.asp
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules