Forums
This topic is locked
PVII menu-style problems
Posted 04 Oct 2002 03:53:52
1
has voted
04 Oct 2002 03:53:52 Sabina Ranjit posted:
Hi,I've used PVII simple menu in my template, and used the following :
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
"www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
<title>Simple VII Popup Menu</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
td { font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; font-size: 12px}
a:link { color: #000000; text-decoration: none}
a:visited { color: #999999; text-decoration: none}
a:hover { color: #FF9900; text-decoration: none}
a:active { color: #000000; text-decoration: none}
-->
</style>
<script language="JavaScript">
<!--
AS directed in the tutorial.
Before I changed the font colors it was working just fine. Recently I changed the font colors to:
a:link { color: #000000; text-decoration: none}
a:visited { color: #996666 text-decoration: none}
a:hover { color: #333399; text-decoration: none}
a:active { color: #000000; text-decoration: none}
and all of a sudden links started having underlines and the color is not right either. What's the problem I can't figure out.
It is a global stylesheet, I want all the links to appear same as the PVII menu links.
help appreciated, thanks
Sabs