IE6-7 incorrectly scrolls an applied element background for textarea field or overflows an input field in forms. Even the most common css hack suggested is to use the fixed position for background attachment, sometimes this isn’t enough.
IE Hacks
Why Should I Care About IE6?
Why should you design for IE6? Is there a demand for it? More and more websites are losing the support for this browser and the usage is dropping every month. So, why should I care about IE6?
Confessions of a style sheet hacker
Discover the only IE CSS hack you should ever need and how to use conditional comments as an alternative to CSS hacks.
20 Super Creative Logos to Draw Inspiration from
Hello everyone, in this article I am going to showcase 20 super creative and inspirational logos. The logos are linked to the designers website.
Proper Use of Padding and Margins in CSS
A simple and detailed tutorials about proper use of padding and margins for browser issue problem especially in IE.
IE6 Browser Warning Message Using Conditional comments
Recently I’ve been talking about Internet Explorer 6 and how support for it is slowly dropping, and soon we will see it disappear for good, but there are still people that use this browser, whether it by choice or that they are forced to, you have to keep in mind that people will view your […]
5 Important CSS Hacks for IE That You Should Know
A lot of web developers still finding the best way to build a cross browser website. Especially showing it on ie6 browser, your beautiful looking website in Mozilla can become ugly and hideous website. Whatever the reason is, here I list some of the css hack for ie that I know.
CSS Hack for Internet Explorer 8
Notwithstanding the improvements in the CSS support in Internet Explorer 8, there may be cases when a CSS hack for that particular browser is necessary.
Quick Tip - Consistent Border Weight in Internet Explorer
Ever define a border weight in CSS only to find it heavier in Internet Explorer? Today’s tip is on keeping consistent border width across browsers when using shorthand.
Better Image Scaling and Resampling in Internet Explorer
Oddly enough, but the image scaling by using bicubic interpolation is turned off in Internet Explorer. To fix this you may use the vendor-specific CSS property -ms-interpolation-mode.
Long input helper for jQuery
This checks while you type if the number of characters entered are less than the actual “viewable” characters in an input field. If the characters typed are more, then the text will appear somewhere on the screen so you can see what you have typed so far.
JavaScript Routines - The Most Used Functions at Hand
JavaScript Routines is a collection of useful scripts that can facilitate and accelerate the JavaScript development.