CSS hacks
November 9, 2005 | In DeveloperCSS hacks
++
Essential CSS hacks
++
The two biggest Mac IE 5 CSS gotchas
- You MUST declare a width for any floated element (this is a real killer)
- If trying to do forms without tables, remove any new lines in the HTML between elements intended to be on the same line in the rendered page.
Example:
NOT:






