Day: January 22, 2009

Target Safari with CSS

22 Jan 2009

I recently ran across an issue with relative positioning in Safari. Luckily for me (and you), Dustin Brewer found a way to get Safari to behave: [css] @media screen and (-webkit-min-device-pixel-ratio:0) {      /* Add your Safari-specific styles here. */ } [/css]

Read More