Use IE's weakness against it!

Mar 01, 2005 0 Comments
Tagged: , and

We all know that IE is the most popular browser (for the moment...) and we all know and hate all of its bugs and quirks.
What a lot of people do not know is how to use some bugs to solve others. I will show you how you can use IE's own bugs to solve other ones and still keep people with decent browsers happy...

For this case suppose that you have an element that display right in Firefox and wrong in IE.
You can than use the !important declaration to set the correct behaviour for FireFox and set the IE declaration below it. FireFox ignores the declaration below the !important as it is supposed to do, IE doesn't do anything with the !imporant attribute and uses the lowest declaration.

Here is a test case you can use to test this behaviour.

.test {
width: 100px !important; /* this is the behaviour Firefox uses */
width: 300px; /* IE ignores the !important and uses this... */
border: 25px solid #CCC;
}

This was tested on IE 6.0 and firefox 0.9.1 on win xp.
And on safari, firefox, ie 5.0, netscape 7.2 and opera 7.5.4 on OS X.Only IE on windows gets it wrong...

why oh why is the majority of the users using the wrong browser :(

Internet Archive: Wayback Machine

Feb 28, 2005 0 Comments
Tagged: and

Internet Archive: Wayback MachineIf you wonder if the site you are visiting was any different in the old days, check this. I think it is a nice treat and sometimes good for a laugh.

Lorem Ipsum - All the facts - Lipsum generator

Feb 22, 2005 0 Comments
Tagged: and

Lorem Ipsum - All the facts - Lipsum generatorA very usefull site for generating Ipsum Lorum, something every designer needs. Ipsum lorum is the way to go... :)

Death of a thousand stings

Feb 16, 2005 0 Comments
Tagged: and

I read this article years ago when it was published ( or not long there after). It still is true...Death of a thousand stings

link updated, it was no longer working

beginning is a time of great peril

Feb 11, 2005 0 Comments
Tagged: , , and

Wait and see, this blog is up and running, next step is to redesign this.. wait a couple of days for any real action..