Andrew Ingram wrote:

Basically, anything you can think of (especially things that are an easy fix) would be most welcome.

One thing to add, your navigation has links to the page you are on as well. (no doubt because you're using the body id, li id tie up to indicate active page.

My most recent understanding was that it wasn't good practice to do that.

but I don't know how easy it would be to fix in Expression engine.

So my questions for the massed minds are, what are the issues regarding same page links and what are the best practice solutions?

I normally do something like:

            <ul id="mainnav">
                <li id="active"><span>Home</span></li>
                <li><a href="people.htm">Our People</a></li>
                <li><a href="location.htm">Location</a></li>
                <li><a href="contact.htm">Contact Us</a></li>
                <li><a href="links.htm">Links</a></li>
            </ul>

where li span{} shares styling with li a{} and li#active a{} is the "active" style.




*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to