Ultime liste de discussion du Labo 604

Vous souhaitez réagir à ce message ? Créez un compte en quelques clics ou connectez-vous pour continuer.
Ultime liste de discussion du Labo 604

installation et gestion de réseaux sous linux

Le deal à ne pas rater :
Pokémon EV06 : où acheter le Bundle Lot 6 Boosters Mascarade ...
Voir le deal

2 participants

    [HTML] tips and tricks ...

    Rocky
    Rocky


    Masculin Nombre de messages : 1
    Age : 42
    Localisation : Dans les alentours de bxl
    Activité : 3ième Indus
    Nom Prénom : DEGOLS Cédric
    Date d'inscription : 30/09/2008

    [HTML] tips and tricks ... Empty Re: [HTML] tips and tricks ...

    Message  Rocky Ven 14 Nov - 1:33

    mvh
    mvh


    Masculin Nombre de messages : 567
    Date d'inscription : 24/12/2006

    [HTML] tips and tricks ... Empty Re: [HTML] tips and tricks ...

    Message  mvh Lun 5 Jan - 2:40

    Un peu de broll ...


    Code:
    @import "general.css";


    /*CSS to horizontally center a DIV
    CSS for horizontally aligning a div in center.*/


    Code:
    #wrapper
    {
      text-align: center;
    }

    #centered
    {
      position: relative;
      width: 200px;
      margin: 0 auto;
      text-align: left;
    }

    /*
    <div id="wrapper">
      <div id="centered">
        I am the center of world!
      </div>
    </div>
    */


    CSS INCLUDE-SOURCE

    This property inserts another document into the current document, replacing the current element\u2019s content. Any elements or CSS properties applied to or inherited by the current element are applied to the inserted content as well.


    Example
    Code:
    div {
      position: absolute;
      top: 100px; left: 300px;
      width: 200px; height: 200px;
      border: thin solid black;
      include-source: url(http://www.example.com/testpage.htm);
    }


    Possible Values
    Value Description
    [URL] An absolute or relative URL pointing to a document. If rendering of the document is not possible by the browser, it should be ignored and the regular element content be displayed instead.

      La date/heure actuelle est Lun 6 Mai - 14:10

      Ne ratez plus aucun deal !
      Abonnez-vous pour recevoir par notification une sélection des meilleurs deals chaque jour.
      IgnorerAutoriser