Re: [css-d] aligning left image with horizontal navigation

2011-02-17 Thread Alan Gresley
On 17/02/2011 9:08 AM, James Sheffer wrote: On Feb 16, 2011, at 3:11 PM, Alan Gresley wrote: [snip] Ok, now that we have the img floating, we will un-float the #nav2 which now behave as a block in normal flow. #nav2 { /* float: left;DELETE */ list-style: none; font-

[css-d] forcing the same height for neighbouring divs

2011-02-17 Thread Gergely Buday
Hi there, I would like to have the same height of background for two neighbouring divs at http://www.math.bme.hu/~gergoe/ For the upper part I was able to set explicit height but for the lower this is not possible as the text can be variable size. On irc I got http://colinaarts.com/articles/flo

Re: [css-d] forcing the same height for neighbouring divs

2011-02-17 Thread Philip Taylor (Webmaster, Ret'd)
Gergely Buday wrote: Hi there, I would like to have the same height of background for two neighbouring divs at http://www.math.bme.hu/~gergoe/ For the upper part I was able to set explicit height but for the lower this is not possible as the text can be variable size. On irc I got http://co

Re: [css-d] forcing the same height for neighbouring divs

2011-02-17 Thread Tom Livingston
A simple thing to do here is to first clear div#lower, then give it a vertical (repeat-y) background image the full width you need that creates the 2 columns of color you are looking for. Heres what I use for clearing: /* CLEARING */ .clear:after{ content: "."; display: block;

[css-d] Fluid layouts and column background

2011-02-17 Thread Gabriele Romanato
I think that this would be a good tutorial for css-d. Maybe we could think to insert it in the wiki section, if not already present: http://onwebdev.blogspot.com/2011/02/css-fluid-layouts-and-column-background.html HTH, especially for beginners. :-) ps. there's no patent on my demos nor licen

Re: [css-d] Fluid layouts and column background

2011-02-17 Thread Greg Wilker
I'm looking forward to exploring this. Thanks, Gabriele. Looks great! - greg greg wilker | video/web producer *:: 415-388-8200 _ From: css-d-boun...@lists.css-discuss.org [mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of Gabriele Romanato Sent: Thursday, February 17

Re: [css-d] page layout broken?

2011-02-17 Thread Tom Livingston
Safari Mac 5.0.3 - looks ok here On Wed, Feb 16, 2011 at 5:39 PM, Rory Bernstein wrote: > This looks fine in a few browsers I've looked at it in: > http://bit.ly/i59L3g > > ...but someone who saw it says that in the latest version of Safari on Mac, > the section with the 6 photos under the la

Re: [css-d] page layout broken?

2011-02-17 Thread Rory Bernstein
> On Wed, Feb 16, 2011 at 5:39 PM, Rory Bernstein > wrote: >> This looks fine in a few browsers I've looked at it in: >> http://bit.ly/i59L3g >> > On Feb 17, 2011, at 2:12 PM, Tom Livingston wrote: > Safari Mac 5.0.3 - looks ok here > Tom Livingston | Senior Interactive Developer | Media Logic

Re: [css-d] Fluid layouts and column background

2011-02-17 Thread Ib Jensen
2011/2/17 Gabriele Romanato : > I think that this would be a good tutorial for css-d. Maybe we could think > to insert it in the wiki section, if not already present: > > http://onwebdev.blogspot.com/2011/02/css-fluid-layouts-and-column-background.html > > HTH, especially for beginners. :-) > ps. t

Re: [css-d] Fluid layouts and column background

2011-02-17 Thread david
Gabriele Romanato wrote: I think that this would be a good tutorial for css-d. Maybe we could think to insert it in the wiki section, if not already present: http://onwebdev.blogspot.com/2011/02/css-fluid-layouts-and-column-background.html HTH, especially for beginners. :-) It's a nice exa