to change the mouse pointer to any other kind like help, move pointers use the following style in "cursor:help; or cursor:move;" under column properties.
to play with opacity or blur of an image/any element use the following css styles:
opacity:0.4; (this value varies from 0.0 to 1.0) <- supported only in mozilla firefox
filter:alpha(opacity=30); (this value varies from 0 to 100) <- supported only in IE
to play with opacity or blur of an image/any element use the following css styles:
opacity:0.4; (this value varies from 0.0 to 1.0) <- supported only in mozilla firefox
filter:alpha(opacity=30); (this value varies from 0 to 100) <- supported only in IE
No comments:
Post a Comment
Thanks to Comment
--Add--