Quote
I have one slight problem though. When I apply the code as per above:
****
body {
background: url(bgimage.jpg) no-repeat #f6f1b9 fixed top right;
padding-right: 250px;
}
****
I only get the image showing. If the image for some reason is unavailable at the time of viewing I would have thought the background fixed colour (#f6f1b9) would show instead. In my case it doesn’t.
On another issue, when viewing this code in IE the image doesn’t show.
The code I ended up applying looks like this:
****
.Button_green-graded
{
line-height: 20pt;
background: url(Button_green-graded.jpg) #33CC00 repeat right fixed top left;
border: 2px;
border-color: #FFFFFF;
font-family: sans-serif;
font-size: 10pt;
color: #000000;
text-align: center;
vertical-align: middle;
}
****
Can anyone see what I’m doing wrong? Thanks
****
body {
background: url(bgimage.jpg) no-repeat #f6f1b9 fixed top right;
padding-right: 250px;
}
****
I only get the image showing. If the image for some reason is unavailable at the time of viewing I would have thought the background fixed colour (#f6f1b9) would show instead. In my case it doesn’t.
On another issue, when viewing this code in IE the image doesn’t show.
The code I ended up applying looks like this:
****
.Button_green-graded
{
line-height: 20pt;
background: url(Button_green-graded.jpg) #33CC00 repeat right fixed top left;
border: 2px;
border-color: #FFFFFF;
font-family: sans-serif;
font-size: 10pt;
color: #000000;
text-align: center;
vertical-align: middle;
}
****
Can anyone see what I’m doing wrong? Thanks

Help














