Word wrap in tables sometimes interferes with the style function. 
If a links are divided into two lines or if they begin in a new 
line some of them do not show the hover function correctly. 
Whether a certain link displays correctly differs according to table 
parameters and screen resolution. 

Example: 

<HTML>
<HEAD>
...
  <style>
   a {text-decoration:none}
   a:hover {color: "#0000C0"; text-decoration: underlined}
  </style>
...
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000C0" VLINK="#00C0C0"
ALINK="C0C000" MARGINWIDTH=20 LEFTMARGIN=20 topmargin=20>

<TABLE BORDER="0" BGCOLOR="#D0D0D0" CELLSPACING="5" CELLPADDING="12">
...
  <TR>
    <TD VALIGN="TOP"><B>
<A HREF="links.htm#MANUAL">MANUAL</A>
    </B></TD>
    <TD><B>
<A HREF="links.htm#Arachne">Arachne</A> |
<A HREF="links.htm#Pegasus">Pegasus Mail</A> |
<A HREF="links.htm#Internet">Internet</A> |
<A HREF="links.htm#SurvPC">SurvPC</A> |
<A HREF="links.htm#Unicode">Unicode</A> |
<A HREF="links.htm#SMS">SMS</A> |
<A HREF="links.htm#Printer">Printer</A> |
<A HREF="links.htm#CD">CD ROM</A> |
<A HREF="links.htm#Modem">Modem</A> |
<A HREF="links.htm#Technology">Technology Assessment</A>
<p>
    </B></TD>
  </TR>
...
</TABLE>

</BODY></HTML>


- - - - - - - - - - - - - - - - - - - - - 
[EMAIL PROTECTED]
http://www.volny.cz/christianpeace




Reply via email to