Posted by ppcguy on 08/26/05 15:21
i've got the following.
menu is a div and there are url links within it.
everything is fine - except when the link is pressed and it's
waiting for the new page to load - all the links revert to
a smaller font..new page loads and everything is fine...
seems to be visible most when it takes some time to
load the new page...otherwise invisible.
#menu {
position : fixed;
display : block;
Top : 5px;
right : 30px;
line-height : 1.7em;
Text-Align : Right;
font-family: verdana, arial, sans-serif;
}
* html #menu {
Position : Absolute
}
#menu a, #menu a:link
{
padding : 0px 8px 0px 8px;
border : 2px solid #CCCCCC ;
Color : #404040 ;
Background-Color : #DDDDDD ;
Text-Decoration : underline;
}
#menu a:active {
}
#menu a:visited {
}
#menu a:hover {
border : 2px solid green ;
Color : green ;
Text-Decoration : None
}
Navigation:
[Reply to this message]
|