eskdale
09-26-2007, 03:11 PM
and doesn't do what the rest of the W3C agrees on, i.e. (no pun intended) standards . . .
Anyway less of the rant.
Haven't been on for a while, so Heeeeellooooooo . . .
I have been writing a toy site for myself, you'll have to excuse the banality of it all.
I have used the old background stretch feature which is supported so nicely until "background-size: 100%;" is supported.
#bg {
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
}
with
<div id="bg">
<img src="inc/background_img.jpg" alt="background" width="100%" height="100%" />
</div>
in the html, which works delightfully in Firefox, Safari, even IE5 for mac mostly, but doesn't work on the current flavour of IE for PC's; yes I have Mac and every time I work on anything I know need to send it to a PC user to confirm it works after MS stopped producing IE for Macs.
I have included the following in my header to see if this fixes it:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta name="keywords" content="Digital Constructions, grid irons, Beckermet, Ravenglass, doors, puerta, ranger luke, La Puerta, Forum Wars, Ed Richardson, digital, constructions, shops, shop fronts" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Digital Constructions</title>
<link rel="shortcut icon" href="inc/favicon.ico" type="image/x-icon" />
<link rel="icon" href="inc/favicon.ico" type="image/x-icon" />
<link href="inc/main.css" rel="stylesheet" type="text/css" />
<!--[if IE 6]>
<style type="text/css">
html { overflow-y: hidden; }
body { overflow-y: auto; }
#bg { position:absolute; z-index:-1; }
#content { position:static; }
</style>
<![endif]-->
</head>
But apparently it doesn't. So I am open to suggestions.
Any help would be appreciated.
The full URL to the site is:
www.digital-constructions.com/index.php
I still have a static index.html there for the time being while I get this and a few other bugs sorted.
Cheers in advance
Anyway less of the rant.
Haven't been on for a while, so Heeeeellooooooo . . .
I have been writing a toy site for myself, you'll have to excuse the banality of it all.
I have used the old background stretch feature which is supported so nicely until "background-size: 100%;" is supported.
#bg {
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
}
with
<div id="bg">
<img src="inc/background_img.jpg" alt="background" width="100%" height="100%" />
</div>
in the html, which works delightfully in Firefox, Safari, even IE5 for mac mostly, but doesn't work on the current flavour of IE for PC's; yes I have Mac and every time I work on anything I know need to send it to a PC user to confirm it works after MS stopped producing IE for Macs.
I have included the following in my header to see if this fixes it:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta name="keywords" content="Digital Constructions, grid irons, Beckermet, Ravenglass, doors, puerta, ranger luke, La Puerta, Forum Wars, Ed Richardson, digital, constructions, shops, shop fronts" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Digital Constructions</title>
<link rel="shortcut icon" href="inc/favicon.ico" type="image/x-icon" />
<link rel="icon" href="inc/favicon.ico" type="image/x-icon" />
<link href="inc/main.css" rel="stylesheet" type="text/css" />
<!--[if IE 6]>
<style type="text/css">
html { overflow-y: hidden; }
body { overflow-y: auto; }
#bg { position:absolute; z-index:-1; }
#content { position:static; }
</style>
<![endif]-->
</head>
But apparently it doesn't. So I am open to suggestions.
Any help would be appreciated.
The full URL to the site is:
www.digital-constructions.com/index.php
I still have a static index.html there for the time being while I get this and a few other bugs sorted.
Cheers in advance