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
- accessibility (1)
- browser bugs (2)
- css (6)
- html (6)
- javascript (9)
- jquery (3)
- mobile (1)
- performance (2)
- php (1)
- regular expressions (1)
- rss (3)
- seo (1)
- Site News (1)
- table (1)
- Uncategorized (4)
- videos (2)
- wordpress (1)
- xml (2)
- yui (0)