[css-d] Matching anteceding elements?

2007-10-29 Thread Esther van Summeren
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

Re: [css-d] Elegant alternative to ?

2007-08-16 Thread Esther van Summeren
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

[css-d] Text-transform

2007-08-15 Thread Esther van Summeren
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/>

[css-d] Label disappearing when "display: none" applied to an ID in a print CSS

2007-06-16 Thread Esther van Summeren
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}

Re: [css-d] Definition list in four columns: possible?

2006-01-18 Thread Esther van Summeren
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;

[css-d] Definition list in four columns: possible?

2006-01-17 Thread Esther van Summeren
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