Semi transparent surfaces at ZenzTherapy
The Zenztherapy webiste has just launched. The design was done by Greydient, and the Umbraco implementation was done by Ronnie at Ebita.The graphics contain surfaces done in alpha transparent .png, accessible in the most popular browsers.
The flower on the background is a alpha transparent .png on top of a .jpg, and the text background is done in 80 percent white layer.
Visit ZenzTherapy (in danish) here.

Flash and sIFR transparency on OSX
Monday January 15th 2007, 11:39
Filed under:
Web Design
If you’re having trouble getting Safari and Firefox on OSX to display transparency, it’s not your fault.
Read this.
IE on Firefox
Saturday January 13th 2007, 15:57
Filed under:
Web Design
If you’re using Firefox on Windows, there’s a genious add-on. It allows you to view your (x)html and css in IE rendering on Firefox. With the tab options in Firefox this allows you to compare the two rendering methods fast and easy.
Get the Firefox add-on here.
Css IE 6+7 and Firefox hacks
Thursday December 07th 2006, 9:26
Filed under:
Web Design
I read some posts, and found the best way to make a compatible css-file for both IE 6+7 and Firefox.Safari and Firefox on OSX reacts (almost) similar to Firefox on Windows.
It’s quite simple, and I’ve corrected IE 6 optimized sites in a matter of minutes.
This is the trick:
margin: 10px;
.margin: 10px; /* read by both IE 6 and 7 */
_margin: 10px; /* read by IE 6 only */
That’s basically it.
NOTE: Not W3C compliant stylesheet, but it will look great 
sIFR and transparent .png - cross platform css
Wednesday October 11th 2006, 11:56
Filed under:
Web Design

This little experiment (danish copy) shows it’s possible to do dymanic imagery and nice typography - at the same time - on the web.
What makes this thing interesting is that it works with one stylesheet in IE 6+7 and Firefox on both Windows and Mac OS.
More sIFR info here.
More transparent .png info here.