Hi all,
Just had a problem with background images within actinic. I was only able to have a quick look on the forums so if anyone else has posted this, apologise.
If you are having trouble with
background-image:url(bkg.gif); for example
change it to
background:url('bkg.gif');
This works fine in IE & FF
Hope this helps.
Just had a problem with background images within actinic. I was only able to have a quick look on the forums so if anyone else has posted this, apologise.
If you are having trouble with
background-image:url(bkg.gif); for example
change it to
background:url('bkg.gif');
This works fine in IE & FF
Hope this helps.
Comment