October 17th, 2009 by James Oppenheim
Here is a fun IE CSS bug:
“In IE an absolutely positioned box sometimes disappears when in the source code it is the previous or the next sibling of a float”
After successfully tracking down this bug a couple of months ago I released that I had come across it before. This time so I don’t forget I will post it here. There needs to be a surrounding / separating div between the two elements to stop this.
Some interesting reading on the topic so we can all spot this bug when it comes up next:
- http://www.brunildo.org/test/IE_raf3.html
- http://www.brunildo.org/test/IE_raf3.pl
Technorati Tags: CSS, Web Standards, Internet Explorer, IE
Posted in Areeba, Web Standards, Interesting Sites, Web, CSS | No Comments »
August 30th, 2009 by James Oppenheim
Australian Web Week has been born, this year from October 2 - 9. There is not much on at the moment, however, give it a couple of years and I think it will be a really exciting time for the Australian digital industry. Taken from the Australian Web Week website (http://webweek.com.au) the week involves:
…the best of the Australian web industry - sites and applications, designers and designs, innovative Australians taking it to the world. Over ten days professionals across the industry from around the country and the from around the world will come together to connect, learn and celebrate the strength of the Australian web industry.
Technorati Tags: Australian Web Week, Web
Posted in LinkedIn, Areeba, Web, Personal | No Comments »
July 12th, 2009 by James Oppenheim
Il buono, il brutto, il cattivo.
I spend most of my daily working hours as a front-end developer creating custom HTML, CSS, JavaScript for the web. However, from time to time I have to dip my toes into HTML emails. Which is not such a stretch as after all they use the same underlying technologies. Making them even more comparable is the pain I have to go through bending, cheating and hacking the code to fit with a Microsoft product:
Internet Explorer 6 is to web development as Outlook 2007 is to HTML email development - A massive time waster!
As outlined back in January 2007 by the Campaign Monitor guys Microsoft Outlook 2007 uses the Word rendering engine to display emails, that means:
- No background images
- Poor background colour support
- No support for float or position
- Shocking box model support
The Good
Internet Explorer 8 has a high level of CSS 2.1 support, which is a fantastic move in the right direction.
The Bad
Internet Explorer 6 and its additional development time to support it will be with us for a long time to come and Internet Explorer 8 does not support any CSS3.
The Ugly
Just when you though Microsoft was listening to standards bodies and creating a better Internet environment for all they mention that Outlook 2010 will also still use the Word rendering engine.
Hopefully, the Email Standards Project’s latest website http://fixoutlook.org/ will implore Microsoft to do the right thing and stop using Microsoft Word to render emails. Please, please, please. If I say it three times does it become true? I hope so.
Technorati Tags: Microsoft, Outlook, Email Standards, fixoutlook.org
Posted in Areeba, LinkedIn, Web Standards, Interesting Sites, Web, Personal | 1 Comment »