Transparent Layers in Dreamweaver 3

He has: 286 posts

Joined: Mar 2003

I need to have the text on my Web pages scroll over the background image. In other words, I want the layer with the text to appear transparent or translucent.

I know this is done with layers, but I can't find the documentation for it in Dreamweaver 3. Confused

Any help would be appreciated!

Roo's picture

She has: 840 posts

Joined: Apr 1999

That is achieved with a fixed background in your css..this goes in your body declarations in your stylesheet:

background-image: url("imagename.jpg");
background-position:top right;
background-repeat: no-repeat;
background-attachment: fixed;

just change the position to where you want it.

Roo

He has: 286 posts

Joined: Mar 2003

Many thanks! I'll try it out. Smiling

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.