Inside my CSS, I put:
.someClass {
width: literal("expression(this.width > 40 ? 40: true)");
}
Is this correct syntax? I tried, but no result output when I debug with Firebug on Firefox. I’m trying to make max-width work in IE6.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This may be helpful for achieving max-width with ie6: http://www.svendtofte.com/code/max_width_in_ie/