I think I posted the following to the wrong forum so my apologies.
I have the following which works perfectly for my image:
.clBar{
position:absolute;
width:10;
height:10;
background-color:#310031;
layer-background-color:#310031;
background-image: url "../images/headings/purpleskitop.jpg"
;
background-attachment: fixed;
background-position: top left;
background-repeat: no-repeat;
z-index: 0;
}
Can the image have a link attached to it?
Another question is there a way of doing the same thing with a button constructed from CSS? ie so it does not move. An example is on the same page now at
Thanks for your help.
Regards.
I have the following which works perfectly for my image:
.clBar{
position:absolute;
width:10;
height:10;
background-color:#310031;
layer-background-color:#310031;
background-image: url "../images/headings/purpleskitop.jpg"
background-attachment: fixed;
background-position: top left;
background-repeat: no-repeat;
z-index: 0;
}
Can the image have a link attached to it?
Another question is there a way of doing the same thing with a button constructed from CSS? ie so it does not move. An example is on the same page now at
Thanks for your help.
Regards.