CSS A link-element problems

P

ppcguy

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
}
 
J

Jonathan N. Little

ppcguy wrote:
* html #menu {
Position : Absolute
}
<snip>
Why '* html #menu'? I thought this error was settled back in your
earlier post

Subject: difference between css declarations
Date: Sat, 20 Aug 2005 12:42:05 GMT

or are you trying so IE only hack here?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,059
Latest member
cryptoseoagencies

Latest Threads

Top