Re[8]: css with attribues [testing]

Alan,

AG> <html>
AG> <style type="text/css">
AG>   p {color:red}
AG>   [style="color:orange"] {color:green !important}
AG> </style>
AG> <body>
AG>   <p style="color:orange">Name</p>
AG> </body>
AG> </html>

It does not work in Opera (ver. 9.10).
String is orange.

AG> <html>
AG> <style type="text/css">
AG>   p {color:red}
AG>   [color="orange"] {color:green}
AG> </style>
AG> <body>
AG>   <p color="orange">Name</p>
AG> </body>
AG> </html>

String is red.



Dmitry Turin
SQL5      (5.10.0)  http://sql50.euro.ru
HTML6     (6. 5.2)  http://html60.euro.ru
Unicode7  (7. 2.1)  http://unicode70.euro.ru
Computer2 (2. 0.2)  http://computer20.euro.ru

Received on Wednesday, 23 January 2008 06:45:06 UTC