Yeap, there is a </UL> in the included file.  This is an exact copy of what
it looks like:


<ul id="navlist">

<!--#if expr="\"$DOCUMENT_URI\" = \"/index.shtml\"" -->
<li id="current"><strong>Home</strong></li>
<!--#else -->
<li><a href="index.shtml">Home</a></li>
<!--#endif -->

<!--#if expr="\"$DOCUMENT_URI\" = \"/Services.shtml\"" -->
<li id="current"><strong>Services</strong></li>
<!--#else -->
<li><a href="/Services.shtml">Services</a></li>
<!--#endif -->


<!--#if expr="\"$DOCUMENT_URI\" = \"/Portfolio.shtml\"" -->
<li id="current"><strong>Portfolio</strong></li>
<!--#else -->
<li><a href="Portfolio.shtml">Portfolio</a></li>
<!--#endif -->

<!--#if expr="\"$DOCUMENT_URI\" = \"/Contact.shtml\"" -->
<li id="current"><strong>Contact</strong></li>
<!--#else -->
<li><a href="Contact.shtml">Contact</a></li>
<!--#endif -->

<!--#if expr="\"$DOCUMENT_URI\" = \"/BulletinBoard/"" -->
<li id="current"><strong>Bulletin Board</strong></li>
<!--#else -->
<li><a href="BulletinBoard/">Bulletin Board</a></li>
<!--#endif -->
</ul>


But I see what you're saying in that once the page is rendered the </UL> is
missing.  Is this an issue with SSIs?

Debbie Silbert


-----Original Message-----
From: Prabhath Sirisena [mailto:[EMAIL PROTECTED] 
Sent: Monday, July 04, 2005 10:53 PM
To: [EMAIL PROTECTED]
Cc: css-d@lists.css-discuss.org
Subject: Re: [css-d] Trouble with Implementation of ListManial list

> My problem is that all my A links in the body of the pages are inheriting
> the style from the #navlist ID.  How do I stop that from happening?  It
can
> be seen here:
> 
> http://www.itgurl.com/Portfolio.shtml.
> 

You have not closed ul#navlist with a </ul> and it's causing all links
following to apply the #navlist styles.

It's always better to validate the html and css when there are problems.

Prabhath
http://nidahas.com


______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to