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