Advanced Open Window 3 Support Product Page
This topic was archived
css open browser window and #
Reported 07 Apr 2004 11:25:12
1
has this problem
07 Apr 2004 11:25:12 Kenny Darcy posted:
Hi yea,How can I use the CSS on this link .
<a class="black9" href="#" onClick="GP_AdvOpenWindow('legal.asp','Legal','fullscreen=no,toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,channelmode=no,directories=no',240,420,'center','ignoreLink','',0,'',0,1,5,'');return document.MM_returnValue">LEGAL</a>
A "#" link in IE is always going to
appear in the "visited" state.
the css I use is below.
a.black9:link {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
color: #CCCCCC;
text-decoration: none;
}
a.black9:visited {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
color: #CCCCCC;
text-decoration: none;
}
a.black9:hover {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
color: #CCCCCC;
text-decoration: none;
}
Sorry to put this message in the bug section , but I have put it in the problem section the other day and got no reply. I unserstand you must be busy.
Regards
Kenny
Edited by - thatelvis on 07 Apr 2004 11:27:17