Using Javascript/jQuery to Fix 12 Common Browser Headaches
16
Oct
Using Javascript to Fix 12 Common Browser Headaches
Most are jquery fixes. Some things covered include:
- 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
Tags:
CSS,
IE6,
Javascript,
jQuery,
png
Related posts
Leave a reply
You must be logged in to post a comment.