View Full Version : Nav help needed ....
mafotografix
May-28-2009, 03:01 PM
This is my website www.mafotografix.com (http://www.mafotografix.com)
The Nav layout looks perfect in the latest Safari and Firefox but in IE7 it is horrible! :(
In IE7 they are stacked instead of lining up in a centered row for the 3 main tabs - "Welcome", "Galleries", and "Projects"
Could someone be so kind as to have a look at my code and suggest some ways to help me fix this?
Thank you, thank you, thank you .............
Mike
mafotografix
May-31-2009, 07:59 PM
Is the coding that bad :(
It was working fine for IE6.
Should I just start from scratch again?
jfriend
May-31-2009, 11:37 PM
These drop-down menus with all the conditional HTML for IE are just a pain to troubleshoot and there are very few people who know how. I generally avoid them because troubleshooting anything in IE is inefficient. I did take a quick look and found one obvious problem. You should try fixing that and see how far it gets you. In this HTML, you are missing a closing > bracket on one of the </li> tags (show in red below):
<li><a class="drop" href="/">Welcomeğ
<!--[if IE 7]><!--></a><!--<![endif]--> <!--[if lte IE 6]><table><tr><td><![endif]-->
<ul>
<li><a href="/gallery/3678505">FAQ & Contact</a></li>
<li><a href="/gallery/2610643">BIO & Guestbook</a></li>
<li><a href="/gallery/5701048_oLVJf">Calendar</a></li>
</ul> <!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>
Try adding that and see if it helps.
mafotografix
Jun-01-2009, 10:02 AM
These drop-down menus with all the conditional HTML for IE are just a pain to troubleshoot and there are very few people who know how. I generally avoid them because troubleshooting anything in IE is inefficient. I did take a quick look and found one obvious problem. You should try fixing that and see how far it gets you. In this HTML, you are missing a closing > bracket on one of the </li> tags
Try adding that and see if it helps.
:barb Alright! :clap That worked! Thanks so much! :bow
I wanna redesign my whole website this year (when I find the time).
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.