Click to See Complete Forum and Search --> : inline frames help


britt
08-18-2004, 10:14 AM
I am having a heck of a time trying to figure out why the inline page isn't resizing to the inside.. any ideas?? :confused:

http://www.photobugmomma.com/index.htm

Help!! It's driving me nuts! :rolleyes:

britt
08-18-2004, 11:06 AM
Ok, I got the main page to work but I can't get the pages to change when I click on the link (judges for example) it just opens to a new page? I have the link set a "_main" but it'n not working...

Any ideas??? Anyone??????? :confused:

britt
08-18-2004, 11:15 AM
Never mind.. I got it! Thanks for all the help! lol :rolleyes:

Reli4nt
08-18-2004, 04:18 PM
Be careful with those. Not all browser support frames equally, and if you're not very skilled with frames you can end up trapping visitors in single frames that load full page.

rsd
08-20-2004, 02:46 PM
I agree with Reli4nt.
Frames can cause problems.
With the invent of CSS and div's 8 or so years ago they're obsolete anyway.
Just give your div a height and overflow:auto; to simulate a frame.

britt
09-20-2004, 09:04 AM
Originally posted by rsd
Just give your div a height and overflow:auto; to simulate a frame. See.. you lost me.. ? :confused:

rsd
09-20-2004, 09:22 AM
Go at http://www.denham.us and look at the scrollable area to the left. That is not a frame but a <div> that has those properties set. It's purly done with CSS and also makes it much more search engine friendly.

britt
09-20-2004, 09:26 AM
oh, I got cha... Isn't that still another frame tho?

where would I learn how to do that??

rsd
09-20-2004, 09:32 AM
No, it's not frames - look at the code.
Just give your div a set height and overflow:auto;. When there isn't enough inside the div to overflow the height it will look like a normal div but as soon as there is more content then the div will hold, the scrollbar appears.