Showing posts with label Bug. Show all posts
Showing posts with label Bug. Show all posts

Friday, 26 September 2008

IE8 CSS 'Active' hover not working

I'm creating a new web-site layout for my company.  We are targeting the latest most standard compliant browsers (IE7 be damned)...

Anyway.  Has anyone else noticed that the CSS action "Active" doesn't work anymore?  It does in FF, Chrome and IE7 compatible mode of IE8.

What happened to here?

Tuesday, 23 September 2008

MVC Preview 5 Bug

Seems the Routing doesn't work correctly with my newly ported MVC project.  With <compilation debug="false"> it shows the correct Head description for the page, but the content is from another section of the web-site (Home in this case).  When I change the <compilation debug="true"> it behaves correctly again!