Quote:
Originally Posted by corriewf
I have tried several different ways of doing this and none will work in IE.
Right now I have this on the end of my page background url " no-repeat fixed".
I know that http://forum.yaxay.com/ has thiers working in IE and FF, but when I try their format for no repeat and fixed, it still doesnt work....
Does anyone know of one that works?
|
Admin Control Panel =>
Style Manager =>
All Style Options =>
Body Table =>
Extra CSS Attributes
Place this in there and edited the path to your image,
HTML Code:
background-image: url(path/to/picture.gif); background-attachment: fixed; background-position: topleft; background-repeat: no-repeat;
This should work on all current browsers.