View Full Version : div v. iframe?


mana
12-03-2004, 08:15 AM
I can't really find much difference in using an iframe, or a div. Does one really have a special advantage over the other? Are there specific pros and cons you've found?

I'd like to hear your input.

Thanks!

pb&j
12-03-2004, 02:14 PM
div is a container of information. it displays stuff that is on the current page. links cannot change the contents of a div area.

iframe is a container of a different webpage. it displays stuff on a different webpage. links can change the contents of an iframe.