The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Iframe & image to the front..
i want to add a iframe code to the forumhome but if the iframe website is loaded i to see a image to the front of the website..
How do i that? i.e.: Code:
<IFRAME name="box" src="http://google.com" scrolling="auto" width="800" height="400"> <p>Your browser doesn't support frames. Click <a href="http://google.com" target="_blank">here</a> to view the page.</p> </IFRAME> |
#2
|
|||
|
|||
Quote:
Code:
<DIV ALIGN=CENTER> <IFRAME name=stbbox src="http://google.com" width="100%" height="200"> <p>Your browser doesn't support frames. Click <a href="http://www.ukbusinesslive.co.uk/forum/index.php" target="_blank">here</a> to view the page.</p> </IFRAME> </DIV> https://vborg.vbsupport.ru/showthread.php?t=204808 hope that helps |
#3
|
|||
|
|||
Yes but i want to see a ustom image front.
I.E. if the webiste from the iframe is loaded then i want to have a image to the top of the iframe to hide something from the site. |
#4
|
|||
|
|||
Quote:
You could, I suppose, absolutely position a DIV Layer over the top of the iframe. Code:
<div style="background: #000000; position:absolute; left: 0px; top: 0px; width:100%; height:20%;"></div> |
#5
|
|||
|
|||
Look at the image and i think you will understand what i mean:
|
#6
|
|||
|
|||
Thanks buddy
Instead of having a bar across the width of the iframe you could change the background color for an image so the code would be like this Code:
<div style="background: #000000; position:absolute; left: 0px; top: 0px; width:100%; height:20%;"></div> Code:
"background: #000000; i.e. Code:
"background: Image.gif; Good luck |
#7
|
|||
|
|||
You are welcome UKBusinessLive , but this will be out of the iframe..
I want to have the image inside in the iframe ike in the previous image i explane.. Is that possible? |
#8
|
|||
|
|||
Quote:
Code:
absolute; left: 0px; top: 0px; width:100%; height:20% |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|