[css-d] Spreading list items across total width

2007-12-19 Thread Niels Matthijs
Hi, I've been having some problems with a list. I'm using a list as mark-up for my main navigation, the list has 4 items and the 4 items have to be spread evenly across the total width of a container (4x25%). I'm looking for a way to make this work in a liquid/elastic layout. I've tried many

Re: [css-d] Spreading list items across total width

2007-12-19 Thread Thierry Koblentz
I've been having some problems with a list. I'm using a list as mark-up for my main navigation, the list has 4 items and the 4 items have to be spread evenly across the total width of a container (4x25%). I'm looking for a way to make this work in a liquid/elastic layout. I've tried many

[css-d] IE Mac doesn't like Georgia

2007-12-19 Thread Thierry Koblentz
I ran into an interesting one while I was writing my article about clearing floats. It looks like in IE Mac, display:inline-block and float fail to enclose floats if Georgia is used as font-family (a couple of other fonts seem to create the same issue).

Re: [css-d] Spreading list items across total width

2007-12-19 Thread Thierry Koblentz
I've tried many things, sadly I haven't found a solution yet. I documented the methods I have tried here: http://www.onderhond.com/blog/work/spreading-list-items I also provided some test pages for each method with a little explanation which browser fails where. Sadly, I haven't found a

Re: [css-d] Spreading list items across total width

2007-12-19 Thread David Hucklesby
On Wed, 19 Dec 2007 15:23:24 -, Niels Matthijs wrote: I've been having some problems with a list. I'm using a list as mark-up for my main navigation, the list has 4 items and the 4 items have to be spread evenly across the total width of a container (4x25%). I'm looking for a way to

Re: [css-d] Spreading list items across total width

2007-12-19 Thread Sommers, Rob (RBI-US RCD)
Forgot to hit reply-to-all in my original reply. Sigh The original poster was asking about a liquid/elastic layout. A liquid layout is one that resizes when you change the browser size and should fit into the window without scrolling no matter what size the browser is. I assume an elastic

Re: [css-d] How to contain floats without structural markup

2007-12-19 Thread David Hucklesby
On Wed, 19 Dec 2007 09:44:21 -0800, Thierry Koblentz wrote: Hi all, I'd appreciate any comment that would help me improve this article: http://tjkdesign.com/articles/clearing-floats_and_block-formatting_context.asp The demo:

Re: [css-d] How to contain floats without structural markup

2007-12-19 Thread Thierry Koblentz
I'd appreciate any comment that would help me improve this article: http://tjkdesign.com/articles/clearing-floats_and_block-formatting_context.a sp The demo: http://tjkdesign.com/articles/block-formatting_context/newBFC.asp Thanks for the timely article, Thierry. Interestingly, your

Re: [css-d] IE Mac doesn't like Georgia

2007-12-19 Thread Philippe Wittenbergh
On Dec 20, 2007, at 2:45 AM, Thierry Koblentz wrote: It looks like in IE Mac, display:inline-block and float fail to enclose floats if Georgia is used as font-family (a couple of other fonts seem to create the same issue).

Re: [css-d] IE Mac doesn't like Georgia

2007-12-19 Thread Thierry Koblentz
On Dec 20, 2007, at 2:45 AM, Thierry Koblentz wrote: It looks like in IE Mac, display:inline-block and float fail to enclose floats if Georgia is used as font-family (a couple of other fonts seem to create the same issue).

Re: [css-d] CSS Drop Shaow for Div techiques

2007-12-19 Thread ROHITKUMAR
There is a technique at http://webcharkha.blogspot.com/2007/10/these-days-when-there-are-innumerable.html , which shows drop shadows, rounded corners and fluid design in CSS without the use of javascript. Karen Davis wrote: I'm wanting to add a drop shadow around a contentWrapper div and