05 August 2005, 18:27 UTC#1
External image not preserved — inspect source: http://img39.imageshack.us/img39/5070/iframestemp7yp.jpgOk, what I want to do is put a 375 x 276 iframe in the middle of this image,I will have buttons that link to differet sections (home,videos,photos, etc) with the backround transparent and clear scrollbars (only see the arrows).
if anyone can tell me how that be great.
an example would be like the
Muppets site
Thanks
DaLe
05 August 2005, 18:34 UTC#2
The Iframe:
<iframe src="content.html" name="iframe" width="375" height="276" frameborder="0"></iframe>
The Scrollbar:
<style type="text/css">
<!--
BODY {
scrollbar-face-color: #000000;
scrollbar-highlight-color: #000000;
scrollbar-shadow-color: #000000;
scrollbar-3Dlight-color: #000000;
scrollbar-arrow-color: # ; <--- Whatever colour you want the arrow.
scrollbar-track-color: #000000;
scrollbar-darkshadow-color: #000000;
}
-->
</style>
OR
Hit me up on msn ([email address redacted]) and I will help you out.
05 August 2005, 18:36 UTC#3
or you could just not use iFrames

evil, evil iFrames
05 August 2005, 18:38 UTC#4
Ohh and if you want the Iframe to be transparent you have to add " allowtransparency="true" " to the Iframe code.
And then add this " body, html{background-color:transparent;}.style1 {font-family: Verdana} " to the CSS code at the top of the page that will open in the Iframe.
05 August 2005, 18:57 UTC#5
Just to make sure, Dale, you do know you have to slice that up in photoshop, right?
05 August 2005, 19:26 UTC#6
QUOTE(Wilbur @ Aug 5 2005, 07:57 PM)
Just to make sure, Dale, you do know you have to slice that up in photoshop, right?
[right][snapback]139542[/snapback][/right]
I have no clue.
Image file not present in the recovered backup well I have some clue but im not sure about it.