-
Recent Posts
Categories
Blogroll
Tags
Join Me!
Tag Archives: browser bugs
Windows XP Mode for Testing IE6 on Windows 7 Machine
When I was researching ways to run IE6 for browser testing purposes on my Windows 7 machine I came across XP Mode.
I never thought I’d say this, but “Thanks Microsoft for this helpful development tool.” Continue reading
Why is background 1 pixel off in Firefox?
Okay, this one really stumped me. My non-repeating, centered content background was shifted one pixel to the left in Firefox, but looked correct in Safari and Internet Explorer. Something that looks right in Safari (the most compliant browser) and Internet … Continue reading
Textarea Scrolling in Firefox
1. Firefox will put a vertical AND horizontal scrollbar on a textarea by default. To get rid of the horizontal scrolling, use this: overflow-y: scroll; (or overflow-y: auto if you don’t want your scrollbar to appear if it’s not needed) … Continue reading