yandina
08-27-2005, 07:05 AM
I have
<STYLE type="text/css">
.SEQ {font-size:x-large; color:"AQUA"; font-weight:bold; font-style:italic; visibility:hidden}
</STYLE>
There are numerous sections of text in the body using this style (although in different tags)
I want to be able to change the visibility of them all under certain conditions by modifying the style.
Seems simple but I know just enough to get into trouble and not enough to get out. :D
<STYLE type="text/css">
.SEQ {font-size:x-large; color:"AQUA"; font-weight:bold; font-style:italic; visibility:hidden}
</STYLE>
There are numerous sections of text in the body using this style (although in different tags)
I want to be able to change the visibility of them all under certain conditions by modifying the style.
Seems simple but I know just enough to get into trouble and not enough to get out. :D