Search code examples
cssgwtinternet-explorer-6uibinder

uibinder css literal Hide options


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.


Solution

  • This may be helpful for achieving max-width with ie6: http://www.svendtofte.com/code/max_width_in_ie/