I`m trying to figure out how to get my images, I`d like to add to fit the
div`s background properly. I`m using
a 3 column layout that I created with StyleMaster.

When I create the images for the div`s in photoShop the width x height seems
to get cut off
not showing parts of the image`s.



my CSS for this :

/* GLOBAL SETTINGS */
html {
margin: 0em;
padding: 0em;
background-image: url(xxxx/1234.png);
background-attachment: fixed;
}
body {
width: 836px;
margin: 10px;
padding: 0px;
}
div#container {
width: 836px; font-family: sans-serif;
line-height: 1.4em;
font-size: .75em;
}
body, a:link, a:visited, #maincontent, #rightcolumn, #leftcolumn {
text-decoration: none;
}
/* HEADER SETTINGS */
div#header {
padding: 1.5em;
text-align: center;
width: 798px;
border: 1px solid;
margin-top: 10px;
background-image: url(xxxx/1234.png);
}
/* MAIN CONTENT SETTINGS */
div#maincontent {
text-align: justify;
border-right: dashed 1px;
border-left: dashed 1px;
width: 450px;
margin-left: 180px;
padding: 1em;
margin-top: 2px;
border-top: 1px solid;
border-bottom: 1px solid;
margin-bottom: 10px;
background-color: #cccccc;
background-image: url(xxxx/1234.png);
}
#myimage {
float: left;
padding: .5em;
}
#myimage2 {
float: right;
 padding: .5em;
}
#quote1{
padding: 1em;
background-color: #e6e6e6;
border: 2px #408000 outset;
background-image: url(xxxx/1234.png);
}
#quote2, #quote3{
padding: 1em;
background-color: #e6e6e6;
border: 2px #408000 outset;
background-image: url(xxxx/1234.png);
}
/* LEFT COLUMN SETTINGS */
div#leftcolumn {
float: left;
text-align: center;
width: 175px;
border: 1px solid;
margin-top: 2px;
margin-left: auto;
margin-right: auto;
background-color: #cccccc;
background-image: url(xxxx/1234.png);
}
/* RIGHT COLUMN SETTINGS */
div#rightcolumn {
float: right;
width: 175px;
text-align: center;
border: 1px solid;
margin-top: 2px;
margin-right: auto;
margin-left: auto;
position: relative;
background-color: #cccccc;
background-image: url(xxxx/1234.png);
}
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to