PDA

View Full Version : My dropdown navbar broken .. pls help


beeplove
Sep-14-2006, 07:02 AM
Hi,

I was trying to have a drop down navbar and what I have at the end is a broken dropdown navigation bar. In IE its completly broken and on non-IE its not pretty.

Would anybody pls help to fix my nav bar.
My site is : http://photography.beeplove.com


Thanks

Andy
Sep-14-2006, 07:48 AM
Check with Brandofamily, he's the expert on that code :D

http://www.dgrin.com/showthread.php?t=42011

javier.rinaldi
Sep-14-2006, 09:42 AM
Hi,

I was trying to have a drop down navbar and what I have at the end is a broken dropdown navigation bar. In IE its completly broken and on non-IE its not pretty.

Would anybody pls help to fix my nav bar.
My site is : http://photography.beeplove.com


Thanks

check your Navbar HTML, you have commented out part of your code and have two navbars in there

javier.rinaldi
Sep-14-2006, 09:48 AM
check your Navbar HTML, you have commented out part of your code and have two navbars in there

this should get you in the right direction


<!-- Drop Nav Bar -->
<div class="menu" align="center">
<ul>
<li><a href="http://photography.beeplove.com">Home</a></li>
<li><a href="http://photography.beeplove.com/gallery/1590385">Portfolio</a></li>
<li><a class="drop" href="">Gallery
<!--[if IE 7]><!-->
</a>
<!--<![endif]-->
<table class="droptable">
<tr><td>
<ul>
<li><a href="">Abstract</a></li>
<li><a href="">Birds</a></li>
<li><a href="">Children</a></li>
<li><a href="">Flowers</a></li>
<li><a href="">Landscape</a></li>
<li><a href="">Nudes</a></li>
<li><a href="">Pets</a></li>
<li><a href="">Portraits</a></li>
<li><a href="">Still Life/Studio</a></li>
<li><a href="">Street</a></li>
<li><a href="">Uncategorized</a></li>
</ul>
</td></tr>
</table>
<!--[if lte IE 6]>
</a>
<![endif]-->
</li>
<li><a class="drop" href="">Albums
<!--[if IE 7]><!-->
</a>
<!--<![endif]-->
<table class="droptable">
<tr></td>
<ul>
<li><a href="http://photography.beeplove.com/Community/">Community</a></li>
<li><a href="">Wedding</a></li>
<li><a href="http://photography.beeplove.com/Friends/">Friends</a></li>
<li><a href="">Family</a></li>
<li><a href="http://photography.beeplove.com/Protected/">Protected</a></li>
<li><a href="">Uncategorized</a></li>
</ul>
</td></tr>
</table>
<!--[if lte IE 6]>
</a>
<![endif]-->
</li>
<li><a href="http://photography.beeplove.com">Guestbook</a></li>
<li><a href="http://photography.beeplove.com">About Me</a></li>


</ul>
</div>

beeplove
Sep-14-2006, 01:41 PM
Thanks Jav for your reply.
My site is still broken in IE.

thanks,