Amaya 8.8 - Styling problem with >

Something that works in 8.7.4 but not in 8.8  is 
noscript>a rule ... i use it to set color and background
for noscript message that appears on all my pages 
when viewed with unscripted browsers ... it places
an alternative menu to my javascript dropdown menus
dropdowns are nice as they don't suck up valuable
real estate that sidebars do!!!
anyways here is a short test file that should be run
in 8.8 and 8.7.4 for comparison ...

<?xml version="1.0"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><title>Stylings:VE3LL@RAC.CA</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<style type="text/css">
a {color:yellow}
noscript {color:red;background:#ffdead}
noscript>a {color:green;text-decoration:none}
</style>
</head><body><h1>Stylings:VE3LL@RAC.CA</h1>
<noscript>Text should be in red, background in pastel, but hyperlink
should be in <a href="?">green</a> <strong>NOT</strong> yellow!
Amaya 8.7.4 worked but Amaya 8.8 does not. Most likely its
the noscript&gt;a rule that is the problem!</noscript>
</body></html>

john russell in niagara canada 

-- 
-- 
John Russell, VE3LL@RAC.CA
http://home.cogeco.ca/~ve3ll
http://home.cogeco.ca/~trains
http://home.cogeco.ca/~cipher

Received on Wednesday, 6 July 2005 17:46:06 UTC