CSS and Link problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jwwicks
    New Member
    • Oct 2007
    • 19

    #1

    CSS and Link problem

    Hello All,

    I've been redesigning a site for the Honors Club at Sacramento City College and everythings going well except for a weird problem with links. The last link in a list of links works fine. The first - n-1 links don't work.

    The link to the Contact Us Page is here.

    I discovered that the following in the Style sheet of the page is causing the problem.

    p span {
    padding-top: 3em;
    }
    If I comment out the above line, all is well with the links. What gives... Any clues...

    The link to the Site Wide CSS is here.

    This happens in IE and Firefox so it has to be something I'm doing incorrectly but I haven't a clue what conflict I'm dealing with.

    John
    Last edited by jwwicks; Oct 8 '07, 09:58 PM. Reason: little typo in URL for CSS
  • drhowarddrfine
    Recognized Expert Expert
    • Sep 2006
    • 7434

    #2
    The problem occurs because your #pageNavigation div is set at 500px width but the links are wider than that. For example, change the width to 600px.

    Comment

    Working...