View Full Version : Question about Divs (yet again..)


bunnigirl
08-23-2004, 02:07 AM
I've got a little scroll thing in one of my divs but what I'm curious about is if I can make a new page in that little div (like say if someone clicks on a link in it and the page appears in that small div scrollbar box.)

Anyone..? Did I confuse some people?..meh..

-Bunni Girl

Monkey Bizzle
08-23-2004, 03:06 AM
you can create an iframe inside the div and do what you want but you can't link things to divs alone.

bunnigirl
08-23-2004, 03:31 AM
I'm not sure what an iframe is and how to put it in my div.

pb&j
08-23-2004, 03:45 AM
inline frame (iframe)
http://www.lissaexplains.com/frames.shtml#inline

<div>
<iframe></iframe>
</div>

add extra values to those tags as you desire.