PDA

View Full Version : ASAP!!! DreamWeaver Imaging Help Needed


ShamAngelis
04-05-2005, 02:41 AM
I have a PNG file that i've imported into Dreamweaver MX 2004. In layout mode it makes everything into slices. I want to take one of the slices and make it a background. The thing is that the background image shouldn't move from it's current position. Right now, the PNG has is so that there is a black top with buttons and rollovers, and the slice i want to the background under it, then another layer of black with buttons and rollovers. I want everything to stay the way it is except i want the middle part that i described to be a background so i can put more stuff on it. I know there is a way ot code it in, but i don't know what the coding is because i don't know much HTML.

To further complicate things...i need it done by tommorow night....HELP!!! :confused:

_Aerospace_Eng_
04-05-2005, 03:20 AM
umm without seeing the code, i can't tell you where it would go, but i can tell you that you should use css for it, and i believe u want what is called a fixed background
background-attachment:fixed;

ShamAngelis
04-06-2005, 04:06 AM
Thanks for the help... I think that will work. One question, where do i put it?

_Aerospace_Eng_
04-06-2005, 04:43 AM
umm without seeing the code, i can't tell you where it would go
post your code!