CSS Question

Out of context: Reply #3

  • Started
  • Last post
  • 3 Responses
  • lumedia0

    ding ding ding! Thanks guys. Here is what I ended up with:

    <div class="blockMenuServices" id="services">

    <a href="sub/training.html">Training</a> <br />
    <img src="images/lineBreak.gif" width="122" height="1" /><br />
    <a href="sub/coaching.html">Coaching</a> <br />
    <img src="images/lineBreak.gif" width="122" height="1" /><br />
    <a href="sub/keynoting.html">Keynoting</a><img src="images/lineBreak.gif" width="122" height="1" /></div>

    and the style sheet:

    div#services a:link {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 14pt;
    font-variant: small-caps;
    color: #CC9900;
    text-decoration: none;
    }

    • i just didnt know to put the # in there. stupid things you miss when teaching yourself how to build a web page.lumedia
    • yeah. id = "#" class = "."jkmohr

View thread