- Posted on February 19th, 2008
- No Comments »
- Tags: CSS, Development, HTML, Reference
- Posted in CSS, Reference
10 best CSS hacks
The 10 best CSS hacks is a great list. Defintely worth checking out.
- Vertical align div
- Min-height
- PNG Transparency
- Autoclear
- Reset CSS (incredibly important)
- Scrolling Render IE
- Opacity
- PRE Tag
- LI Background Repeat IE
- Targeting Browsers
Good stuff.
- Posted on February 13th, 2008
- No Comments »
- Tags: CSS, Development, HTML, Reference
- Posted in CSS, HTML, Reference
Reset CSS
Eric Meyers Reset CSS has found a permanent home now. Reset CSS is a useful tool to help you default a lot of generic styles built into browsers.
” The reset styles given here are intentionally very generic. There isn’t any default color or background set for the
bodyelement, for example. I don’t particularly recommend that you just use this in its unaltered state in your own projects. It should be tweaked, edited, extended, and otherwise tuned to match your specific reset baseline. Fill in your preferred colors for the page, links, and so on.”
Also be sure to check out his diagnositic css file as well.
“With a diagnostic stylesheet, you can quickly see where your markup might have some trouble. If you want to see this in action, there are two demos to check out:”
Incredibly useful tools, check them out.