Posted by A2daK on February 1, 2009 – 2:20 pm
Filed under Bugs, CSS, Design
This is an issue with exporting jpg’s from Photoshop CS2/CS3. Even though viewing the jpg alone in a picture viewer did not show any horizontal lines when used as a background-image on a site it showed horizontal lines every 10-20 pixels repeatedly. The even stranger thing is this is only visible in firefox. You cant see the lines in IE6,IE7, Safari,Chrome!
I had to re-save the jpg in fireworks to fix the problem. Without a doubt the strangest bug I have ever encoutered.
Posted by A2daK on November 27, 2008 – 2:30 pm
Filed under Bugs, CSS, Design
When I design a website I build and test using Firefox using Firebug. I have found that getting it right in Firefox is better than getting it working in IE7 then trying to iron out he differences. Once I am happy in Firefox I thne make some tweaks to get it rendering in Safari, IE7 and Opera.
Finally, I use conditional comments for IE6. The main issue with debugging for IE6 is that if you have IE7 then microsoft dont want you to have IE6 there too. This is where Multiple IE comes in very handy.
Read More »
Posted by A2daK on October 17, 2008 – 3:13 pm

Whenever I start a new project any useful code is inherited to the following project. There are lots of browsers around that all behave differently so I use this code to ease the pain. Here are a few I wouldn’t leave out of any future project.
Read More »