public marks

PUBLIC MARKS from nhoizey with tags css & hack

2010

Using Conditional Comments and Zoom to Fix IE/Win

"Making Internet Explorer think a certain box "has layout" can correct most of the float-induced or list-related bugs found in that browser."

2009

slayeroffice | tools | Mouseover DOM Inspector v2.0 Help

by 9 others
The Mouseover DOM Inspector, or MODI for short, is a favelet (also known as a bookmarklet) that allows you to view and manipulate the DOM of a web page simply by mousing around the document.

2005

The Web Standards Project

(via)
Whether you're interested in helping the IE development team or not, consider this: a review of your code could help to clean out some bad CSS hacks, and to identify where good CSS hacks could be used instead

Phono Phunk - News : Managing CSS Hacks

by 1 other
The method I use separates browser hacks into individual style sheets (as much as possible). I’m currently using this method on this site, but it involves a few more alternate style sheets, so I’ll show you a simplified version below. I start by creating a “master importer” style sheet.

wg:CSS design for the future: workaround vs hacks

by 4 others
Everyone involved in web design, and more specifically in CSS coding, knows that mastering theory is needed to determine browser error versus human error. Theory is essential, but it’s not enough, everyday we have to face browsers discrepancies, rendering problems and bugs. This, although initially discouraging, should instead be considered a challenge to our skills…