frames question

melvin

Registered
Trying to figure out how this site is made up, have saved it and opened it up in Dream Weaver trying to figure out but I dont too much about frames so hopefully someone here can give me some info.

the site is http://www.deeplaymusic.com/ and what I would like to know is there 2 frames, the left one fixed and the right able to scroll, also how do you get the bg image not to scroll?

cheers
 
Hmmm...
well the background not to scroll you put this in your body tags.

<body bproperties="fixed" background="file.jpg">
so when you scroll the image wont either. Also there is a css code that can make the bg image show or tile in one place or tile x times.

The Site is made up of 2 frames, and basically with frames there made up from external files but in one file yanno. So like on the Frameset page it would say soemthing like <frameset> blah blah blah........ So to create frames in dreamweaver just go Modify > Frameset (in dreamweaver mx 2004 though) and then just set it up. I cant remember how to do those frames because i dont use them as much so yeah..... hope this helps
 
the CSS:

position:fixed;

i've never heard of the bproperties attribute before...

/me looks

Added later:

also, i would stay away from frames and use a total css layout. Even use tables, if you aren't that great in CSS.
 
Back
Top