Here is a link to a layout site.
http://www.maxdesign.com.a
Why reinvent the wheel
Z
Main Topics
Browse All TopicsI'm basically trying to setup a 3-column layout for my header, without any spacing between the DIVs to it appears as one "cell". I'm using this to acheive a rounded corner look, so there's an image for each of the 3 columns - 2 rounded corners and one in the middle that repeats and fills 100% width to shrink and grow.
My problme is that I have verticla spaces between each of the 3 DIVs instead of them running up right next to each other. The width of the conrer DIVs is equal to the background image width, which also equals the margins given to the center div. Even If I shrink or grow the corner widths, the space still exists.
I've 0'd out all my elements in the stylesheet to start with, and also added the "fix" I've seen mentioned about IE not liking empty DIV tags. Still no luck.
I've moved over just the basic DIVs and CSS to new pages that I'm trying to fix to avoid any other cross-formatting - both HTML and CSS below.
Thanks in advance,
-chris
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtm
<html xmlns="http://www.w3.org/1
<head>
<title>Untitled Page</title>
<link href="StyleSheet2.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="master_contentheader_l
<div id="master_contentheader_r
<div id="master_contentheader_m
</body>
</html>
body, div, p, h1, h2, h3, h4, ul, li, table
{
margin: 0;
padding: 0;
border: none;
}
body
{
background: #B4B4B4 url(images/body_bg.gif) repeat left top;
font-family: Tahoma, Arial, sans-serif;
font-size:75%;
}
#master_contentheader_left
{
height: 19px;
width: 6px;
background: url(images/coltop_left.gif
float: left;
}
#master_contentheader_righ
{
height: 19px;
width: 102px;
background: url(images/coltop_right.gi
float: right;
}
#master_contentheader_midd
{
height: 19px;
background: url(images/coltop_middle.g
margin-left: 6px;
margin-right: 102px;
}
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Here is a link to a layout site.
http://www.maxdesign.com.a
Why reinvent the wheel
Z
Business Accounts
Answer for Membership
by: oceanbeachPosted on 2007-07-20 at 07:25:09ID: 19531268
Hello pillbug22,
iddle"><!- - eft"><!-- --></div> ight"><!-- --></div>
le { if) repeat-x left top;
Have you tried placing the left & right divs inside the middle div?...
<div id="master_contentheader_m
<div id="master_contentheader_l
<div id="master_contentheader_r
--></div>
#master_contentheader_midd
height: 19px;
background: url(images/coltop_middle.g
width: 100%;}
I hope this helps!
oceanbeach