Archive for October, 2009
Elif Auto Accessories
Monday, October 19th, 2009Planning
Monday, October 19th, 2009Strategies for Web projects, we put forward
Design
Monday, October 19th, 2009Needed at times, we can design for any web project.
Development
Monday, October 19th, 2009Small and medium-scale projects for the development process can take.
Browser-specific CSS hacks
Monday, October 19th, 2009I don’t use CSS hacks anymore. Instead I use IE’s conditional comments to apply classes to the body tag.
Nonetheless, I wanted to document every browser-specific css selector and style attribute hack I’ve seen. Plus there’s no way to provide stylesheets to only Safari, I believe.
So here are go:
/***** Selector Hacks ******/
/* IE6 and below */
* html #uno { color: red }
/* IE7 */
*:first-child+html #dos { color: red } (more…)

