Wednesday, October 15th, 2008
Using JavaScript to make things work
An interesting top 12 list has been published, on using Javascript to fix 12 common browser headaches:

- Setting Equal Heights (jQuery example:
$("#col1, #col2").equalizeCols();) - IE6 PNG Alpha Transperancy support
- Changing CSS Classes in JavaScript
- Browser selectors in CSS (
$('html').addClass($.browser);) - min-/max- height & width support
- Center Elements Vertically / Horizontally
- Display Q tags in Internet Explorer
- Increase the size of click targets and get more call-to-action conversions
- Lazy loader
- bgiframe: Helps ease the pain when having to deal with IE z-index issues.
- ieFixButtons: fixes the buggy behavior of the
- Fix Overflow
As you will see, most of the solutions are jQuery plugins, but you could roll your own.












Yes great example!
For getting start with jQuery, you can check this link:
http://www.jcargoo.org/2008/10/you-said-jquery-yes-we-love-it.html
Cheers,