View Full Version : Need help with IE 7 and IE 8 issues with ddmegamenu nav
logionweb
11-15-2012, 09:02 PM
maybe this can be resolved in forum...
re: http://dancewell.logion.net/
this renders fine in IE 9 but on the Adobe browser tester IE 7 and IE 8 suck
what code fix do I need or is it something in the nav menu ddmegamenu?
djr33
11-15-2012, 11:34 PM
Is this a paid request? If it is, this is the right place but you should provide more information.
If this is not a paid request, it should be posted in the DD Scripts Help section (at the top of the forum) rather than in the Paid DD scripts help section (here). A moderator can move it for you if you'd like.
ddadmin
11-15-2012, 11:54 PM
Hmm try moving the HTML markup for the drop down menus themselves to the very end of your page, ie:
<!--Calendars Parties Events Menu -->
<div id="cpemenu" class="mega solidblocktheme">
<div class="column">
<ul>
<li><a href="/BallroomDancingClassesandLessons/Calendar/">Calendar</a></li>
<li><a href="/BallroomDancingClassesandLessons/Calendar/">Parties</a></li>
<li><a href="/BallroomDancingClassesandLessons/Calendar/">Events</a></li> <br />
</ul>
</div>
<br style="clear:left" />
<p> </p>
</div>
<!--News Blogs Menu (2) -->
<div id="newsmenu" class="mega solidblocktheme">
<div class="column">
<ul>
<li><a href="/News_Specials_Blogs/">Linda's Blog</a></li>
<li><a href="/News_Specials_Blogs/" >Facebook Page</a></li>
<li><a href="/News_Specials_Blogs/">Specials</a></li>
<li><a href="/News_Specials_Blogs/">E-News Archives</a></li>
<li><a href="/BallroomDancingClassesandLessons/Calendar/" >Join Our Email List</a></li>
</ul>
</div>
</div> <br style="clear:left" />
<p> </p>
<!--Training Menu -->
<div id="trainingmenu" class="mega solidblocktheme">
<p style="margin-top:10px">Professional Training</p>
<div class="column">
<ul>
<li><a href="/Training/">Training Information</a></li>
<li><a href="/Training/">Requirements</a></li>
<li><a href="/Training">Tuition</a></li>
</ul>
</div>
</div>
</body>
Powered by vBulletin® Version 4.2.2 Copyright © 2019 vBulletin Solutions, Inc. All rights reserved.