hey the problem is that Background image in body which is on seprate css file is working in IE but not in Firefox.. what is the solution?
hey the problem is that Background image in body which is on seprate css file is working in IE but not in Firefox.. what is the solution?
Please post a link to the page on your site or attach your code so we can check it out and help you.
hey mate.. your coming to Melbourne? im in Melbounre... here is the code.
Code:body { background: url('bg.jpg') repeat-x top center; background-color:#000000; text-align:justify; font-family:Verdana; font-size:8pt; }
Try it without the quotes
Hopefully, if I get into the uni of MelbourneI'm applying to ANU as well.
Regarding your code, there's nothing wrong with it so that's not the problem. The most common issue when having a background in the body is that there is not enough content to fill it up. If you have an element inside the body, try giving it a height, say 500px. If you don't, add a div container with a height.
If it still doesn't work, please post the entire code, even the markup, or, if you can, a link to your site.
Good luck!
Bookmarks