Transformation site solid en site fluide ou liquide

Réduire
X
 
  • Filtrer
  • Heure
  • Afficher
Tout effacer
nouveaux messages

  • [Problème] Transformation site solid en site fluide ou liquide

    Bonjour à la communauté !

    Après quelques heures de recherches et d'essais, je n'arrive toujours pas à transformer mon site en un site fluide ou liquide ... les images sortent toujours de lors zones dès que on procède à un zoom.

    Je vous mets le code CSS si quelqu'un pourrait m'aider ce serait génial !


    /* begin Page */
    /* Created by Artisteer v3.1.0.48375 */

    /* Compatibility rule for default TinyMCE skin (for td element): */
    td {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    margin: inherit;
    padding: 2px;
    border: solid 1px #626262;
    vertical-align: top;
    text-align: left;
    }

    body, table
    {
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    }

    h1, h2, h3, h4, h5, h6, p, a, ul, ol, li
    {
    margin: 0;
    padding: 0;
    }

    body, table
    {
    text-align: left;
    }

    body
    {
    direction: ltr;
    color: #181818;
    background: #D0D0D0;
    }

    li,
    table,
    a,
    a:link,
    a:visited,
    a:hover
    {
    font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    }

    p
    {
    margin: 12px 0;
    }

    h1,
    h1 a,
    h1 a:link,
    h1 a:visited,
    h1 a:hover,
    h2,
    h2 a,
    h2 a:link,
    h2 a:visited,
    h2 a:hover,
    h3,
    h3 a,
    h3 a:link,
    h3 a:visited,
    h3 a:hover,
    h4,
    h4 a,
    h4 a:link,
    h4 a:visited,
    h4 a:hover,
    h5,
    h5 a,
    h5 a:link,
    h5 a:visited,
    h5 a:hover,
    h6,
    h6 a,
    h6 a:link,
    h6 a:visited,
    h6 a:hover
    {
    font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, Serif;
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    text-decoration: none;
    }

    a
    {
    text-decoration: none;
    color: #3B3B3B;
    }

    a:link
    {
    text-decoration: none;
    color: #3B3B3B;
    }

    a:visited
    {
    color: #000000;
    }

    a:hover
    {
    text-decoration: underline;
    color: #363636;
    }

    h1
    {
    color: #3B3B3B;
    margin: 10px 0 0;
    }

    h2
    {
    color: #3B3B3B;
    margin: 10px 0 0;
    font-size: 22px;
    }

    h2 a,
    h2 a:link,
    h2 a:hover,
    h2 a:visited
    {
    font-size: 22px;
    }

    h3
    {
    color: #141414;
    margin: 10px 0 0;
    font-size: 18px;
    }

    h3 a,
    h3 a:link,
    h3 a:hover,
    h3 a:visited
    {
    font-size: 18px;
    }

    h4
    {
    color: #181818;
    margin: 10px 0 0;
    font-size: 16px;
    }

    h4 a,
    h4 a:link,
    h4 a:hover,
    h4 a:visited
    {
    font-size: 16px;
    }

    h5
    {
    color: #181818;
    margin: 10px 0 0;
    font-size: 14px;
    }

    h5 a,
    h5 a:link,
    h5 a:hover,
    h5 a:visited
    {
    font-size: 14px;
    }

    h6
    {
    color: #272727;
    margin: 10px 0 0;
    font-size: 13px;
    }

    h6 a,
    h6 a:link,
    h6 a:hover,
    h6 a:visited
    {
    font-size: 13px;
    }

    ul
    {
    list-style-type: none;
    margin: 1em 0 1em 2em;
    padding: 0;
    }

    ol
    {
    list-style-position: inside;
    margin: 1em 0 1em 2em;
    padding: 0;
    }

    /* end Page */

    /* begin Box, Post */
    /* set background fot correct editing in administrator: */

    a img
    {
    border: 0;
    }

    img
    {
    border-color: #9E9E9E;
    border-style: solid;
    border-width: 1px;
    margin: 5px 5px 5px 5px;
    }

    table
    {
    border-collapse: collapse;
    margin: 1px;
    }

    th{
    border: solid 1px #626262;
    text-align: center;
    vertical-align: middle;
    padding: 7px;
    }

    pre
    {
    overflow: auto;
    padding: 0.1em;
    }
    /* end Box, Post */

    /* begin PostBullets */

    li
    {
    font-size: 13px;
    color: #0B0B0B;
    margin: 5px 0 5px -15px;
    padding: 0 0 0 19px;
    }

    li ol, .art-post li ul
    {
    margin: 0.5em 0 0.5em 2em;
    padding: 0;
    }

    ol>li
    {
    background: none;
    padding-left: 0;
    /* overrides overflow for "ul li" and sets the default value */
    overflow: visible;
    }

    ul>li
    {
    background-image: url('../images/postbullets.png');
    background-repeat: no-repeat;
    background-position: top left;
    padding-left: 19px;
    /* makes "ul li" not to align behind the image if they are in the same line */
    overflow-x: visible;
    overflow-y: hidden;
    }

    /* end PostBullets */

    /* begin PostQuote */
    blockquote,
    blockquote a,
    blockquote a:link,
    blockquote a:visited,
    blockquote a:hover
    {
    color: #0B0B0B;
    }

    blockquote p
    {
    margin: 0;
    margin:5px;
    }

    blockquote
    {
    border: solid 1px #A9A9A9;
    margin: 10px;
    padding: 6px;
    background-color: #BFBFBF;
    margin-left: 50px;
    padding-left: 43px;
    background-image: url('../images/postquote.png');
    background-position: left top;
    background-repeat: no-repeat;
    /* makes block not to align behind the image if they are in the same line */
    overflow: auto;
    clear:both;
    }

    /* end PostQuote */
    Dernière édition par Torrix à 27/02/2012, 10h31

  • #2
    Re : Transformation site solid en site fluide ou liquide

    Bonjour,
    ça irait mieux en voyant le site.

    Mais ça dépend de quoi on parle : si on parle de zoom, au sens zoom du navigateur, tous les éléments sont redimensionnés en même temps et le template n'a pas besoin d'être fluide.
    Si on parle de modification de la taille de la fenêtre ou de l'écran, ça n'impacte pas les images donc il peu y a voir des "débordements" ou des images qui dépassent.
    Schtroumpfe toi le Schtroumpf t'aidera.
    Je ne schtroumpfe pas aux demandes de schtroumpf par MP.

    Commentaire


    • #3
      Re : Transformation site solid en site fluide ou liquide

      Je viens de vous envoyer un MP ... après avoir lu votre signature, désolé !

      Le site n'est pas visible au public pour des raisons de sécurité actuellement ... mais j'ai vraiment besoin d'aide sur ce coup.
      On parle de zoom navigateur, les images sortent de leurs cadres respectifs ....
      Et également, un plus petit écran ne joue pas non plus ... je galère !

      Merci de vos aides !

      Amicalement,
      Torrix

      Commentaire


      • #4
        Re : Transformation site solid en site fluide ou liquide

        J'ai toujours besoin d'aide s'il vous plait ... impossible de trouver une solution

        Commentaire


        • #5
          Re : Transformation site solid en site fluide ou liquide

          Re,
          si le site n'est pas visible, fais nous un site vide juste avec les données exemple et le template, mais là on ne peut pas deviner...
          Schtroumpfe toi le Schtroumpf t'aidera.
          Je ne schtroumpfe pas aux demandes de schtroumpf par MP.

          Commentaire

          Annonce

          Réduire
          Aucune annonce pour le moment.

          Partenaire de l'association

          Réduire

          Hébergeur Web PlanetHoster
          Travaille ...
          X