I put this bit of html code into my website to give me my background,
but for some reason with the older version of firefox (v 2.00 etc) the background wont show up, it will only show up as a white background with the code at the top of the page. but in IE, safari, and firefox v.3 it works great.
Any ideas on how to make it worth with v.2 users?
*sorry Im not sure where else to put this question*
Thanks for your ideas in advance.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html dir="ltr" lang="en"> <head> <meta http-equiv="Cache-Control" content="no-cache" /> <meta http-equiv="Pragma" content="no-cache" /> <meta http-equiv="Expires" content="0" /> <title>Reniassance </title> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> <meta name="generator" content="vBulletin 3.7.0" /> <meta name="keywords" content="" /> <meta name="description" content="" /> <style type="text/css" id="vbulletin_css">
/**
* vBulletin 3.7.0 CSS
* Style: 'Child of Empty Slate'; Style ID: 69
*/
body
{
background: #020202;
color: #9a9a9a;
font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
background-image:
url('http://nevermore-aoc.com/Untitled2.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-position: top left;
margin: 0px 0px 0px 0px;
padding: 0px;
}
/**
* vBulletin 3.7.0 CSS
* Style: 'Child of Empty Slate'; Style ID: 69
*/
body
{
background: #020202;
color: #9a9a9a;
font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
background-image:
url('http://nevermore-aoc.com/Untitled2.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-position: top left;
margin: 0px 0px 0px 0px;
padding: 0px;
}
but for some reason with the older version of firefox (v 2.00 etc) the background wont show up, it will only show up as a white background with the code at the top of the page. but in IE, safari, and firefox v.3 it works great.
Any ideas on how to make it worth with v.2 users?
*sorry Im not sure where else to put this question*
Thanks for your ideas in advance.
Comment