Tag Archives: internet explorer

Show a message to IE6 users

Found this tip over on The Admin Zone.  It’s a quick bit of HTML that will show a message to visitors using IE6. It looks like the following, although I took out the conditional tags so everyone can see it. … Continue reading

Posted in Computers & Internet | Tagged , , | 1 Comment

Prototype.js, setStyle, and IE not working together

Sometimes IE just irritates me. Ok, pretty much anytime I’m working on a web site. Especially when it involves Javascript or DOM. For the past couple of hours I’ve been scouring the internet looking for a solution to the prototype … Continue reading

Posted in Programming | Tagged , , , | 2 Comments

JavaScript Error ‘expected identifier, string or number’ in IE

Sometimes you get those errors that just pick at you and you can’t seem to find a solution. It happened to me this morning when testing a JavaScript library I’m writing in IE7. FireFox worked without a hitch, but IE … Continue reading

Posted in Coding | Tagged , , , , , , , | 290 Comments