![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
In Dreamweaver MX I was able to fix the background image as demostrated in this url: http://house-of-trinity.com/ It was done using the following code: body background="Images/cloudsBack.jpg" leftmargin="0" topmargin="0" bgproperties="fixed" which only required me to paste in "bgproperties="fixed"" to the end of the line that DW had generated. I am now using Dreamweaver 2004 and the code generated by it for the backgrounds is: body { background-image: url(thong/tc-bg.jpg); margin-left: 0px; margin-top: 0px; margin-right: 0px; } I need to know where and how to paste in the code to make the background fixed or how this can be accomplished another way. Any help would be greatly appreciated. Thank you |
#3
| |||
| |||
|
#4
| |||
| |||
|
#5
| |||
| |||
|
|
Thank you Nadia That sort of did what I wanted, at least it is a first step. What I ended up with was a fixed background with it NOT repeated <not tiled>, with the bg image much larger than the background image file and centered. I do want it to tile, so after pasting in those three lines, I then deleted the lines": background-repeat: no-repeat; background-position: center; This left it the same as with the lines in, so then I put those two back in and changed the line: background-repeat: no-repeat; to background-repeat: repeat; and it worked perfectly Thank you again ![]() |
![]() |
| Thread Tools | |
| Display Modes | |
| |