On Wed, 8 Oct 2008 10:41:17 -0700, John Biggs wrote:
[...]
>
> I am using a CSS/Javascript-based design for my left-nav menu, incorporating 
> pop-out
> menus for lower level lists.  However, the popouts (menu buttons with blue 
> right
> border) are only occurring under IE7.  I have done what I could to compare my 
> code
> against the source site, with no obvious discrepancies.  Any input that can 
> be provided
> would be greatly appreciated.
>
> http://www.popcostamesa.com
>

This HTML is invalid, and likely the cause:

<ul>
        <li><a class="xnopress" href="../ps_news.html">Preschool</a></li>
                <ul>
                         <li><a href="../ps_news.html">News</a></li>
                          <li><a href="../ps_teachers.html">Teachers</a></li>
                          <li><a href="../ps_calendar.html">Calendar</a></li>
                          <li><a 
href="../ps_curriculum.html">Curriculum</a></li>
                </ul>
        <!-- *** close the LI here instead of before the UL *** -->
                 <li><a class="xnopress" href="../es_news.html">Elementary 
School</a></li>

... lots more errors to fix as well, both markup and CSS ... Sorry.

Cordially,
David
--

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

Reply via email to