Archive for the 'development' Category

The New Way of Coding

Sunday, November 5th, 2006

Welcome to the new way of coding………….
< ! --[if lt IE 5.5000]>< style type="text/css">@import “blah.css”;< /style>< ![ endif ]-- >
< ! --[if IE 5.5000]>< style type="text/css">@import “blah.css”;< /style>< ![ endif ]-- >
< ! --[if IE 6]>< style type="text/css">@import “blah.css”;< /style>< ![ endif ]-- >
< ! --[if IE 7]>< style type="text/css">@import “blah.css”;< /style>< ![ endif ]– [...]

Conditional IE styling

Monday, October 2nd, 2006

Speed & I were recently having a conversation about the more stable alternatives in dealing with IE incompatabilities.
Do we wrap everything in container, inside container, inside container….. or….
Do we add a hack here & a hack there just to make it perform……….. or…………
Use some javascript & cross our fingers everyone has it turned on….. or [...]

Show us your IE mashed site!

Monday, October 2nd, 2006

As usual IE has been annoying the heck out of me. I also found it amusing that MS use a site that falls apart in Firefox as an example of CSS & their commitment to it.
I’m interested to see changes to anyones sites between IE6 & IE7, and even how they compare to Firefox & [...]