frames

  • PluTunium
  • Professor
  • Professor
  • User avatar
  • Joined: Jul 10, 2003
  • Posts: 812
  • Loc: Touring the USA
  • Status: Offline

Post August 9th, 2003, 11:53 pm

how do i create frames ontop of pictures: example: http://www.driftingspace.com/sleepless/
http://www.silverringthing.com
http://www.xxxchurch.com
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post August 9th, 2003, 11:53 pm

  • ATNO/TW
  • Super Moderator
  • Super Moderator
  • User avatar
  • Joined: May 28, 2003
  • Posts: 23407
  • Loc: Woodbridge VA
  • Status: Offline

Post August 10th, 2003, 4:43 am

If you are asking what I think you are (about the frame border around the picture) - that's done by using any number of variations of the "bevel" filter in PS or various other programs.
"There's no place like 127.0.0.1 except for ::1."
Alexandria Networks. Leader in IT consulting for associations/non-profits, and small to medium sized businesses around the northern Virginia and Washington D.C. metro area.
  • b_heyer
  • Web Master
  • Web Master
  • User avatar
  • Joined: Jun 15, 2003
  • Posts: 4583
  • Loc: Maryland
  • Status: Offline

Post August 10th, 2003, 8:29 am

thats just an iframe with a background image that doesn't move.
Pixel Acres V2
  • Geekette
  • Proficient
  • Proficient
  • User avatar
  • Joined: Jun 25, 2003
  • Posts: 482
  • Loc: The Land of NeverWinter (FL)
  • Status: Offline

Post August 10th, 2003, 9:31 am

Yes, I just used an iframe with a fixed background. You could also use one background for the entire page, set the background of the iframe to a color that isn't used anywhere else on your site, and then filter that color out using CSS. That's what I did with the track of my scrollbar.
I set the track color to #40FF40 and then filtered out that color by adding this to my iframe tag:
Code: [ Select ]
style="FILTER: chroma (color=40FF40)"


I hope I explained that okay! :D
  • PluTunium
  • Professor
  • Professor
  • User avatar
  • Joined: Jul 10, 2003
  • Posts: 812
  • Loc: Touring the USA
  • Status: Offline

Post August 10th, 2003, 11:15 am

what is the code for a iframe with a fixed background?
http://www.silverringthing.com
http://www.xxxchurch.com
  • b_heyer
  • Web Master
  • Web Master
  • User avatar
  • Joined: Jun 15, 2003
  • Posts: 4583
  • Loc: Maryland
  • Status: Offline

Post August 10th, 2003, 11:18 am

try google
Pixel Acres V2
  • PluTunium
  • Professor
  • Professor
  • User avatar
  • Joined: Jul 10, 2003
  • Posts: 812
  • Loc: Touring the USA
  • Status: Offline

Post August 10th, 2003, 11:33 am

I did, but why do that when geekette already has it?
http://www.silverringthing.com
http://www.xxxchurch.com
  • Geekette
  • Proficient
  • Proficient
  • User avatar
  • Joined: Jun 25, 2003
  • Posts: 482
  • Loc: The Land of NeverWinter (FL)
  • Status: Offline

Post August 10th, 2003, 11:49 am

Just use the script for an iframe:
Code: [ Select ]
<iframe name="inlineframe" src="yoururl.html" width=200 height=200></iframe>

And then at yoururl.html you would either fix the background using CSS or just use body bgproperties="fixed"...
  • PluTunium
  • Professor
  • Professor
  • User avatar
  • Joined: Jul 10, 2003
  • Posts: 812
  • Loc: Touring the USA
  • Status: Offline

Post August 10th, 2003, 12:53 pm

when i do that, nothing shows up in the iframe, and scrollers have to be added on. Does the fact that the source is called 'welcome.php'?
http://www.silverringthing.com
http://www.xxxchurch.com
  • Geekette
  • Proficient
  • Proficient
  • User avatar
  • Joined: Jun 25, 2003
  • Posts: 482
  • Loc: The Land of NeverWinter (FL)
  • Status: Offline

Post August 10th, 2003, 1:04 pm

As long as you set the iframe source to 'welcome.php' it should work fine. Let me see the code/page.
  • PluTunium
  • Professor
  • Professor
  • User avatar
  • Joined: Jul 10, 2003
  • Posts: 812
  • Loc: Touring the USA
  • Status: Offline

Post August 10th, 2003, 4:38 pm

Code: [ Select ]
<html>
<head>
<STYLE TYPE="text/css">
<!--
A:link{color:#333333;text-decoration:none}
A:visited{color:#999999;text-decoration:none}
A:active{color:#939393;text-decoration:none}
A:hover{FILTER:blur; height: 19;COLOR: 666666;TEXT-DECORATION: none }

p {color:#467Dff;
  align: justify;
  font-family: Arial, helvetica, 'century gothic', 'comic sans ms', courier, impact;
  font-weight:bold}

h3 {color:#000044;
    Font-family: Arial, helvetica, 'century gothic', 'comic sans ms', courier, impact}

td {align: justify}

body
{SCROLLBAR-FACE-COLOR: #E1E9FC;
SCROLLBAR-HIGHLIGHT-COLOR: #f1f5fc;
SCROLLBAR-SHADOW-COLOR: #5679bb;
SCROLLBAR-3DLIGHT-COLOR: #5679bb;
SCROLLBAR-ARROW-COLOR: #006699;
SCROLLBAR-TRACK-COLOR: #E1E9FC;
SCROLLBAR-DARKSHADOW-COLOR: #98aab1;
BACKGROUND-COLOR: #3961cc}
//--></style>
</head>

<body>

<center><table border="1" cellpadding="0" cellspacing="0" width="500" >
        
        <tr border="1" bordercolor="#000000">
            <td align="justify" bgcolor="#e1e9fa">
            
         ///////////////////////////////////////////////////////
           ////****WANT TO PUT FRAME HERE!****////
        ////  background image is bgtable.jpg  ////
       //// Frame Content sorce-welcome.php ////
       ////////////////////////////////////////////////////////
            </td>
        </tr>
</table>
</body>
</html>
  1. <html>
  2. <head>
  3. <STYLE TYPE="text/css">
  4. <!--
  5. A:link{color:#333333;text-decoration:none}
  6. A:visited{color:#999999;text-decoration:none}
  7. A:active{color:#939393;text-decoration:none}
  8. A:hover{FILTER:blur; height: 19;COLOR: 666666;TEXT-DECORATION: none }
  9. p {color:#467Dff;
  10.   align: justify;
  11.   font-family: Arial, helvetica, 'century gothic', 'comic sans ms', courier, impact;
  12.   font-weight:bold}
  13. h3 {color:#000044;
  14.     Font-family: Arial, helvetica, 'century gothic', 'comic sans ms', courier, impact}
  15. td {align: justify}
  16. body
  17. {SCROLLBAR-FACE-COLOR: #E1E9FC;
  18. SCROLLBAR-HIGHLIGHT-COLOR: #f1f5fc;
  19. SCROLLBAR-SHADOW-COLOR: #5679bb;
  20. SCROLLBAR-3DLIGHT-COLOR: #5679bb;
  21. SCROLLBAR-ARROW-COLOR: #006699;
  22. SCROLLBAR-TRACK-COLOR: #E1E9FC;
  23. SCROLLBAR-DARKSHADOW-COLOR: #98aab1;
  24. BACKGROUND-COLOR: #3961cc}
  25. //--></style>
  26. </head>
  27. <body>
  28. <center><table border="1" cellpadding="0" cellspacing="0" width="500" >
  29.         
  30.         <tr border="1" bordercolor="#000000">
  31.             <td align="justify" bgcolor="#e1e9fa">
  32.             
  33.          ///////////////////////////////////////////////////////
  34.            ////****WANT TO PUT FRAME HERE!****////
  35.         ////  background image is bgtable.jpg  ////
  36.        //// Frame Content sorce-welcome.php ////
  37.        ////////////////////////////////////////////////////////
  38.             </td>
  39.         </tr>
  40. </table>
  41. </body>
  42. </html>


Also does the source (welcome.php) text have to be aligned to like the left or center, or be in a table of a certain width or something? right now welcome.php is just text in the top center of a page.
http://www.silverringthing.com
http://www.xxxchurch.com
  • Geekette
  • Proficient
  • Proficient
  • User avatar
  • Joined: Jun 25, 2003
  • Posts: 482
  • Loc: The Land of NeverWinter (FL)
  • Status: Offline

Post August 10th, 2003, 6:32 pm

I don't quite understand what the problem is. Just place the iframe tag where you want it to go...
  • PluTunium
  • Professor
  • Professor
  • User avatar
  • Joined: Jul 10, 2003
  • Posts: 812
  • Loc: Touring the USA
  • Status: Offline

Post August 10th, 2003, 7:45 pm

i frame shows up, the stuff thats supposed to come up INSIDE of the iframe doesn't show up. Thats my problem.
http://www.silverringthing.com
http://www.xxxchurch.com
  • b_heyer
  • Web Master
  • Web Master
  • User avatar
  • Joined: Jun 15, 2003
  • Posts: 4583
  • Loc: Maryland
  • Status: Offline

Post August 11th, 2003, 9:37 am

well until you actually show us the script containing the iframe tag we can't really do much for you.
Pixel Acres V2
  • PluTunium
  • Professor
  • Professor
  • User avatar
  • Joined: Jul 10, 2003
  • Posts: 812
  • Loc: Touring the USA
  • Status: Offline

Post August 11th, 2003, 10:42 am

It works now. Where do i put the css to customize the scroll bar?
http://www.silverringthing.com
http://www.xxxchurch.com
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post August 11th, 2003, 10:42 am

Post Information

  • Total Posts in this topic: 15 posts
  • Users browsing this forum: No registered users and 111 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.