Archive for the ‘browser bugs’ Category

John Resig on reporting browser bugs

Posted Dec 29th, 2008 by admin
John Resig has a really informative writeup at his site detailing the process of finding and reporting browser bugs.  In addition to describing a good bug report, he gives the following direct links for reporting bugs for each mainstream browser: Mozilla/Firefox WebKit/Safari Internet Explorer 8 Google Chrome / V8 JavaScript Engine Opera Not only this - he also gives some advice [...]

Wider margin or padding issue in IE6

Posted Oct 13th, 2008 by admin
Not sure why you’re getting wider margins or padding in IE6?  It’s a well-known issue with floating div elements, and it even has a specific name: the double margin (or double padding) bug. The fix is simple.  Add this CSS rule to the floating Divs: display: inline; As an aside, it’s interesting to note that this fix doesn’t [...]

Categories