Neil Hunt wrote:
> I am attempting to have two columns with two sets on data in each column
> within a wrapper div with a 1px left & right border that connects with a
> curved top & bottom .gif image to create the rounded border effect.
>
Difficult without seeing the markup and a link to the page always helps.
Make sure you have a doctype, and that the markup and css are valid.
If you want avoid a horizontal scrollbar at 800 the width 798px needs to
be reduced to around 776px.
Try?
#phidata {
width: 798px;
/*margin: 0;delete*/
/*padding: 0;delete*/
margin: 0 auto/*add*/;
padding: 20px 0/*add*/;
overflow: hidden/*add*/;
border-left: 1px solid #1d1d1d;
border-right: 1px solid #1d1d1d;
text-align: center;
background: url(images/mbheader.gif) no-repeat;
}
Best,
~d
--
desktop
http://chelseacreekstudio.com/
mobile
http://chelseacreekstudio.mobi/
______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/