Instructions: Roll over the following box labeled "Roll-Over Me, Please." If the box turns blue, you are using IE7. It it turns green you are using IE6 or below. If it turns burgundy red you are using Opera 9. If it turns light purple you are using Mozilla.
Wanna target a particular browser? Especially IE7. Well now you can when you use the following hacks.
*background-color:#003366; /*targets IE7 only*/
* html #test a:hover {
background-color: #006600;
} /*targets IE6 only*/
html:first-child #test a:hover {
background-color:#990000; /*targets opera only*/
} * No pixels were harmed in this demonstration. To see the
full list of hacks go here, here and here. Happy Hacking!
© Copyright 2007 GurrolaDesign.com. All rights reserved. Fun with layers go here, here, and here.