tmw-webdesigns
10-20-2008, 09:43 AM
Like other web designers, I have issues with IE (esp. if you still test in IE6).
I have used some IE specific hacks or fixes in my CSS to help with certain issues that are brought up.
One fix I use is the min-height fix:
selector {min-height:500px; height:auto !important; height:500px;}
I read a number of web design blogs and have seen post about some using IE hacks and some saying who say DON'T use them.
I wanted to post this to see if other designers use them, share what you use.
If you don't use them how do you avoid IE issues?
Do you still test in IE6 or are you embracing the movement to kick it to the curb?
I have used some IE specific hacks or fixes in my CSS to help with certain issues that are brought up.
One fix I use is the min-height fix:
selector {min-height:500px; height:auto !important; height:500px;}
I read a number of web design blogs and have seen post about some using IE hacks and some saying who say DON'T use them.
I wanted to post this to see if other designers use them, share what you use.
If you don't use them how do you avoid IE issues?
Do you still test in IE6 or are you embracing the movement to kick it to the curb?