Well, I’ve already posted this on one forum full of web-savvy people and the outlook isn’t looking too good… and this forum looks practically dead… but since I’m with Dreamhost it seems like the logical next stop.
Now, with Microsoft’s browser falling behind in regards to standards, I’ve found alternate solutions that emulate both min-width and max-width in IE, and they’re working wonderfully.
But when testing the page in Firefox, the min-width property is working, but max-width isn’t. And since the max-width method I’m using for IE requires expression() which Firefox doesn’t have, the cell just stretches entirely across the page, which is exactly what I want it not to do.
And Firefox is apparently supposed to support this property, so I can’t find a solution for it anywhere online. My first idea was that my version was out of date (which it was) so I downloaded 1.5 in hopes that the issue would go away… but it didn’t.
Soo, I’m drawing a blank here. Have any of you used max-width in your layouts? Does it work for you in Firefox? Any ideas of what my problem might be?