css 4 features

Css 4

Case sensitivity in CSS4 Selectors

 Now solved your case sensitivity problem in css4 where is used value of attribute in case sensitive. As we use some time href=”myfile.pdf” OR href=”myfile.PDF” , it’s required color change or need any style so we can ignore as you can see in this example…


CSS Syntax:

[attribute="value" i]{ } 

CSS Example:
a[href$="test.PDF" i]{ border:5px solid #f00; }
img[src$="flower.PNG" i]{ border:5px solid #f00; }

No comments:

Note: Only a member of this blog may post a comment.

Copyright Reserved to Anything Learn. Powered by Blogger.