CSS Problem: How to combine three columns with round corner box?

CSS Problem: How to combine three columns with round corner box?

am 04.06.2007 10:29:13 von loudking

Hello, all.

I am a newbie to CSS and are trying to create a three columned
webpage. In order to make it more beautifle, I would like to use a
round corner box to stand for each column.

However, my code does not work correctly. Could anybody please tells
me how to improve it? Thanks in advance.

Part of CSS file:

#leftcol {
position:relative;
top:-10px;
left:-10px;
float:left;
width:220px; /* for IE5/WIN */
voice-family: "\"}\"";
voice-family:inherit;
width:200px; /* actual value */
margin:0 0 -10px 0;
padding:10px;
background:#ECB9E8;
z-index:100;
}

..box {font-size: 2em;}
..box { width: 20em;
background: url(images/bottom-left.gif)
no-repeat left bottom;}
..box-outer { background: url(images/bottom-right.gif)
no-repeat right bottom;
padding-bottom: 5%;}
..box-inner {background: url(images/top-left.gif)
no-repeat left top;}
..box h2 { background: url(images/top-right.gif)
no-repeat right top;
padding-top: 5%;}
..box h2, .box p { padding-left: 5%;
padding-right: 5%;}

Part of HTML file:





Items


biu


biu2









Shopping Cart


History


Total Amount









Details


dddddddddddd


eeeeee



Re: CSS Problem: How to combine three columns with round corner box?

am 04.06.2007 14:57:28 von Bergamot

loudking wrote:
>
> I am a newbie to CSS and are trying to create a three columned
> webpage.
>
> However, my code does not work correctly.

Post a URL, not code.

--
Berg