maanton
Programmer
- Mar 27, 2005
- 52
Hi all !!
I m dealing with a dynamic page and I need an element (eg h1) to be invisible when it does not contain any data.
I tried using the following Stuctural Pseudo-Class:
but unluckily, it works only in ff...
Any suggestions?
Thanks in advance,
Martha
I m dealing with a dynamic page and I need an element (eg h1) to be invisible when it does not contain any data.
I tried using the following Stuctural Pseudo-Class:
Code:
h3:empty{
visibility:hidden
}
Any suggestions?
Thanks in advance,
Martha