Posted by Toby Inkster on 02/03/06 21:13
Simon Dean wrote:
> http://www.acutec.co.uk/test/s3/aboutus.php
Replace this:
<li><a class="itemon" href="aboutus.php">ABOUT US</a></li>
<li>
<ul class="submenu">
<li class="subitem">...
</ul>
</li>
With this:
<li>
<a class="itemon" href="aboutus.php">ABOUT US</a>
<ul class="submenu">
<li class="subitem">...
</ul>
</li>
This establishes a better structure, enforcing the relationship between
the "About us" item and the submenu below it.
--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~ http://tobyinkster.co.uk/contact
[Back to original message]
|