View Full Version : Div layers questions


Emilie
04-12-2004, 09:56 AM
1. This is a div layer, right? http://www.fanizzle.org/apmovies/

2. If you click around on that website, the background picture stays, is that done with frames? If not, how can you do that?

3. I first thought the link buttons on the bottom were each images on their own, but now I know they aren't, how do I make those links like that?

isi333
04-12-2004, 11:57 AM
1)No, that's an i-frame

2)Yes, that is done with an inline frame, but the same effect is achievable with divs (you need the same coding on each page, with the exception of the text. It is easiest to include header and footer files using SSI or PHP). The background is fixed, which is why the writing scrolls over it (not sure if you were asking about that or not).

3)The navigation is an image map. She made the entire layout in something like psp or ps, and then used some program such as coffecup or the psp image mapper to divide up the picture and add the links.


http://www.lissaexplains.com/frames.shtml#inline Inline frames
http://www.lissaexplains.com/html7.shtml Divs
http://www.lissaexplains.com/fun6.shtml Image Maps