PDA

View Full Version : Iframes



Emancipator
11-22-2004, 05:29 PM
I have not used iframes on my site before, my question is can most search engines, ie, google, yahoo, msn see content in a frame like this.


<iframe frameborder="0" src="frame.html" width="276px" height="286px"></iframe>

Reason I ask is my new design is going to require iframes no way around it.

James
11-22-2004, 07:49 PM
At least Google can see them; however, it displays them as a different page than the page containing the Iframe.

Are you sure you couldn't simply use Divs and have overflow: scroll on them?

Emancipator
11-22-2004, 08:53 PM
hmmmm...... you may have something there Tnt.... can you point me to an example code for an overflow?

And i figured that most algorithms would see it as a new page, makes logical sense.

cameron
11-24-2004, 10:47 AM
I used to use iframes, and now use overflow. You can see it on this site:

http://www.hdskate.com/

Emancipator
11-24-2004, 10:50 AM
yeah overflow worked nicely for me.