- 2010
- 2009
- 2008
-
2007
-
December
-
CSS Hacks - Firefox + IE6 + IE7
12/17/07
You know when you're entering the final phase of user testing when you need to fine tune style sheets for multiple browsers. This appears to be the final word on getting identical pages in FF, IE6 and IE7 and I thought I'd share it...
#MyDiv {
margin : 10px 10px 10px 10px;< -
PNG Transparency - the final fix
12/13/07
I have been using the PNG filter trick in IE6 for over a year now, but recently had to remove it from a very GUI intensive project as it was maxing out the CPU on older clients. So I went looking (again) for the prefect solution.
Option 1 - PHP Browser checking
This was very ef -
Prototype 1.6 - IE bug: element.getOffsetParent throws errors
12/05/07
It's only a workaround, but it's widely recognised as a bug. So for now you can wrap a try statement around line 2082 like so:
getOffsetParent: function(element) {
try{
if (element.offsetParent) return $(element.offsetParent);
}catch(e){}
if (elem
-
CSS Hacks - Firefox + IE6 + IE7
- November
- September
- August
- July
- June
- May
- March
- February
- January
-
December
- 2006



Avatar



