PDA

View Full Version : Fp 2002 Inline Frames



poookie65
September 2nd, 2003, 07:56 PM
IM TRYING TO DO THIS AND I DID BUT, WHEN I PREVIEW IT THE SCROLLL BARS ARE GRAYED WHY? ASO, HOW DID I MAKE THE SCROLL BARS IN THE FRAME HAVE COLOR?

Digitalosophy
September 2nd, 2003, 08:07 PM
eh? you lost me on the first question, sry

as for the colored scrollbars


<style type="text/css">
<!--
BODY {
scrollbar-arrow-color:#FFFFFF;
scrollbar-base-color:#3C0B11;
scrollbar-shadow-color:#F3F3F3;
scrollbar-face-color:#5C1619;
scrollbar-highlight-color:#F3F3F3;
scrollbar-dark-shadow-color:#FFFFFF;
scrollbar-3d-light-color:#3C0B11;
}
//-->
</style>

poookie65
September 2nd, 2003, 08:16 PM
I have a script for colored scroll bars but, i want to use it in my inline frame not outside scroll bars when i prview my inline frame the scroll bars are grayed out.

When i have it in normal mode the scroll bars do work in my inline frame

nobody
September 2nd, 2003, 08:35 PM
The scroll bar code has to be in the page which is in the inline frame.

poookie65
September 2nd, 2003, 08:37 PM
It is LOL im going nuts here

Digitalosophy
September 3rd, 2003, 10:45 AM
Originally posted by poookie65
It is LOL im going nuts here

no its not or it would show :thumb: post your code so we can see the prob

poookie65
September 3rd, 2003, 12:22 PM
OK, i know what i was doing wrong. I didn't have enough text in the frame to make it scroll

Digitalosophy
September 3rd, 2003, 12:38 PM
:A+: he, yup that could be a problem

poookie65
September 3rd, 2003, 02:32 PM
ok now the problem i am having is... putting color into the inline frame scroll bars. I have color scrollbars on the outside website but, not the inline frame.

Digitalosophy
September 3rd, 2003, 06:26 PM
<style type="text/css">
<!--
BODY {
scrollbar-arrow-color:#FFFFFF;
scrollbar-base-color:#3C0B11;
scrollbar-shadow-color:#F3F3F3;
scrollbar-face-color:#5C1619;
scrollbar-highlight-color:#F3F3F3;
scrollbar-dark-shadow-color:#FFFFFF;
scrollbar-3d-light-color:#3C0B11;
}
//-->
</style>


put that code in your Iframes as well :)

poookie65
September 3rd, 2003, 06:34 PM
where? as you can see im new to this

Digitalosophy
September 3rd, 2003, 06:44 PM
it's okay gotta start somewhere.

your IFrame is a new page correct? so go into that page and place it between the head tags
ie.


<html>
<title>My IFrame Page</title>
<head>
<style type="text/css">
<!--
BODY {
scrollbar-arrow-color:#FFFFFF;
scrollbar-base-color:#3C0B11;
scrollbar-shadow-color:#F3F3F3;
scrollbar-face-color:#5C1619;
scrollbar-highlight-color:#F3F3F3;
scrollbar-dark-shadow-color:#FFFFFF;
scrollbar-3d-light-color:#3C0B11;
}
//-->
</style>
</head>

<bodY>

<p>This is my IFrame page</p>

</body>

</html>



getting the drift?

poookie65
September 4th, 2003, 02:24 PM
for some reason when i copy the code i can't copy the orange colors i need the orange code part under the color section

Digitalosophy
September 4th, 2003, 02:48 PM
type it :)

poookie65
September 4th, 2003, 04:46 PM
For some reason the code appears on the page and i lose the inline frame. I am having such problems with this.

This is what i get when i put the code into the head LOL


<html>

<head<FONT color=#006600>&lt;</FONT><FONT color=#0000cc>html</FONT><FONT
color=#006600>&gt;<BR><BR>&lt;</FONT><FONT color=#0000cc>title</FONT><FONT
color=#006600>&gt;</FONT><FONT color=#0000cc>My_IFrame_Page</FONT><FONT
color=#006600>&lt;/</FONT><FONT color=#0000cc>title</FONT><FONT
color=#006600>&gt;<BR><BR>&lt;</FONT><FONT color=#0000cc>head</FONT><FONT
color=#006600>&gt;<BR><BR>&lt;</FONT><FONT color=#0000cc>style_type</FONT><FONT
color=#006600>=</FONT><FONT color=#cc0000>"text/css"</FONT><FONT
color=#006600>&gt;<BR><BR>&lt;!--<BR><BR></FONT><FONT
color=#0000cc>BODY_</FONT><FONT color=#006600>{<BR><BR>__</FONT><FONT
color=#0000cc>scrollbar</FONT><FONT color=#006600>-</FONT><FONT
color=#0000cc>arrow</FONT><FONT color=#006600>-</FONT><FONT
color=#0000cc>color</FONT><FONT color=#006600>:</FONT><FONT
color=#ff9900>#FFFFFF;<BR><BR>__</FONT><FONT color=#0000cc>scrollbar</FONT><FONT
color=#006600>-</FONT><FONT color=#0000cc>base</FONT><FONT
color=#006600>-</FONT><FONT color=#0000cc>color</FONT><FONT
color=#006600>:</FONT><FONT color=#ff9900>#3C0B11;<BR><BR>__</FONT><FONT
color=#0000cc>scrollbar</FONT><FONT color=#006600>-</FONT><FONT
color=#0000cc>shadow</FONT><FONT color=#006600>-</FONT><FONT
color=#0000cc>color</FONT><FONT color=#006600>:</FONT><FONT
color=#ff9900>#F3F3F3;<BR><BR>__</FONT><FONT color=#0000cc>scrollbar</FONT><FONT
color=#006600>-</FONT><FONT color=#0000cc>face</FONT><FONT
color=#006600>-</FONT><FONT color=#0000cc>color</FONT><FONT
color=#006600>:</FONT><FONT color=#ff9900>#5C1619;<BR><BR>__</FONT><FONT
color=#0000cc>scrollbar</FONT><FONT color=#006600>-</FONT><FONT
color=#0000cc>highlight</FONT><FONT color=#006600>-</FONT><FONT
color=#0000cc>color</FONT><FONT color=#006600>:</FONT><FONT
color=#ff9900>#F3F3F3;<BR><BR>__</FONT><FONT color=#0000cc>scrollbar</FONT><FONT
color=#006600>-</FONT><FONT color=#0000cc>dark</FONT><FONT
color=#006600>-</FONT><FONT color=#0000cc>shadow</FONT><FONT
color=#006600>-</FONT><FONT color=#0000cc>color</FONT><FONT
color=#006600>:</FONT><FONT color=#ff9900>#FFFFFF;<BR><BR>__</FONT><FONT
color=#0000cc>scrollbar</FONT><FONT color=#006600>-</FONT><FONT
color=#0000cc>3d</FONT><FONT color=#006600>-</FONT><FONT
color=#0000cc>light</FONT><FONT color=#006600>-</FONT><FONT
color=#0000cc>color</FONT><FONT color=#006600>:</FONT><FONT
color=#ff9900>#3C0B11;<BR><BR></FONT><FONT color=#006600>}<BR><BR></FONT><FONT
color=#ff9900>//--&gt;<BR><BR></FONT><FONT color=#006600>&lt;/</FONT><FONT
color=#0000cc>style</FONT><FONT color=#006600>&gt;<BR><BR>&lt;/</FONT><FONT
color=#0000cc>head</FONT><FONT
color=#006600>&gt;<BR><BR><BR><BR>&lt;</FONT><FONT
color=#0000cc>bodY</FONT><FONT
color=#006600>&gt;<BR><BR><BR><BR>&lt;</FONT><FONT color=#0000cc>p</FONT><FONT
color=#006600>&gt;</FONT><FONT color=#0000cc>This_is_my_IFrame_page</FONT><FONT
color=#006600>&lt;/</FONT><FONT color=#0000cc>p</FONT><FONT
color=#006600>&gt;<BR><BR><BR><BR>&lt;/</FONT><FONT
color=#0000cc>body</FONT><FONT
color=#006600>&gt;<BR><BR><BR><BR>&lt;/</FONT><FONT
color=#0000cc>html</FONT><FONT color=#006600>&gt;</FONT>>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 1</title>
</head>

<body>
&nbsp;<p>
<iframe name="I1" src="new_page_1.htm" height="100" width="100" scrolling="yes" align="center">
Your browser does not support inline frames or is currently configured not to display inline frames.</iframe></p>

</body>

</html>

Digitalosophy
September 4th, 2003, 10:23 PM
Working example here