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
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
> 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
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
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
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
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;
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
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
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-
10 matches
Mail list logo