Hi
I give up sometimes with the lack of consistency between versions of - well, everything!
I have a problem with CSS between IE5.5 and IE6. 6 does not show my background as defined in the stylesheet.
Simple example, my .css is as follows:
body {background: black url(\1-bg.jpg) 0 0 no-repeat fixed;}
And my .asp page contains thus:
..header...
<link rel="stylesheet" title="test" href="test.css" type="text/css" media="screen">
<body>
<h1>Can you see the background? </h1>
</body>
...html etc...
This works fine on 5.5, but no background on 6. Any colours etc. from the .css are shown fine.
Is there a known bug or fix - or don't tell me, another code-around?!
The background is really pivotal to the style of my pages too! Grrrr....
Thanks
Julian
I give up sometimes with the lack of consistency between versions of - well, everything!
I have a problem with CSS between IE5.5 and IE6. 6 does not show my background as defined in the stylesheet.
Simple example, my .css is as follows:
body {background: black url(\1-bg.jpg) 0 0 no-repeat fixed;}
And my .asp page contains thus:
..header...
<link rel="stylesheet" title="test" href="test.css" type="text/css" media="screen">
<body>
<h1>Can you see the background? </h1>
</body>
...html etc...
This works fine on 5.5, but no background on 6. Any colours etc. from the .css are shown fine.
Is there a known bug or fix - or don't tell me, another code-around?!
The background is really pivotal to the style of my pages too! Grrrr....
Thanks
Julian