Made a website's graphics and everything in photoshop, now want to cut off a part and make a scrolling frame..help me?

MainFramed

Diamond Member
May 29, 2002
5,981
1
0
OK.
If you can follow, I pretty much made a website in photoshop, cut it up in image ready ---> then transfered to Dreamweaver. I now want to take a section and make it a scrolling frame, so when you click on l inks and stuff that area is the "content" section of the page. Anyone know how to do this? I would greatly appraicte input from anyone. :)
 

Entity

Lifer
Oct 11, 1999
10,090
0
0
I can't quite follow. Can you post the PSD?

You went Photoshop -> PSD -> Imageready (slices) -> what? Did you export it as CSS or tables? Why frames?

Rob
 

Entity

Lifer
Oct 11, 1999
10,090
0
0
Originally posted by: MainFramed
Image

The area with the blocks is what i want to make a scrolling "area"

Ok, how do you have that area set up right now? Care to post a link to the HTML? The PSD (photoshop image) would work as well.

Rob
 

AgaBoogaBoo

Lifer
Feb 16, 2003
26,108
5
81
You can use iframes, do you want me to do it for you? I'd be glad to help out as long as I can add it to a list of websites I helped with before and after images at no cost
 

MainFramed

Diamond Member
May 29, 2002
5,981
1
0
Originally posted by: Entity
Originally posted by: MainFramed
Image

The area with the blocks is what i want to make a scrolling "area"

Ok, how do you have that area set up right now? Care to post a link to the HTML? The PSD (photoshop image) would work as well.

Rob

You can post PSD's? I will do it for ya, as of right now it's just a image in dreamweaver. The bottom three links are sliced as links...thats it right now.

Originally posted by: AgaBooga
You can use iframes, do you want me to do it for you? I'd be glad to help out as long as I can add it to a list of websites I helped with before and after images at no cost

Actually perhaps you could help tell me how, i mean you can still add it to your list. I just want to learn it too ya know what i mean?
 

CaseTragedy

Platinum Member
Oct 24, 2000
2,690
0
0
Originally posted by: MainFramed
Originally posted by: hdeck
make the blocks a cell in a table and make it the iframe.

hmmm, how? can anyone help me. i want to learn to do this...

I wouldn't recommend it. iFrame might cause problems in non-IE browsers.
You should probably go with css (overflow set to scroll). It'll be more compatible.


-Case
 

MainFramed

Diamond Member
May 29, 2002
5,981
1
0
Originally posted by: CaseTragedy
Originally posted by: MainFramed
Originally posted by: hdeck
make the blocks a cell in a table and make it the iframe.

hmmm, how? can anyone help me. i want to learn to do this...

I wouldn't recommend it. iFrame might cause problems in non-IE browsers.
You should probably go with css (overflow set to scroll). It'll be more compatible.


-Case

So learn CSS, and apply it here? There is no way I can just simply make a window? like with regular html code or something :confused: PHP?