Closed Bug 415785 Opened 16 years ago Closed 16 years ago

Background Image (or background color) Not displaying

Categories

(Firefox :: General, defect)

x86
Windows 2000
defect
Not set
major

Tracking

()

RESOLVED DUPLICATE of bug 208924

People

(Reporter: admin, Unassigned)

References

()

Details

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11

content#div has a background image, that is visible on all other browsers except firefox.
(image is the grey bracket on top right hand side of content area).
This is the css i'm using:
#content {
	width:100%;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/bkgrndbrackets.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

I have also tried changing the background color to see if the color shows through and the color is only visible at the very top of the content area, where the padding for the div is. (padding-top: 20px;)

this is the html for the content part of the page:

<div id="content">
<!--start left content-->
<div class="leftcontent"><?=$cms->editor('latest_news')?></div>
<!--End of Left Content-->
<!--start content-->
<div class="contentbody"><?=$cms->editor('News_One')?></div>
<!--End of Content Body-->
<!--End of Content-->
</div> 

this is the css:
.leftcontent {
	width: 475px;
	float:left;
}


.contentbody {
	width:457px;
	float:right;
}

Reproducible: Always

Steps to Reproduce:
1.view page in browser.
2.
3.
Actual Results:  
you see no background image (or color) when viewed in firefox.
works fine in all other browsers.

Expected Results:  
you should be able to see background image or color.
I should also mention that I have tested this issue on an xp machine as well using IE 6 & 7 and firefox 2 on that xp machine as well
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.