Ask a Question related to Macromedia Contribute General Discussion, Design and Development.
-
Ender11 #1
Background Image Problem (CSS)
Does anyone know how to fix this?
When I edit a page on Contribute 4, the image background does not cover the
whole div. [see images below]
[url]http://img266.imageshack.us/img266/6509/screen1mv8.jpg[/url]
[url]http://img266.imageshack.us/img266/4892/screen2bd5.jpg[/url]
There's a div there that does that "clear: both" CSS style. When editing, that
"clear float" div actually goes up to the top right of the contain_content div.
The background of the site is black because the footer area is black. The
reason for that is if the page doesn't have enough content, the footer
background which is black extends all the way down.
An excerpt of the structure of the template:
<div id="container">
<div id="contain_content">
<div id="contain_column1">
</div>
<div id="contain_column2">
<!-- InstanceBeginEditable name="Content_Column2" -->
<!-- InstanceEndEditable -->
</div>
<div id="contain_column3">
<!-- InstanceBeginEditable name="Content_Column3" -->
<!-- InstanceEndEditable -->
</div>
<div class="clear_float"></div>
</div>
</div>
An excerpt of the CSS forming the layout:
body
{
padding:0;
margin:0;
background-color:#000;
min-width:900px;
font-family:Arial, Helvetica, sans-serif;
}
#container
{
background: #fff url(/misc/depot/assets/UT/bk_lightgray_gradient.gif) top
left repeat-x;
padding: 0 0 15px 0;
text-align: center;
width: 100%;
border-bottom:15px solid #eee;
}
#contain_content
{
background: #fff url(/misc/depot/assets/UT/bk_lightgray_gradient.gif)
repeat-x;
color:#333;
margin: 0;
padding: 0;
width:900px;
}
.clear_float
{
clear:both;
height:1px;
visibility:none;
}
---- I'm using ----
Adobe Contribute 4
Windows XP Pro + IE6 and IE7
----
Ender11 Guest
-
menu background image IE problem
I have created background images for my horizontal spry menu items, using the tutorial on the adobe website. Works fine in Safari, Firefox and Opera... -
Background Image Problem
Hi all! I have a site that I'm attempting to get editable for a client in Contribute CS3. I retrofitted the site with Dreamweaver templates, but... -
Image to Background
I have an image positioned on a page exactly like I want it. I could simply type my text onto the image, but I would prefer to set the image to... -
problem importing image with transparent background...
i'm tryin to import an image from photoshop to freehand that has a transparent background but when i import it it always has a white background, thus... -
background image vs. insert image?
The height of a table is defined by its content. This does not include background images, so there's no assurance that your entire image will be...



Reply With Quote

