View Single Post
Old 05-11-2004, 03:32 AM   #1 (permalink)
sharmap
Registered User
 
Join Date: May 2004
Posts: 3
sharmap is on a distinguished road
Angry CCS / Style issue

hi
need some help on implemting style's

Header contains following code: //

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="somestylefile" type="text/css">
</head>

<body bgcolor="#FFFFFF" text ="#000000" >

//

This style fine uses the:
a.link
a.over ect..

I'm trying to run a .js menu with other style settings applied to the menu links. This .js script contains text-decoration:none like: //

document.write('a.SMN17519520 {text-decoration:none; color:#1813B5; font-weight: 700; font-family: Verdana; font-size: 15px; font-style:normal;} ');
document.write('a.SMN17519520:hover {text-decoration:none; color:#FF0F0F; }'); //

whats happening is that the default a. class style is still being applied to the .js menu overwriting the setting in the .js menu file..

Any idea for me where to look

TIA

Sharmap
sharmap is offline   Reply With Quote