Re: [css-d] Need help with wonky vertical spacing

2009-10-05 Thread Jody Levinson
On Oct 5, 2009, at 1:04 PM, Jody Levinson wrote: > On this site: http://www.adlergiersch.com - please note the position > of the "Getting Started" box in the left column under the menu. > > On this test page: http://www.adlergiersch.com/test the box is > elongated vertically. The difference betwe

Re: [css-d] grid without tables?

2009-10-05 Thread Benct Philip Jonsson
Climis, Tim skrev: >> Can you be more specific in your question. For what reasons >> do you ask the why question? > > I'm pretty sure the question is "Why does only IE6 see that > rule?" Yes. The question referred to the last statement in the quotation. > Benct Philip Jonsson wrote: >> On 2009-1

Re: [css-d] :: page review :

2009-10-05 Thread Theresa Mesa
Very nice. Theresa > At 10:33 PM -0400 10/4/09, David Laakso wrote: >> I have a semi-comp layout that I would appreciate your comments and >> suggestions on. >> >> Sorry, but a login/password required to view. >> >> login: >> dgdemo >> >> password: >> dgdemo >> >> uri: >>

[css-d] Need help with wonky vertical spacing

2009-10-05 Thread Jody Levinson
On this site: http://www.adlergiersch.com - please note the position of the "Getting Started" box in the left column under the menu. On this test page: http://www.adlergiersch.com/test the box is elongated vertically. The difference between the two pages is the coding for the menu. The orig

Re: [css-d] :: page review :

2009-10-05 Thread tedd
At 10:33 PM -0400 10/4/09, David Laakso wrote: >I have a semi-comp layout that I would appreciate your comments and >suggestions on. > >Sorry, but a login/password required to view. > >login: >dgdemo > >password: >dgdemo > >uri: > > >css: >embedded > >Thanks. > >

Re: [css-d] grid without tables?

2009-10-05 Thread David Laakso
Benct Philip Jonsson wrote: > On 2009-10-04 David Laakso wrote: >> * html .infobox {height: 100px;} /* Only IE/6.0 sees this */ > > Why? > > /BP > The original poster has a row of blocks to which he assigned assigned height a of 100px so that they would all be uniform. All well and good. Or is

Re: [css-d] grid without tables?

2009-10-05 Thread Climis, Tim
> Can you be more specific in your question. For what reasons do you ask > the why question? I'm pretty sure the question is "Why does only IE6 see that rule?" Benct Philip Jonsson wrote: > On 2009-10-04 David Laakso wrote: >> * html .infobox {height: 100px;} /* Only IE/6.0 sees this >> */ > >

Re: [css-d] :: page review :

2009-10-05 Thread G.Sørtun
David Laakso wrote: > > Looks like you need a min-width on the 'topnav', and some no-wrap control on its list-items. Otherwise not anything that's easily broken, AFAICS :-) regards Georg __

Re: [css-d] @import css or link

2009-10-05 Thread cFA
On Mon, Oct 5, 2009 at 8:43 AM, Atkinson, Sarah < sarah.atkin...@cookmedical.com> wrote: > I have multiple css files > Which is better linking them in the header or using the @import in a > main.css file and then linking that in the header? > I go with the former, link to a build file with import

Re: [css-d] grid without tables?

2009-10-05 Thread Alan Gresley
Benct Philip Jonsson wrote: > On 2009-10-04 David Laakso wrote: >> * html .infobox {height: 100px;} /* Only IE/6.0 sees this >> */ > > Why? > > /BP Can you be more specific in your question. For what reasons do you ask the why question? -- Alan http://css-class.com/ Armies Cannot Stop An

Re: [css-d] Best way to include

2009-10-05 Thread Val Dobson
That's what I do when a stylesheet gets too long and complex. In those cases, I break it down into typography.css for the fonts, structure.css for the layout and style.css for the colors etc; I might also have a separate navigation stylesheet. The I write a main.css that contains nothing but link

Re: [css-d] ie6 weird disappearing bug

2009-10-05 Thread adam ambrus
hi and thanks for answer, things can always be simpler than they are now :) the thing is, i thought that a 2 (on other pages, 3) column design with a footer would be the simplest solution. the background image's size depends on the page's viewing resolution, so it would be proportionally the same

Re: [css-d] grid without tables?

2009-10-05 Thread Alan Gresley
Benct Philip Jonsson wrote: > On 2009-10-04 David Laakso wrote: >> * html .infobox {height: 100px;} /* Only IE/6.0 sees this >> */ > > Why? > > /BP Can you be more specific in your question. For what reasons do you ask the why question? -- Alan http://css-class.com/ Armies Cannot Stop An

[css-d] @import css or link

2009-10-05 Thread Atkinson, Sarah
I have multiple css files Which is better linking them in the header or using the @import in a main.css file and then linking that in the header? __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/list

[css-d] Best way to include

2009-10-05 Thread Atkinson, Sarah
Is it better to include with a list of link files or link a main stylesheet and @import all the css files into it? __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- htt

Re: [css-d] :: page review :

2009-10-05 Thread David Laakso
G.Sørtun wrote: > David Laakso wrote: >> >> > > Looks like you need a min-width on the 'topnav', and some no-wrap > control on its list-items. > > Otherwise not anything that's easily broken, AFAICS :-) > > regards > Georg > As always, good advice fro

Re: [css-d] Margin only in Firefox

2009-10-05 Thread Tim Climis
On Monday, October 5, 2009 7:01:48 am Andzia wrote: > Hello, > I added a photo background to my header and I noticed a margin between this > header and the top menu, which doesn't appear in Opera, IE or Safari, only > in Firefox. I found that there is an issue with Firefox creating margins > and I

Re: [css-d] Margin only in Firefox

2009-10-05 Thread Philippe Wittenbergh
On Oct 5, 2009, at 8:01 PM, Andzia wrote: > I added a photo background to my header and I noticed a margin > between this > header and the top menu, which doesn't appear in Opera, IE or > Safari, only > in Firefox. I found that there is an issue with Firefox creating > margins and > I tried

[css-d] Margin only in Firefox

2009-10-05 Thread Andzia
Hello, I added a photo background to my header and I noticed a margin between this header and the top menu, which doesn't appear in Opera, IE or Safari, only in Firefox. I found that there is an issue with Firefox creating margins and I tried using border-collapse property to fix it, but with no su

Re: [css-d] grid without tables?

2009-10-05 Thread Benct Philip Jonsson
On 2009-10-04 David Laakso wrote: > * html .infobox {height: 100px;} /* Only IE/6.0 sees this > */ Why? /BP __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://c

[css-d] :: page review :

2009-10-05 Thread David Laakso
I have a semi-comp layout that I would appreciate your comments and suggestions on. Sorry, but a login/password required to view. login: dgdemo password: dgdemo uri: css: embedded Thanks. ~d ___