- From: Keith Rubow <keith.microaide@earthlink.net>
- Date: Tue, 12 Jun 2007 16:44:21 -0700
- To: www-amaya@w3.org
It appears that Amaya does not recognize the CSS child selector syntax "center > a". It works using a descendant selector "center a". Amaya also does not seem to recognize the ":hover" selector, so the color does not change when hovered. FYI, the "lightyellow" background color specification seems to be non-standard. I would recommend using a hexadecimal RGB color specification. Keith Rubow ve3ll@cogeco.ca wrote: > here is a stripped page that is use for genealogy site > the navigation buttons should be styled yellow with > a border.... hovered should be red ... no underlines > is it a css selector issue ???? > > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > "http://www.w3.org/TR/REC-html40/loose.dtd"> > <html> > <head> > <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> > <title>Navigation Bar Test</title> > <style type="text/css"> > center > a {background:lightyellow;margin-left:1px;border:1px solid black; > padding:1px;text-decoration:none} > center > a:hover {background:red} > </style> > </head> > <body background="brown.jpg"> > <table border="0" summary="heading"> > <tr> > <th width="80"> <img src="terry.jpg" alt="picture" border="0" vspace=8 > hspace=12></th> > <th><h1>Terry Mason's Family History Site</h1> > <h4>47,487 names. Major lines: Allen, Beck, Borden, Buck, Burden, Carpenter, > Carper, Cobb, Cook, Cornell, Cowan, Daffron, Davis, Downing, Faubion, > Fauntleroy, Fenter, Fishback, Foulks, Gray, Harris, Heimbach, Henn, Holland, > Holtzclaw, Jackson, Jameson, Johnson, Jones, King, Lewis, Mason, Massengill, > McAnnally, Moore, Morgan, Overstreet, Price, Peck, Rice, Richardson, Rogers, > Samuel, Smith, Taylor, Thomas, Wade, Warren, Weeks, Webb, Wodell, Yeiser.</h4> > </th> > <th width="129"> </th> > </tr></table><h2 align=center>Name Index: Aaron - Ashlock</h2> > <hr><p><center> > <a href="findex1.htm">.?.</a> > <a href="findex2.htm">A1</a> > <a href="findex3.htm">A2</a> > <a href="findex3.htm">B1</a> > <a href="findex4.htm">B2</a> > <a href="findex5.htm">B3</a> > <a href="findex6.htm">B4</a> > <a href="findex7.htm">B5</a> > <a href="findex8.htm">B6</a> > <a href="findex8.htm">C1</a> > <a href="findex9.htm">C2</a> > <a href="findexa.htm">C3</a> > <a href="findexb.htm">C4</a> > <a href="findexc.htm">C5</a> > <a href="findexc.htm">D1</a> > <a href="findexd.htm">D2</a> > <a href="findexe.htm">D3</a> > <a href="findexe.htm">E1</a> > <a href="findexf.htm">E2</a> > <a href="findexf.htm">F1</a> > <a href="findex10.htm">F2</a> > <a href="findex11.htm">F3</a> > <a href="findex11.htm">G1</a> > <a href="findex12.htm">G2</a> > <a href="findex13.htm">G3</a><br> > <a href="findex13.htm">H1</a> > <a href="findex14.htm">H2</a> > <a href="findex15.htm">H3</a> > <a href="findex16.htm">H4</a> > <a href="findex17.htm">H5</a> > <a href="findex17.htm">I1</a> > <a href="findex17.htm">J1</a> > <a href="findex18.htm">J2</a> > <a href="findex18.htm">K1</a> > <a href="findex19.htm">K2</a> > <a href="findex19.htm">L1</a> > <a href="findex1a.htm">L2</a> > <a href="findex1b.htm">L3</a> > <a href="findex1b.htm">M1</a> > <a href="findex1c.htm">M2</a> > <a href="findex1d.htm">M3</a> > <a href="findex1e.htm">M4</a> > <a href="findex1e.htm">N1</a> > <a href="findex1f.htm">N2</a> > <a href="findex1f.htm">O1</a> > <a href="findex21.htm">P1</a> > <a href="findex22.htm">P2</a> > <a href="findex23.htm">P3</a><br> > <a href="findex21.htm">Q1</a> > <a href="findex21.htm">R1</a> > <a href="findex22.htm">R2</a> > <a href="findex23.htm">R3</a> > <a href="findex23.htm">S1</a> > <a href="findex24.htm">S2</a> > <a href="findex25.htm">S3</a> > <a href="findex26.htm">S4</a> > <a href="findex27.htm">S5</a> > <a href="findex27.htm">T1</a> > <a href="findex28.htm">T2</a> > <a href="findex28.htm">U1</a> > <a href="findex28.htm">V1</a> > <a href="findex29.htm">V2</a> > <a href="findex29.htm">W1</a> > <a href="findex2a.htm">W2</a> > <a href="findex2b.htm">W3</a> > <a href="findex?.htm">X1</a> > <a href="findex2c.htm">Y1</a> > <a href="findex2c.htm">Z1</a> > <a href="findex2d.htm">Z2</a> > </center> > <a name="Aaron"></a> > <h3>Aaron</h3> > <blockquote><p><a href="pafg1354.htm#34833">Aaron, Hosea</a> > m.1931 - Parrish, Walker, Alabama</p> > </blockquote> > <a name="Abaffe"></a> > <h3>Abaffe</h3> > <blockquote><p><a href="pafg1087.htm#27202">Abaffe, George Michael</a> > - Living<br><a href="pafg1087.htm#27201">Abaffe, Wayne Allen</a> > - Living</p> > </blockquote> > </body></html> > > > > . > >
Received on Tuesday, 12 June 2007 23:45:14 UTC