3 replies
  • WEB DESIGN
  • |
So I want to iframe 2 locations from the same iframed page source but I don't know how to combine the 2 locations in a single i frame code.

for example, here I have iframes with one location each. I want to be able to have the 2 separate locations in 1 iframe with 1 source page.

HTML Code:
<div style="overflow: hidden; width: 140px; height: 57px; position: relative;" id="i_div"><iframe name="i_frame" src="http:www.site.com" style="border: 0pt none ; left: -609px; top: -164px; position: absolute; width: 1600px; height: 799px;" scrolling="no"></iframe></div>
HTML Code:
<div style="overflow: hidden; width: 135px; height: 49px; position: relative;" id="i_div"><iframe name="i_frame" src="http:www.site.com" style="border: 0pt none ; left: -635px; top: -305px; position: absolute; width: 1600px; height: 799px;" scrolling="no"></iframe></div>

any ideas? thanks
#iframe

Trending Topics