Alright, thanks in advance to anyone who knows why my links have stopped
working/being able to be clicked on.  Here's the XHTML:

<div id="content">
  <div id="contcent">
    <h3 id="worktitle">Title</h3>
    <p><img src="" alt="" id="enlarged" /></p>
    <p id="detailnav">
      <a href="previous.html" accesskey="b">Previous</a> | 
      <a href="next.html" accesskey="n">Next</a></p>
    <span> id="pictnums">
      <p><a href="#" onclick="pict1()">1</a> | 
         <a href="#" onclick="pict2()">2</a> | 
         <a href="#" onclick="pict3()">3</a></p>
    </span>
  </div>
  <span id="detailcont2">
    <p>Text</p>
    <p>Text</p>
  </span>
</div>

And the CSS:

#contcent {
  width: 420px;
  margin: 0 auto;
}

#worktitle {
  text-align: center;
  font-family: Optima, Eurostile, Arial, sans-serif;
  text-style: italic;
}

#enlarged {
  position: relative;
  top: -20px;
}

#detailnav {
  text-align: center;
  position: relative;
  top: -40px;
}

#pictnums {
  text-align: right;
  position: relative;
  top: -72px;
}

#detailcont2 {
  position: relative;
  top: -70px;
}

So, I believe it has something to do with the #pictnums, but I am unsure
about how to remedy the problem.  And as I am at work on my laptop, I
cannot upload until later tonight, sorry.

Matt
______________________________________________________________________
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