First of all.. I was searching for weeks how to take certain code out of wordpress templates and come up with a drop down menu. When I came across the multi-level nav I was very happy.
Apparently everythning looks fine in Firefox and opera, but IE7 is not acting right. The first thing I checked was to make sure before the:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
there were no Carriage returns or anything.
In an attempt to try to fix the issue I removed the:
<div id="toprss"><a href="feed:http://wp-themes.com/?feed=rss2"><img src="http://wp-themes.com/wp-content/themes/pixeled/images/rss-trans.png" alt="Theme Preview" width="65" height="24" /></a></div> <!– Closes toprss –>
From the header.php file
I then added back some of it in an attempt to see how to resolve it. Here is what I added back:
div id="toprss"><a href="feed:http://wp-themes.com/?feed=rss2"><img src= alt="Theme Preview" width="6" height="28" /></a>
</div> <!– Closes toprss –>
I really dont want the RSS feed at the top….
also I want to have it working in IE7
URL… xtremeselfdefense.xtremestrength.com
Thank you.. I hope I didnt forget to add anything..