cadres

  • PluTunium
  • Professor
  • Professor
  • Avatar de l’utilisateur
  • Inscription: Juil 10, 2003
  • Messages: 812
  • Loc: Touring the USA
  • Status: Offline

Message Août 9th, 2003, 11:53 pm

Comment puis-je créer des cadres ontop d'images: par exemple: http://www.driftingspace.com/sleepless/
http://www.silverringthing.com
http://www.xxxchurch.com
  • Anonymous
  • Bot
  • No Avatar
  • Inscription: 25 Feb 2008
  • Messages: ?
  • Loc: Ozzuland
  • Status: Online

Message Août 9th, 2003, 11:53 pm

  • ATNO/TW
  • Super Moderator
  • Super Moderator
  • Avatar de l’utilisateur
  • Inscription: Mai 28, 2003
  • Messages: 23404
  • Loc: Woodbridge VA
  • Status: Offline

Message Août 10th, 2003, 4:43 am

Si vous demandez ce que je pense que vous êtes (sur la bordure de cadre autour de l'image) - thats fait à l'aide d'un certain nombre de variations du "biseau" filtre PS ou de divers autres programmes.
"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
  • Avatar de l’utilisateur
  • Inscription: Juin 15, 2003
  • Messages: 4583
  • Loc: Maryland
  • Status: Offline

Message Août 10th, 2003, 8:29 am

thats juste une iframe avec une image de fond qui ne bouge pas.
Pixel Acres V2
  • Geekette
  • Proficient
  • Proficient
  • Avatar de l’utilisateur
  • Inscription: Juin 25, 2003
  • Messages: 482
  • Loc: The Land of NeverWinter (FL)
  • Status: Offline

Message Août 10th, 2003, 9:31 am

Oui, je viens d'utiliser une iframe avec un fond fixe. Vous pouvez également utiliser un fond à la page entière, définissez le fond de l'iframe à une couleur qui n'est pas utilisé n'importe où sur votre site, puis filtrer cette couleur à l'aide de CSS. Thats ce que j'ai fait avec la piste de ma barre de défilement.
J'ai défini la couleur de la piste à #40FF40 puis filtré cette couleur en ajoutant ceci à ma balise iframe:
Code: [ Select ]
style="FILTER: chroma (color=40FF40)"


J'espère que j'ai expliqué que ça va! :D
  • PluTunium
  • Professor
  • Professor
  • Avatar de l’utilisateur
  • Inscription: Juil 10, 2003
  • Messages: 812
  • Loc: Touring the USA
  • Status: Offline

Message Août 10th, 2003, 11:15 am

quel est le code pour une iframe avec un fond fixe?
http://www.silverringthing.com
http://www.xxxchurch.com
  • b_heyer
  • Web Master
  • Web Master
  • Avatar de l’utilisateur
  • Inscription: Juin 15, 2003
  • Messages: 4583
  • Loc: Maryland
  • Status: Offline

Message Août 10th, 2003, 11:18 am

essayez google
Pixel Acres V2
  • PluTunium
  • Professor
  • Professor
  • Avatar de l’utilisateur
  • Inscription: Juil 10, 2003
  • Messages: 812
  • Loc: Touring the USA
  • Status: Offline

Message Août 10th, 2003, 11:33 am

Je l'ai fait, mais pourquoi le faire quand il a déjà geekette?
http://www.silverringthing.com
http://www.xxxchurch.com
  • Geekette
  • Proficient
  • Proficient
  • Avatar de l’utilisateur
  • Inscription: Juin 25, 2003
  • Messages: 482
  • Loc: The Land of NeverWinter (FL)
  • Status: Offline

Message Août 10th, 2003, 11:49 am

Il suffit d'utiliser le script pour un iframe:
Code: [ Select ]
<iframe name="inlineframe" src="yoururl.html" width=200 height=200></iframe>

Et puis à yoururl.html c'est pareil pour vous fixer le fond en utilisant CSS ou juste utiliser bgproperties body = "fixe"...
  • PluTunium
  • Professor
  • Professor
  • Avatar de l’utilisateur
  • Inscription: Juil 10, 2003
  • Messages: 812
  • Loc: Touring the USA
  • Status: Offline

Message Août 10th, 2003, 12:53 pm

quand je fais cela, rien ne montre dans l'iframe, et des barres de défilement doivent être rajoutées. Est-ce que le fait que la source est appelée welcome.php?
http://www.silverringthing.com
http://www.xxxchurch.com
  • Geekette
  • Proficient
  • Proficient
  • Avatar de l’utilisateur
  • Inscription: Juin 25, 2003
  • Messages: 482
  • Loc: The Land of NeverWinter (FL)
  • Status: Offline

Message Août 10th, 2003, 1:04 pm

Tant que vous définissez la source de welcome.php iframe il devrait fonctionner correctement. Permettez-moi de voir le code / page.
  • PluTunium
  • Professor
  • Professor
  • Avatar de l’utilisateur
  • Inscription: Juil 10, 2003
  • Messages: 812
  • Loc: Touring the USA
  • Status: Offline

Message Août 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>


Fait aussi la source (welcome.php) texte doivent être alignés comme la gauche ou du centre, ou être dans un tableau d'une certaine largeur ou de quelque chose? en ce moment est welcome.php texte qui vient d'en haut au centre d'une page.
http://www.silverringthing.com
http://www.xxxchurch.com
  • Geekette
  • Proficient
  • Proficient
  • Avatar de l’utilisateur
  • Inscription: Juin 25, 2003
  • Messages: 482
  • Loc: The Land of NeverWinter (FL)
  • Status: Offline

Message Août 10th, 2003, 6:32 pm

Je ne comprends pas très bien quel est le problème. Il suffit de placer la balise iframe où vous voulez aller...
  • PluTunium
  • Professor
  • Professor
  • Avatar de l’utilisateur
  • Inscription: Juil 10, 2003
  • Messages: 812
  • Loc: Touring the USA
  • Status: Offline

Message Août 10th, 2003, 7:45 pm

i cadre montre, le stuff thats censé venir à l'intérieur de l'iframe ne se présente pas. Voilà mon problème.
http://www.silverringthing.com
http://www.xxxchurch.com
  • b_heyer
  • Web Master
  • Web Master
  • Avatar de l’utilisateur
  • Inscription: Juin 15, 2003
  • Messages: 4583
  • Loc: Maryland
  • Status: Offline

Message Août 11th, 2003, 9:37 am

bien jusqu'à ce que vous nous montrer le script contenant la balise iframe, nous ne pouvons pas vraiment faire grand-chose pour vous.
Pixel Acres V2
  • PluTunium
  • Professor
  • Professor
  • Avatar de l’utilisateur
  • Inscription: Juil 10, 2003
  • Messages: 812
  • Loc: Touring the USA
  • Status: Offline

Message Août 11th, 2003, 10:42 am

Il fonctionne maintenant. Où puis-je mettre le css pour personnaliser la barre de défilement?
http://www.silverringthing.com
http://www.xxxchurch.com
  • Anonymous
  • Bot
  • No Avatar
  • Inscription: 25 Feb 2008
  • Messages: ?
  • Loc: Ozzuland
  • Status: Online

Message Août 11th, 2003, 10:42 am

Afficher de l'information

  • Total des messages de ce sujet: 15 messages
  • Utilisateurs parcourant ce forum: Aucun utilisateur enregistré et 132 invités
  • Vous ne pouvez pas poster de nouveaux sujets
  • Vous ne pouvez pas répondre aux sujets
  • Vous ne pouvez pas éditer vos messages
  • Vous ne pouvez pas supprimer vos messages
  • Vous ne pouvez pas joindre des fichiers
 
 

© 2011 Unmelted, LLC. Ozzu® est une marque déposée de Unmelted, LLC