Forum Moderators: not2easy
Not a frequent poster but a frequent reader. The forums here have always been helpful and now I am asking for a little more guidance :)
I've been trying to shift out of my table design mode and into the CSS design mode. A recent site is actually my first completely table-less design. I have also been trying to keep accessibility in mind (also a new venture).
My problem is the enlarging/shrinking of the fonts. Specifically, shrinking the fonts in IE6. FF, IE7, and Opera are doing fine up or down. IE 6 goes up fine. I do not want the containers to shrink beyond a certain point which I've done using min-width/height. The other browsers obey my commands. But I know this doesn't work in IE6 and since the width/height is set in a relative value it will keep scaling down and distorting the site in an undesirable way.
I've seen this accomplished at other web sites (yahoo being one) with IE6 scaling up but also locking in a specified minimum. Can someone clue me in on how to do this?
Thx a mil!