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

2007-10-27 Thread Steve Olive
On Sun, 28 Oct 2007 10:39:58 am 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 > and used CSS to text-indent:- should I put the "slogan" inside the > as well? I w

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

2007-10-27 Thread JonMarc Wright
> >td, th { padding: 0; } > in the CSS has the same effect as >cellpadding="0" > in HTML. > > ~fantasai true, though i've seen situations where the css won't do the trick on all browsers (ie in quircks mode maybe though i'd have to test it out again for specifics). in those cases, i had

[css-d] Advanced CSS techniques book

2007-10-27 Thread Robert James
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 techniques? I especially like thi

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

2007-10-27 Thread Marcelo de Moraes Serpa
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 and used CSS to text-indent:- should I put the "slogan" inside the as well? I want to keep semantics good enough. Thanks, Marcelo. _

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

2007-10-27 Thread Ingo Chao
Mauricio Samy Silva wrote: >> Mauricio Samy Silva wrote: >>> Test case is here: http://www.maujorsite.com/temp/teste.html >>> >>> When we open the 2nd and 3th level submenus the links left, right and >>> bottom borders >>> are missed in IE5.0 IE5.5 IE6 (don't test in IE7 until now). >>> If the sub

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

2007-10-27 Thread Mauricio Samy Silva
> Mauricio Samy Silva wrote: >> Test case is here: http://www.maujorsite.com/temp/teste.html >> >> When we open the 2nd and 3th level submenus the links left, right and >> bottom borders >> are missed in IE5.0 IE5.5 IE6 (don't test in IE7 until now). >> If the submenu are closed and then re-opens,

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

2007-10-27 Thread Ingo Chao
Hi Mauricio, Mauricio Samy Silva wrote: > Test case is here: http://www.maujorsite.com/temp/teste.html > > When we open the 2nd and 3th level submenus the links left, right and bottom > borders > are missed in IE5.0 IE5.5 IE6 (don't test in IE7 until now). > If the submenu are closed and then r

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

2007-10-27 Thread fantasai
JonMarc Wright wrote: >>img { display: block; } >> or >>img { vertical-align: top; } >> should help. > > using display: block will do fine for eliminating the double spacing between > your table rows. it sounded like you wanted the images to have no space > around them at all (in other wo

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

2007-10-27 Thread JonMarc Wright
> >img { display: block; } > or >img { vertical-align: top; } > should help. > > ~fantasai using display: block will do fine for eliminating the double spacing between your table rows. it sounded like you wanted the images to have no space around them at all (in other words no blue back

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

2007-10-27 Thread fantasai
Erland Flaten wrote: > http://www.ingri-a.no/Templates/table.html > > I try to get the images inside the TDs to have no space between them > on all sides. Cant make it. > Especially a mystery TD height of 114px show by using xray by > westciv. Where is that coming from? > > What I want make

Re: [css-d] Problem with css styling of drupal list

2007-10-27 Thread David Laakso
Mark Finney wrote: > Anyway I have been fiddling around for a couple of hours and cannot fathom > the navigation list. I am sure it is obvious but I cannot make the bullet > points disappear in IE. FF looks exactly as i want but dispite my filling > the css wit list-style-type:none; and list-style:

[css-d] Problem with css styling of drupal list

2007-10-27 Thread Mark Finney
Dear List, I have recently tried out drupal for the first time as I wanted to make a site that my brother in law could easily keep updated. Anyway I have been fiddling around for a couple of hours and cannot fathom the navigation list. I am sure it is obvious but I cannot make the bullet points d

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

2007-10-27 Thread Erland Flaten
http://www.ingri-a.no/Templates/table.html I try to get the images inside the TDs to have no space between them on all sides. Cant make it. Especially a mystery TD height of 114px show by using xray by westciv. Where is that coming from? What I want make is a grid of cells with images and te