Hi, I seem to be having a problem getting a ink to show a certain colour when active. Below is my code for you to look at...
Code:
#navigation { font-size:12px; position:absolute; bottom:10px; left:583px; } #navigation a { color:#FFFFFF; text-decoration:none; width:100px; } #navigation a:hover { font-size:12px; color:#15959B; } #navigation a:active{ font-size:12px; color:#15959B; }
Comment