Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Background Image not appearing on Firefox
Old 07-12-2010, 01:31 PM Background Image not appearing on Firefox
Novice Talker

Posts: 9
Name: Andy
Trades: 0
I am scratching my head but for some reason my background image does not appear on firefox.

http://www.dj-ash.co.uk/

the background image is simply a lighter shade of black.

The code I used is the css stylesheet...

any help?
neodjandre is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 07-12-2010, 02:20 PM Re: Background Image not appearing on Firefox
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
Background image on what, precisely? If it's a solid color, why do you need it as a background image anyway?

By the way using position:absolute with float: left does not work, you can't do both, it's one or the other, and frankly, using a float or bg images would be preferable.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 07-19-2010, 04:35 PM Re: Background Image not appearing on Firefox
OleTom's Avatar
Extreme Talker

Posts: 176
Location: Out there some where
Trades: 0
This works in all browsers

Code:
<style>
body{
background-color:rgb(0;0;0);
background-image:url(YOUR IMAGE FILE URL);
background-attachment:fixed;
} 
</Style>
BTW the main table is not in the center for me
__________________
Life is Good,OleTom

Please login or register to view this content. Registration is FREE
OleTom is offline
Reply With Quote
View Public Profile Visit OleTom's homepage!
 
Old 08-24-2010, 06:39 AM Re: Background Image not appearing on Firefox
35173's Avatar
Average Talker

Posts: 21
Name: KD
Trades: 0
You could always conjugate your css like so:

background:url(address goes here) left no-repeat;

That will align the bg image to the left and stop it from repeating. Has always worked for me.

If it is not working in numerous browsers, check your code to make sure you haven't mistakenly left the div unclosed.

Or, another thing to look for if it s broken across different browsers - make sure you don't have duplicate css renderings of the same div as the css styles will be ignored if there is another one further down the code which gives different attributes.

Hope that's helpful
35173 is offline
Reply With Quote
View Public Profile
 
Old 08-25-2010, 02:55 AM Re: Background Image not appearing on Firefox
Clark.Angus's Avatar
Average Talker

Posts: 27
Name: Sufyan
Trades: 0
i am using fire fox and i am looking the background.
__________________
Check
Please login or register to view this content. Registration is FREE
in U.S.A
Clark.Angus is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Background Image not appearing on Firefox
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.44478 seconds with 12 queries