What are the four types of attribute selectors?
Author: Deron Eriksson
Description: This CSS example demonstrates the four types of attribute selectors.
Tutorial created using:
Windows XP
(Continued from page 1) Attribute selectors tend to work in newer browsers, such as IE7 and Firefox. However, they don't work in older browsers such as IE6. If we view the above page in IE6, we can see that the attribute selector styles don't get applied to the page, as shown below. ![]() |