Posts Tagged ‘Internet Explorer’

Peekaboo Internet Explorer 7

February 13, 2009Matt 1 Comment »

I posted yesterday regarding a problem I was having with Internet Explorer 7 rendering some JavaScript controlled pop ups incorrectly in one of my current projects.
I ended up fixing it by applying a position: relative; and z-index: 100; to each <p> tag. Nothing below 100 would display the text.
It turns out its a variant of [...]

read More »

JavaScript and IE Problem

February 12, 2009Matt 1 Comment »

IE and problem in the same sentence, not surprising is it?
I’m working on a project at the moment where I’ve come up against a rather frustrating problem in Internet Explorer. I have a series of pop ups on a particular page that are opened with JavaScript when help links are clicked. The JavaScript for them [...]

read More »

Palm Treo 750 Review

August 1, 2008Matt 2 Comments »

I received a completely unexpected present from a good friend of mine a couple of months ago, a new Palm Treo 750 running Windows Mobile 6.
I am quite fond of the design of the Palm Treo’s as they manage to incorporate an (almost) full keyboard along with a reasonable sized screen (240px * 240px) without [...]

read More »

CSS Tables - Niceties

March 5, 2008Matt No Comments »

I am looking forward to release of Internet Explorer 8, and what will hopefully be a reasonably quick take up of it.
In the myriad of new standards compliant features is CSS table support. I’ve used these countless times in Firefox, Safari and Opera, only to find that I have to completely rewrite the CSS, far [...]

read More »