shortstronach
07-24-2003, 07:06 PM
how do i get a transparant frame on this?
http://pics.horseland.com/pics1/horse3360625.jpg
this is the welcome picture i want on my page and i have tryed all the things people have told me and nothing seems to be getting an iframe that is transparant with a scroll bar on it, please help
Cherchezlafemme
07-24-2003, 07:28 PM
<HTML>
<HEAD>
<TITLE>Whatever</TITLE>
</HEAD>
<BODY>
<img style="position: absolute; top: 0px; left: 0px;" src="URL OF PIC">
<div style="position: absolute; top: 0px; left: 0px;">
<IFRAME name="inlineframe" src="yoururl.html" width="200" height="200" frameborder="0" scrolling="auto" style="FILTER: chroma(color=#ff0000)" allowTransparency="true"></IFRAME>
</div>
</BODY>
</HTML>
Edit what's in bold. The scrollbar turns up when you have more than the width & height of the IFRAME. If you need the CSS code for your IFRAME put on the page you want to show upp in the IFRAME:
<style type="text/css">
<!--
body {
scrollbar-base-color: #FFFFFF;
scrollbar-shadow-color: #FF7979;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #FF7979;
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-track-color: #FFFFFF;
scrollbar-arrow-color: #FF7979;
}
</style>
Edit what's in bold
shortstronach
07-25-2003, 03:18 PM
that code did not work please help to make a new one
Cherchezlafemme
07-25-2003, 03:50 PM
Did you edit what's in bold? And do you have a page of what's gonna be inside the IFRAME?
Go to Lissa's Site.....
bubblegummy
07-26-2003, 07:13 AM
If you want a transparent i frame, try going into your graphics program and dimming the opacity of the part which will hold your iframe... then upload the new image and work with that :)