Re: [css-d] faux columns need a border and curved look

2005-07-29 Thread Zoe M. Gillenwater

Scot Schlinger wrote:


I am trying to use faux columns so that my columns will have the same
height in the body section of the page.  I have part of it working, but
now I wish to get a border and curved appearance to the bottom of each
division (box).  I was wondering if someone could shed some light on
this topic?

This is how I would like it to look:
http://www.rell.com/test/index1.html
 



Got a 404.


This is how it looks currently:
http://www.rell.com/test/index.html
 



This is basically the same sort of design Macromedia has.  I wrote an 
article about how their layout is constructed for CMX, and the same 
principles would apply to your design:

http://www.communitymx.com/abstract.cfm?cid=AC5AC

Basically, since an element can only have one background, you either 
need to nest divs within divs and layer the backgrounds, or get creative 
and add the pieces of the backgrounds to elements that are already 
there, such as the headers in the boxes.


Zoe

--
Zoe M. Gillenwater
Design Specialist
UNC Highway Safety Research Center
http://www.hsrc.unc.edu

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] faux columns need a border and curved look

2005-07-28 Thread Steve Clay
Thursday, July 28, 2005, 4:02:09 PM, Scot Schlinger wrote:
> This is how I would like it to look:
> http://www.rell.com/test/index1.html
> This is how it looks currently:
> http://www.rell.com/test/index.html

Place another wrapper DIV inside #wrapper, let's call it #wrapper-inner.
Now a background-image on #wrapper-inner will sit on top of the one in
#wrapper, so make an image that contains both of your bottom rounded
corners (should be like 7-10px tall) and give it to #wrapper-inner
(placement left bottom).

Steve
-- 
http://mrclay.org/ : http://frenchhorns.mrclay.org/

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] faux columns need a border and curved look

2005-07-28 Thread Scot Schlinger
Hi all,

 

I want to say thank you to everyone that has given their input and shown
patience so far, it is greatly appreciated!

 

I am trying to use faux columns so that my columns will have the same
height in the body section of the page.  I have part of it working, but
now I wish to get a border and curved appearance to the bottom of each
division (box).  I was wondering if someone could shed some light on
this topic?

 

This is how I would like it to look:

http://www.rell.com/test/index1.html

 

This is how it looks currently:

http://www.rell.com/test/index.html

 

The css portion in question starts around line 227 of the document (/*
start body section )

 

Thank you for your time and consideration,

Scot

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/