I've got a couple issues on my site that I just can't figure out.

One: the (very) top menu does not display the "selected" class (but the side menu does, using very similar markup)
<http://harvestclassic.org/rally/index.html>

css:
#topnav a:link, #topnav a:visited
{
color: #fff;
background-color: #000;
text-decoration: none;
}

#topnav a:hover, #topnav a.selected
{
color: red;
text-decoration: none;
}

html:
        <ul id="topnav">
            <li><a href="/index.html">GENERAL INFORMATION | </a></li>
<li><a href="/rally/index.html" class="selected">RALLY EVENTS | </a></li>
            <li><a href="/rally/events.html">RALLY SCHEDULE</a></li>
        </ul>


Two: Everywhere BUT IEWin, the two columns' tops are even
        <div id="rallynav">
            <dl style=" float: left; width: 45%;">
<dt><a href="index.html" class="selected">Destination: Luckenbach</a></dt>
                <dt><a href="show.html">Bike Show</a></dt>
                <dt><a href="expo.html">Sponsor Expo</a></dt>
<dt><a href="raffle.html">Raffle &amp; Auction for the Kids</a></dt>
                <dt><a href="portraits.html">Bike Portraits</a></dt>
            </dl>
            <dl style="margin-left: 50%; width: 45%;">
<dt><a href="dinner.html">Saturday Dinner &amp; Moto- Movie</a></dt> <dt><a href="trials.html">Lloyd Allen Memorial Trial</a></dt>
                <dt><a href="funrun.html">100cc Fun Run</a></dt>
                <dt><a href="weather.html">Weather</a></dt>
            </dl>
            <br clear="right" />
        </div>

Clue me?


--
Lorin Rivers
Mosasaur: Killer Technical Marketing <http://www.mosasaur.com>
<mailto:[EMAIL PROTECTED]>
512/203.3198 (m)

______________________________________________________________________
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