Archive for July, 2009

Configure tab sequencing on a modal window

mmusson’s code post in this thread works well for me.

Leave a Comment

Width issue in IE

Somehow IE refuse to display properly with width:auto. FF and Safari had no problem with this property and displayed correct width size to match content. IE would set the width size to 1 pixel wide. Fortunately, I came across this post. Thanks to orcrist’s recommendation, removing the width attribute fixed the issue for me on IE. :)

Leave a Comment