Here are some useful cheat sheets for web developers
Posts Tagged ‘css’
Web development reference material
Posted: July 15, 2010 in Life in generalTags: color codes, css, HTML, JavaScript, jQuery, mysql, SEO, Technology, XHTML
0
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 [...]
This blog post saved my day. I was able to keep a page look relatively the same by using browser specific css definitions. Maintaining separate css definitions is undesirable, but necessary to work within the current situation.
