Page 1 of 1

Background question - level 2 !

Posted: Fri Jan 20, 2006 9:08 am
by fredt
Is there a way to use some kind of background: url(uploads/images/binary.jpg); background-attachment: fixed; in "Layout" css, in div#main ?

I'd like to have a background image in the Main (content) section (that's OK with Background) - but it shouldn't move with the page !   Any z dimension trick for this ?

TIA
Fred

Re: Background question - level 2 !

Posted: Tue Feb 07, 2006 4:04 pm
by fredt
Well, yes & no.... :-\

I mean, I want to achieve such an effect - but W3Schools example only works because it applies the background to . If we change their code into , it fails.

I'd like to apply this background to CMSMS's "div#main" css: but it moves with the text (under IE - It doesn't appear in Firefox).

I created a test page at http://www.cabinet-cilex.com/index.php?page=Test ...
image 1 applies to (like in the sample) : works fine
image 2 (my choice) applies to div#main : appears only in IE, but it moves... I'd like it NOT to move!

Any idea ?