My mate Alasdair took my place to go to the Eric Meyer Workshop today and tomorrow and is their now, live, with Eric Meyer – the Grandsnapple of CSS.
Here are some quick snippets from the Eric, via Ali;
- The best way to hack IE7 is through the cousin of the Holy Hack, *+html id/class {element:parameter;}
- If you’re not already, start reading up css-discuss
- Use the following for a simple diagnostic check;
img {outline: 5px solid red}
img[title][alt]{ outline: none;}
img[title]{outline-style: double}
img[alt]{outline-color: orange}
img[alt=""][title]{outline: 2px sdouble red;}
img[alt][title=""]{outline: 3px double red;}
im[alt=""][title=""]{outline: 3px solid red;}
Stay tuned for more juice CSS snacks!