body > table > tr > td > table {background: .}
but the problem is that on other pages there might be three tables preceding
the final table I'd like to paint.
Would there be any smart trick for this situation?
Thanks a lot to all!
Cheers, Esther
Esther van
Perhaps this page offers you the solution you're looking for?
I haven't tried it yet, I bumped in to it last week.
http://www.positioniseverything.net/easyclearing.html
Good luck,
Cheers, esther
-Mensaje original-
De: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] En nombre de Jon Hughes
apital initials. And the capitalize property makes the whole text
appear Like An English Title.
Thanks in advance!
Esther
Esther van Summeren | Responsable de Experiencia del Usuario
Marketing y Comunicación
[EMAIL PROTECTED]<http://www.profesionalia.net/>
Hello list,
Such a long time ago.
I'd like to ask once more for some help concerning a disappearing label:
The situation is:
Country
option>EspaƱa
...
The css (media="all") is:
input#countryprint {display: none;}
The css (media="print") is:
select#country {display: none}
Yesterday I finally found a solution:
It's about applying width and floating. I did it with fixed measures, px, but I
suppose it should be possible as well with relative units. Check this out:
dl { width: 160px;}
dt { float: left; width: 56px; margin: 0;}
dd { float: left; width: 20px; margin: 0;
Hi all,
I'm struggling with a definition list: I would like to have it in four
columns, but until now it seems to be impossible. I have been trying
several float- ways, and have been searching with google, all without any
results sofar.
Does anyone have any idea whether it is possible, and, most i