hi,
I have changed my website to end in php and now have prblems with my left navigation sub menu's, When I hover over "About Thailand" on the following link http://www.thai-discovery.com/phuket-Thailand.php
I coped all of the li tags as follows and saved them onto a leftnav.php file
Quote:
<li> <a href="#" class="vertmenu"><img src="http://www.webmaster-talk.com/images/sub menu button.png" width="12" height="8" align="right" border="none"/>About Thailand</a>
<ul>
<li><a class="vertmenu" href="Thaimonarchy.html">Thai Monarchy</a></li>
<li><a class="vertmenu" href="Thai-history.php">Thai History</a></li>
<li><a class="vertmenu" href="thai-culture.php">Thai Culture</a></li>
<li><a class="vertmenu" href="Thai-cuisine.php">Thai Cuisine</a></li>
</ul>
|
I replaced the above code with
HTML Code:
<?php include_once ('incl/leftnav.php'); ?>
So why would my nav sub menu's suddenly stop working?
Last edited by TheDon; 03-03-2010 at 05:32 AM..
|