Re: [css-d] drop down bug in IE6

2007-10-28 Thread Alan Gresley
Mauricio Samy Silva and Ingo Chao wrote: Hi Ingo, 1-) Thanks for take your time and fix the problem. For information purposes only: A friend point out another fix. He said: You need to use 1px and not 1% here: * html ul li a {height: 1px;} I think sometimes the 1% equates to 0

Re: [css-d] Advanced CSS techniques book

2007-10-28 Thread Bob Easton
Robert James wrote: I'd like to improve my CSS techniques. I'm comfortable with basic CSS, but there's a lot of advanced stuff out there which I'd like to leverage. (I especially have trouble with some of the advanced positioning.) Can anyone recommend a good book for the advanced

Re: [css-d] Advanced CSS techniques book

2007-10-28 Thread Rich Wendrock Forums
Good Day Robert, I have purchased four different books on CSS and can say that The CSS Anthology... by Rachel Andrew is the best I have seen. http://www.sitepoint.com/books/cssant1/ Take Care, Rich __ css-discuss [EMAIL

Re: [css-d] What tag to use for the company's slogan?

2007-10-28 Thread Jukka K. Korpela
Marcelo de Moraes Serpa wrote: I have a website that has a header with a Title and a slogan something like Company - Your road to success. I've put Company inside a h1 and used CSS to text-indent:- should I put the slogan inside the h1 as well? I want to keep semantics good enough.

Re: [css-d] how to control space between table rows

2007-10-28 Thread Erland Flaten
Thanks for helping me with this. The table is now as it should. I must say I am surprised that a image must have display:block to get rid of space at the top and bottom. If I understand correctly whats happening here. I thought a image was inline and thus didnt have any space on top and