Hello, for background, the site I am talking about is www.abrahamregelson.org. the problem is that if you click on a link in the sidebar navigation it becomes larger (apparently as part of the A:active style property) and sometimes drops to the next line, annoyingly. I cannot find any reason it would do this. Here is my CSS code that applies to links:
Any ideas why the link text gets bigger? Thnaks for all replies.
| Code: |
|
A:ACTIVE { } .navlargeh A:link, A:visited, A:active{ font:bold 16pt; } .navnormal A:link, A:visited, A:active{ font:bold 14pt; } .navsmall A:link, A:visited, A:active{ font:bold 11pt; } .navlarge A:link, A:visited, A:active{ font:bold 15pt; } |
Any ideas why the link text gets bigger? Thnaks for all replies.
