# Fixing Internet Explorer's CSS Deficiencies...and a link to the best menu implementation I've seen...

<datetime class="hidden">2004-07-04T00:00</datetime>
<!-- category -- mostlylucidcouk, Imported -->

I really wish there were more blog posts like [this one](http://www.mezzoblue.com/archives/2004/02/25/sidestepping/index.php), it covers a whole host of problems IE has with CSS, from the [lack of :hover support](http://www.xs4all.nl/~peterned/csshover.html), to the well known [issues with PNG files](http://webfx.eae.net/dhtml/pngbehavior/pngbehavior.html) - oh and check out the comments, an awful lot of clever people have replied with other issues / fixes for issues with IE - oh and [some stuff on](http://virtuelvis.com/gallery/mediaqueries/) [CSS3 Media Queries](http://www.w3.org/TR/2002/CR-css3-mediaqueries-20020708/) - which seem just incredibly useful - anyone know when / if IE will support [CSS 3](http://www.w3.org/TR/2001/WD-css3-roadmap-20010523/)?
I also discovered [this as a link](http://www.alistapart.com/articles/dropdowns/)from [that article](http://www.mezzoblue.com/archives/2004/02/25/sidestepping/index.php), essentially it's a nice, simple, standards compliant (for which read, accessible, lightweight and cross-browser compliant) [drop-down menu system](http://www.alistapart.com/articles/dropdowns/)- it's also the only menu system I've seen which is just phenomenally easy to do in an [ASP.NET repeater](http://www.asp101.com/articles/john/repeater/default.asp) - which is VERY handy - look out for a new menu soon on this site :-)!