pelicanPaul
02-08-2007, 09:17 PM
1) Script Title: Chrome CSS Drop Down Menu (v2.01)
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex1/chrome/index.htm
3) Describe problem:
I am using the chrome menu and all is well..
however when my CSS has basic anchor tags in it, these overwrite the STYLES for the chrome menu CSS anchor tags... has anyone run into this?
Paul
/* Basic ANCHOR Tags */
A {
FONT-FAMILY: Verdana, Arial, sans-serif;
FONT-SIZE: 8pt;
COLOR: #709E48;
FONT-WEIGHT: 200;
text-decoration: underline;
}
A:visited {
FONT-FAMILY: Verdana, Arial, sans-serif;
FONT-SIZE: 8pt;
COLOR: #709E48;
FONT-WEIGHT: 200;
text-decoration: underline;
}
A:hover {
FONT-FAMILY: Verdana, Arial, sans-serif;
FONT-SIZE: 8pt;
COLOR: #709E48;
FONT-WEIGHT: 200;
text-decoration: none;
}
will then be apllied to
the
.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #fff;
}
weird???
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex1/chrome/index.htm
3) Describe problem:
I am using the chrome menu and all is well..
however when my CSS has basic anchor tags in it, these overwrite the STYLES for the chrome menu CSS anchor tags... has anyone run into this?
Paul
/* Basic ANCHOR Tags */
A {
FONT-FAMILY: Verdana, Arial, sans-serif;
FONT-SIZE: 8pt;
COLOR: #709E48;
FONT-WEIGHT: 200;
text-decoration: underline;
}
A:visited {
FONT-FAMILY: Verdana, Arial, sans-serif;
FONT-SIZE: 8pt;
COLOR: #709E48;
FONT-WEIGHT: 200;
text-decoration: underline;
}
A:hover {
FONT-FAMILY: Verdana, Arial, sans-serif;
FONT-SIZE: 8pt;
COLOR: #709E48;
FONT-WEIGHT: 200;
text-decoration: none;
}
will then be apllied to
the
.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #fff;
}
weird???