Log in

View Full Version : IE9 and CSS3 Semi Opaque Menu



janetb
12-14-2012, 07:16 PM
When I visit this page: http://www.dynamicdrive.com/style/csslibrary/item/css3_semi_opaque_menu/ in IE9, the hover effect of the menu appears as presented and I can see everthing. However, when I copy/paste to a page on my server running windows2008r2 and iis7.5; I can no longer see the menu hover affect. Do I have to enable something on my server to render the url(data:image/svg+xml;base64,.....)

thx,
jb

ddadmin
12-14-2012, 07:27 PM
Make sure your page carries a valid doctype at the very top, for example:


<!doctype html>

janetb
12-17-2012, 02:40 PM
Make sure your page carries a valid doctype at the very top, for example:


<!doctype html>

Tried that. Still the same.