Page 1 of 1
Alternative for iframe?
Posted: Wed Feb 23, 2005 1:11 am
by potato
Hi everyone,
long time no see.
I have a question about an iframe.
Does someone knows an alternative for an iframe?
But so that search engines can index the content of that 'iframe'.
Many thanx & greetings,
behets tom
Posted: Wed Feb 23, 2005 1:29 am
by feyd
a block level container using CSS overflow settings.
Moved to Client-side.
Posted: Wed Feb 23, 2005 6:45 am
by Chris Corbyn
Yup thats exactly what I do. I div with a specified width and height and overflow:auto or scroll. If you need to change it's content just use a php switch for $_GET (or a bit of JS innerHTML depending on what you're doing)
Posted: Thu Feb 24, 2005 4:17 pm
by slimsam1
If you're going to require scrolling anyway, then I'd recommend using an iframe. Users won't be able to use their mouse wheels to scroll otherwise.
Almost any search engine will index iframe content anyway, but if you're worried about it then just make sure there is a link in your main page to the content in the iframe.
Posted: Thu Feb 24, 2005 4:27 pm
by feyd
uh, mouse wheels work perfectly fine in every CSS overflow controlled content I've worked with..