Thread: Specific Style
View Single Post
  #2  
Old 08-17-2005, 03:41 PM
Paz's Avatar
Paz Paz is offline
SEO GUY Moderator
 
Join Date: Sep 2004
Location: Antalya, Turkey
Posts: 4,238 Paz has a spectacular aura aboutPaz has a spectacular aura about
Hi,

I'm not sure if the code you have written is standard, maybe you try something more like:

#navbar {width: 60px; height:650px;background-color:white;.....
div#navbar a:link {font-size:11px; font-weight:bold;color:#003399;text-decoration:none;}
div#navbar a:visited {font-size:11px; font-weight:bold;color: purple;text-decoration:none;}
div#navbar a:active {font-size:11px; font-weight:bold;color:#003399;text-decoration:none;}
div#navbar a:hover {font-size:11px;color:red;text-decoration:underline;}

It's important you set the font weights and decoration otherwise the text "wobbles" when you move the mouse over it.

Cheers,
Paz.
__________________
10.3 million entries for Hotels in Turkey but I'm still chipping away.
Reply With Quote