Guys, Elliott - using an elder laptop to write around my website I found my entire layout broken:
fancy-search covers the whole #primary_menu
the menu disappears behind the frontpage slider
Now this is something just present in IE7, but I could repeat it in IE9 using F12 - compatibilty-mode IE7
I quickfixed it with some CSS - but was surprised to discover that you have the very same problem with your own demo-site:
http://themes.mysitemyway.com/?theme=Dejavu
now for others this are my fixes - though I would suggest you have a look on that for the next update - I still have about a 1000 hits per month using IE6 and IE7
#fancy_search {
background:none;
background-color: white; /*#F6F6F6; */
margin-top: 0;
right:20px;
width: 130px;
}
#fancy_search form .text {color: navy; font-weight:bold;}
#fancy_search FORM .submit {position:absolute;color:white;}
#primary_menu, .jqueryslidemenu ul li ul, .jqueryslidemenu ul li a:hover, .jqueryslidemenu ul li:hover a {background-color:whitesmoke;}
#primary_menu, #megaMenu {background-color:white;z-index:1000;}













