Tagged as 'IE'

RSS feed
Subscribe to feed

IE and CSS :focus

CSS gives us (the web designer) the ability to add a pseudo class called :hover and :focus, however Internet Explorer does not support such functionality, and therefore you cannot tell if an anchor tag is legitamately chosen. relativelyabsolute.com shows us...


Blinking IE 6.0

I noticed this a while back, when attaching a background image style to an anchor tag with a hover event it causes IE 6.0 to flicker when the hover action is triggered. The reason the flicker occurs is because the...


Why its so easy to crash Internet Explorer

Here is a simple piece of html mark-up that will cause IE 5.0 + to crash. <html> <form> <input type crash> </form> </html> And here is the link to prove it!...


Other Tags