I have been doing a fair bit of searching but so far I have not been able to get this to work for me.
I am trying to force links in a iframe to open either in a new window (_blank) or the top main window (_top)
I am trying to pull in a window from Redbubble and for all links to then open up in a new window or the top. I have got it to load where I want it to start displaying the content via the below css (for this specific page only thsu far)
html code
css specific for this test iframeCode:<div id="rb-div"> <iframe src="http://www.redbubble.com/people/michelle/works/3747892-fire-and-ice-siamese-cat-painting" id="rb-iframe" scrolling="no"></iframe> </div>
Cheers for your helpCode:#rb-div {width:100%;height:2000px;overflow:hidden;position:relative;} #rb-iframe {position:absolute;top:-1450px;left:0px;width:100%;height:3450px;}
GW




Reply With Quote
, but thanks for the reply

Bookmarks