Avaleht
uus teema   vasta Tarkvara »  WWW »  Probleem fixed positsiooni "div" ja "iframe" scrollbariga märgi kõik teemad loetuks
märgi mitteloetuks
vaata eelmist teemat :: vaata järgmist teemat
Hinnavaatlus :: Foorum :: Uudised :: Ärifoorumid :: HV F1 ennustusvõistlus :: Pangalink :: Telekavad :: HV toote otsing
autor
sõnum Saada viide sõbrale.  :: Teata moderaatorile teata moderaatorile
otsing:  
brixxx
Lõuapoolik
Lõuapoolik
brixxx

liitunud: 04.01.2012




sõnum 03.11.2013 04:59:30 Probleem fixed positsiooni "div" ja "iframe" scrollbariga vasta tsitaadiga

Hetkel on probleem, et scrollbar liigub liiga kaugele, ei lõppe viimase "divi" juures, kuidas probleem lahendada.
Ning "iframe"l on puudu horisontaalne scrollbar.

HTML:
Spoiler Spoiler Spoiler

CSS:
Spoiler Spoiler Spoiler
tagasi üles
vaata kasutaja infot saada privaatsõnum
andrusny
Kreisi kasutaja
andrusny

liitunud: 20.03.2006




sõnum 03.11.2013 11:05:51 vasta tsitaadiga

Sa oled kasutanud meeletult palju negatiivset top ja seetõttu sul jääbki alla tühi ruum kuna div asub all ja venitab lehe pikaks ning on top abil taas üllese tõstetud, kui sul seda top: -1897px; ja teisi poleks oleks su sisu divid seal all tühjas osas. Pead kogu kupatuse teisiti lahendama. Võimalik, et keegi oskab ka parandada seda kuidagi.
_________________
Kommentaarid: 7 loe/lisa Kasutajad arvavad:  :: 0 :: 0 :: 7
tagasi üles
vaata kasutaja infot saada privaatsõnum mine selle kasutaja kodulehele
brixxx
Lõuapoolik
Lõuapoolik
brixxx

liitunud: 04.01.2012




sõnum 03.11.2013 19:01:25 vasta tsitaadiga

andrusny kirjutas:
Sa oled kasutanud meeletult palju negatiivset top ja seetõttu sul jääbki alla tühi ruum kuna div asub all ja venitab lehe pikaks ning on top abil taas üllese tõstetud, kui sul seda top: -1897px; ja teisi poleks oleks su sisu divid seal all tühjas osas. Pead kogu kupatuse teisiti lahendama. Võimalik, et keegi oskab ka parandada seda kuidagi.

Hetkel muutsin need negatiivsed top-d bottom-ks, et arv muuta positiivseks, aga tulemus on endiselt sama. Paluks soovitusi, kuidas lahendada probleem.
tagasi üles
vaata kasutaja infot saada privaatsõnum
andrusny
Kreisi kasutaja
andrusny

liitunud: 20.03.2006




sõnum 04.11.2013 00:29:47 vasta tsitaadiga

Vahet pole ju bottom tähendab kaugust alt servast ja jääbki jälle tühi ala.
Proovid ehk midagi sellist
css
css:
  1.  
  2.  body {
  3.    background-color: #DCDCDC;
  4.  }
  5.  
  6.  #header{
  7.         position: fixed;
  8.    width: 1080px;
  9.    height: 115px;
  10.    top: 0px;
  11.    left: 100px;
  12.    z-index: 20;
  13.    background:#DCDCDC;
  14.     }
  15.  #header img {
  16.    position: fixed;
  17.    width: 1078px;
  18.    height: 100px;
  19.    top: 15px;
  20.    left: 100px;
  21.    z-index: 20;
  22.    background:#DCDCDC;
  23.  }
  24.  
  25.  #menu {
  26.    font-family: 'Roboto', sans-serif;
  27.    color: #DCDCDC;
  28.    position: fixed;
  29.    top: 115px;
  30.    left:0px;
  31.    z-index: 20;
  32.     background:#DCDCDC;
  33.  }
  34.  
  35.  #menu ul {
  36.    margin: 0;
  37.    padding: 0;
  38.    list-style: none;
  39.  }
  40.  
  41.  #menu ul li {
  42.    margin: 0;
  43.    padding: 10px 20px;
  44.    position: relative;
  45.    height: 20px;
  46.    line-height: 20px;
  47.    background-color: #000000;
  48.    width: 230px;
  49.    left: 100px;
  50.  }
  51.  
  52.  #menu > ul > li {
  53.     float: left;
  54.     height: 30px;
  55.     line-height: 30px;
  56.     background-color: #000000;
  57.  }
  58.  
  59.  #menu li > ul {
  60.    visibility: hidden;
  61.    width: 300px;
  62.    position: absolute;
  63.    top: 0px;
  64.    left: 100px;
  65.    border-left: 0px solid #FF0000;
  66.  }
  67.  
  68.  #menu > ul > li > ul {
  69.    top: 50px;
  70.    left: -100px;
  71.  }
  72.  
  73.  #menu li:hover {
  74.    background-color: #FF0000;
  75.  }
  76.  
  77.  #menu li:hover > ul {
  78.    visibility: visible;
  79.  }
  80.  
  81.  a {
  82.    color: #DCDCDC;
  83.  }
  84.  a:hover {
  85.    color: #0000FF;
  86.  }
  87.  
  88.  a:active {
  89.    color: #00FF00;
  90.  }
  91.  
  92.  #description1 {
  93.    font-family: 'Roboto', sans-serif;
  94.    position: relative;
  95.    top: 165px;
  96.    left: 10px;
  97.    width: 1078px;
  98.    
  99.  
  100.    
  101.    background-color: #FFFFFF;
  102.    
  103.    margin-bottom:100px;
  104.  }
  105.  
  106.  #description2 {
  107.    font-family: 'Roboto', sans-serif;
  108.    font-size: 16px;
  109.    color: #696969;
  110.    position: relative;
  111.    top: 140px;
  112.    left: 25px;
  113.    width: 475px;
  114.    height: 270px;
  115.  }
  116.  
  117.  #description3 {
  118.    font-family: 'Roboto', sans-serif;
  119.    font-size: 16px;
  120.    color: #696969;
  121.    position: relative;
  122.    top: 30px;
  123.    left: 30px;
  124.    width: 475px;
  125.    height: 340px;
  126.  }
  127.  
  128.  #images img {
  129.      -moz-border-radius: 250px/250px;
  130.      -webkit-border-radius: 250px 250px;
  131.      border-radius: 250px/250px;
  132.      position: relative;
  133.      width: 250px;
  134.      height: 250px;   
  135.      top: 0px;
  136.      left: 0px;
  137.         
  138.  }
  139.  
  140.  #description4 {
  141.    font-family: 'Roboto', sans-serif;
  142.    font-size: 16px;
  143.    color: #696969;
  144.    position: relative;
  145.    top: 30px;
  146.    left: 30px;
  147.    width: 275px;
  148.    height: 400px;
  149.  }
  150.  
  151.  #iPhone {
  152.   position:relative;
  153.    top: 0px;
  154.    left: 0px;
  155.    height: 650px;
  156.    width: 350px;
  157.  }
  158.  
  159.  #iPhone iframe {
  160.    position:absolute;
  161.    top: 80px;
  162.    left: 50px;
  163.    height: 448px;
  164.    width: 253px;
  165.    z-index: 2;
  166.    overflow: scroll;
  167.  }
  168.  
  169.  #iPhone img {
  170.    position:absolute;
  171.    top: 0px;
  172.    left: 0px;
  173.     }
  174.  
  175.  #text {
  176.    font-family: 'Roboto', sans-serif;
  177.    font-size: 20px;
  178.    color: #FFFFFF;
  179.    
  180.    margin-top: 140px;
  181.    margin-left: 30px;
  182.    height: 30px;
  183.    width: 297px;
  184.    background-color: #FF0000;
  185.  }
  186.  
  187.  #arrow-down {
  188.  
  189.    width: 0px;
  190.    height: 0px;
  191.    
  192.    margin-left: 180px;
  193.     border-left: 10px solid transparent;
  194.     border-right: 10px solid transparent;
  195.     border-top: 10px solid #FF0000;
  196.  }
  197.  
  198.  #arrow-right {
  199.    position: absolute;
  200.    top: 4px;
  201.    left: 120px;
  202.     border-top: 10px solid transparent;
  203.     border-bottom: 10px solid transparent;
  204.     border-left: 10px solid #DCDCDC;
  205.  }
  206.  
  207.  #button {
  208.    position: absolute;
  209.    top: 4px;
  210.    left: 150px;
  211.  }
  212.  
  213.  #images{
  214.         position: absolute;
  215.    top: 4px;
  216.    left: 250px;
  217.         }
  218.  
  219.  #description5 {
  220.    position: relative;
  221.    top: 0px;
  222.    left: 40px;
  223.    height: 300px;
  224.    width: 300px;
  225.    text-align:center;
  226.  }
  227.  
  228.  #description5 th {
  229.    font-family: 'Roboto', sans-serif;
  230.    color: #696969;
  231.    width: 150px;
  232.  }
  233.  
  234.  #videogallery {
  235.         position:absolute;
  236.         top:30px;
  237.         left:250px;
  238.     width:100%;
  239.     zoom:1;
  240.  }
  241.  
  242.  #videogallery span {
  243.    display:block;
  244.  }
  245.  
  246.  #videogallery a {
  247.     display:-moz-inline-stack;
  248.     display:inline-block;
  249.     zoom:1;
  250.     *display:inline;
  251.     position: relative;
  252.     vertical-align: top;
  253.     margin:5px;
  254.     width:160px;
  255.     top: 0px;
  256.     left: 0px;
  257.     font-family:Trebuchet,Tahoma,Arial,sans-serif;
  258.     font-size:11px;
  259.     font-weight:normal;
  260.     text-decoration:none;
  261.     text-align:center;
  262.     opacity:0.87;
  263.  }
  264.  
  265.  #videogallery .videolb {
  266.    display:none
  267.  }
  268.  
  269.  #videogallery a img {
  270.     display:block;
  271.     border:none;
  272.     margin:0;
  273.  }
  274.  
  275.  #videogallery a:hover{
  276.     opacity:1;
  277.  }
  278.  
  279.  h2 {
  280.    font-family: 'Roboto', sans-serif;
  281.    font-weight: normal;
  282.    font-size: 20px;
  283.    color: #FF0000;
  284.  }
  285.  
  286.  h3 {
  287.    font-family: 'Roboto', sans-serif;
  288.    font-weight: normal;
  289.    font-size: 18px;
  290.    color: #000000;
  291.  }
  292.  
  293.  #footer1 {
  294.    font-family: 'Roboto', sans-serif;
  295.    font-size: 10px;
  296.    color: #DCDCDC;
  297.    position: absolute;
  298.    top: 0px;
  299.    left:10px;
  300.    width: 600px;
  301.    height: 290px;
  302.    background-color: #000000;
  303.    border-right: 1px solid #708090;
  304.    
  305.  }
  306.  
  307.  #footer1 th {
  308.    font-size: 12px;
  309.    font-weight: bold;
  310.    text-align: left;
  311.    color: #DCDCDC;
  312.    width: 270px;
  313.    height: 25px;
  314.  }
  315.  
  316.  #footer1 td {
  317.    color: #DCDCDC;
  318.    width: 150px;
  319.  }
  320.  
  321.  #russiaflag1 img {
  322.    position: relative;
  323.    top: 0px;
  324.    left: 173px;
  325.    z-index: 2;
  326.  }
  327.  
  328.  #russiaflag2 img {
  329.    position: relative;
  330.    top: 0px;
  331.    left: 235px;
  332.    z-index: 2;
  333.  }
  334.  
  335.  #russiaflag3 img {
  336.    position: relative;
  337.    top: 0px;
  338.    left: 300px;
  339.    z-index: 2;
  340.  }
  341.  
  342.  #footer2 {
  343.    font-family: 'Roboto', sans-serif;
  344.    font-size: 10px;
  345.    color: #DCDCDC;
  346.    position: absolute;
  347.    top: 0px;
  348.    left: 611px;
  349.    width: 460px;
  350.    height: 290px;
  351.  
  352.    background-color: #000000;
  353.  }
  354.  
  355.  #footer2 th {
  356.    font-size: 12px;
  357.    font-weight: bold;
  358.    text-align: left;
  359.    color: #DCDCDC;
  360.    width: 150px;
  361.    height: 30px;
  362.    border-bottom: 1px solid #708090;
  363.  }
  364.  
  365.  #footer2 td {
  366.    color: #DCDCDC;
  367.    width: 150px;
  368.  }
  369.  
  370.  #footer2 table {
  371.    border-bottom: 1px solid #708090;
  372.  }
  373.  #left_s{float:left;width:500px;}
  374.  #right_s{float:right;width:500px;}
  375.  
  376.  .str{clear:both;width:100%;}
  377.  #foot_m{position:relative;width:1078px;left:0px;background:#000;height:300px;}
  378.  #master{position:relative;width: 1078px; margin:auto;}
  379.  


HTML
html:
  1.  
  2. <!DOCTYPE html>
  3.      <meta name="description" content="VideoLightBox Gallery created with VideoLightBox, a free wizard program that helps you easily generate beautiful Lightbox-style web video galleries" />
  4.      <link rel="shortcut icon" href="favicon.ico" />
  5.     <link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Roboto, style.css">
  6.     <link rel="stylesheet" type="text/css" href="style.css">
  7.     <!-- Start VideoLightBox.com HEAD section -->
  8.      <link rel="stylesheet" type="text/css" href="videolb/overlay-minimal.css"/>
  9.      <script src="videolb/jquery.js" type="text/javascript"></script>
  10.      <script src="videolb/swfobject.js" type="text/javascript"></script>
  11.      <!-- End VideoLightBox.com HEAD section -->
  12.  
  13.  </head>
  14.  
  15.  <div id="master">
  16.    <div id="header">
  17.      <img src="pictures/500px-Eesti_Ekspress_logo.svg.png" alt="Eesti Ekspress" height="150" width="1078"/>
  18.    </div>
  19.    <div id="menu">
  20.      <ul>
  21.        <li><STRONG><a href="#ee_mobiilis">EE mobiilis</a></STRONG>
  22.          <ul>
  23.            <li><a href="#submen_item_1">Submen item 1</a></li>
  24.            <li><a href="#another_longer_item">Another longer item</a></li>
  25.            <li><a href="#active_item_is_like_this">Active item is like this</a></li>
  26.            <li><a href="#submen_item_four">Submen item four</a></li>
  27.            </li>
  28.        </ul>
  29.        <li><a href="#ee_iPadis">EE iPadis</a></li>
  30.        <li><a href="#ee_internetis">EE internetis</a></li>
  31.        <li>
  32.          <form align="right">
  33.            <input type="text" name="search" value="Otsing...">
  34.            <input type="submit" value="Otsi">
  35.          </form>
  36.        </li>
  37.       </ul>
  38.    </div>
  39.    
  40.    <div id="description1">
  41.  
  42.    <div id="left_s">
  43.         <div id="description2">
  44.        <h2>Uus m.ekspress.ee</h2>
  45.        Lorem ipsum dolor sit amet, consectetur adipiscing elit.<br/>
  46.        Curabitur aliquet vel tortor vitae scelerisque. Sed ornare,<br/>
  47.        dolor sit amet pretium fringilla, magna odio placerat ligula,<br/>
  48.        at auctor eros turpis sed eros. Nullam a est lectus. Quisque<br/>
  49.        tempus sem ac metus faucibus consequat. Suspendisse<br/>
  50.        actor lacus vitae elit eleifend fermentum.
  51.      </div>
  52.         
  53.          <div id="description3">
  54.           <div id="arrow-right"> </div>
  55.            <div id="button">
  56.        <a href="#content"><img src="icons/menu-list-1-128.png" alt="Menu" height="20" width="20"/></a>
  57.       </div>
  58.          <div id="images">
  59.        <img src="pictures/a-dog-year-2009-f.jpg" alt="A Dog Year" height="250" width="250"/>   
  60.      </div>
  61.         
  62.        <h2>Ava menüü</h2>
  63.        <h3>Kasutajasõbralik<br/>
  64.        menüü</h3>
  65.        Lorem ipsum dolor sit<br/>
  66.        amet, consectetur<br/>
  67.        adipiscing elit. Curabitur<br/>
  68.        aliquet vel tortor vitae<br/>
  69.        scelerusque. Sed ornare,<br/>
  70.        dolor sit amet pretium<br/>
  71.        fringilla, magna odio<br/>
  72.        placeratligula, at auctor.
  73.           
  74.      </div>
  75.         
  76.          <div id="description4">
  77.         
  78.          <!-- Start VideoLightBox.com BODY section -->
  79.     <div id="videogallery">
  80.      <a class="voverlay" href="http://www.youtube.com/v/8DONwMiP-ts?autoplay=1&rel=0&enablejsapi=1&playerapiid=ytplayer" title="A Dog Year trailer 2009 + Full movie online"><img src="videolb/thumbnails/0.png" alt="A Dog Year trailer 2009 + Full movie online" height="85" width="185"/><span></span></a><br/>
  81.      <a class="voverlay" href="http://www.youtube.com/v/ttv-gvOzaPw?autoplay=1&rel=0&enablejsapi=1&playerapiid=ytplayer" title="'The Beaver' Trailer"><img src="videolb/thumbnails/1.png" alt="'The Beaver' Trailer" height="85" width="185"/><span></span></a><br/>
  82.      <a class="voverlay" href="http://www.youtube.com/v/FAGxBbuRgqk?autoplay=1&rel=0&enablejsapi=1&playerapiid=ytplayer" title="Robot and Frank Trailer 2012 - TRAILER HD PLUS"><img src="videolb/thumbnails/2.png" alt="Robot and Frank Trailer 2012 - TRAILER HD PLUS" height="85" width="185"/><span></span></a><span class="videolb"><a href="http://videolightbox.com">Video Lightbox</a> by VideoLightBox.com v2.5</span>
  83.     </div>
  84.     <script src="videolb/jquery.tools.min.js" type="text/javascript"></script>
  85.     <script src="videolb/videolightbox.js" type="text/javascript"></script>
  86.     <!-- End VideoLightBox.com BODY section -->
  87.        
  88.        <h2>Rohkem vabadust</h2>
  89.        <h3>Vaata videosid</h3>
  90.        Lorem ipsum dolor sit<br/>
  91.        amet, consectetur<br/>
  92.        adipiscing elit. Curabitur<br/>
  93.        aliquet vel tortor vitae<br/>
  94.        scelerisque. Sed ornare,<br/>
  95.        dolor sit amet pretium<br/>
  96.        fringilla, magna odio<br/>
  97.        placerat ligula, at auctor.
  98.      </div>
  99.    
  100.    
  101.    </div>
  102.    
  103.    
  104.    
  105.    <div id="right_s">
  106.         <div id="text">
  107.        <center>Proovi nagu oma telefonis!</center>
  108.      </div>
  109.           <div id="arrow-down">
  110.      </div>
  111.           <div class="str"></div>
  112.           <div id="iPhone">
  113.        <img src="pictures/IPhone_5.png" alt="iPhone" height="650" width="350"/>
  114.          <iframe src="http://m.delfi.ee/" scrolling="auto" ></iframe>
  115.      </div>
  116.         
  117.          <div id="description5">
  118.        <h2>Tõmba Ekspressi app<br/>
  119.        <center>oma telefoni!</center></h2>
  120.        <table>
  121.          <tr>
  122.            <th>iOS</th>
  123.            <th>Android</th>
  124.          </tr>
  125.          <tr>
  126.            <td><img src="pictures/Likify-Arvutimaailm.jpg" alt="QR code" height="125" width="125"></td>
  127.            <td><img src="pictures/Likify-Arvutimaailm.jpg" alt="QR code" height="125" width="125"></td>
  128.          </tr>
  129.        </table>
  130.      </div>
  131.    </div>
  132.    <div class="str"></div>
  133.  
  134.    
  135.    
  136.     <div id="foot_m">
  137.          <div id="footer1">
  138.     <table>
  139.      <tr>
  140.        <th colspan="2" style="border-bottom: 1px solid #708090">UUDISED</th>
  141.        <th style="border-bottom: 1px solid #708090">E-KAUBANDUS</th>
  142.        <th style="border-bottom: 1px solid #708090">MEELELAHUTUS</th>
  143.      </tr>
  144.      <tr>
  145.        <td><b style="font-size: 14px">DELFI:</b></td>
  146.        <td><a href="#eesti_elu">Eesti elu</a></td>
  147.        <td><a href="#e-poed">E-poed</a></td>
  148.        <td><a href="#vimka">Vimka</a></td>
  149.      </tr>
  150.      <tr>
  151.        <td><a href="#eesti">Eesti</a></td>
  152.        <td><a href="#aripaev">&#262;ripäev</a></td>
  153.        <td><a href="#vaata_ee">Vaata.ee</a></td>
  154.        <td><a href="#games">Mängud</a></td>
  155.      </tr>
  156.      <tr>
  157.        <td><a href="#arvamus">Arvamus</a></td>
  158.        <td><a href="#sport">Sport</a></td>
  159.        <td><a href="#sales">Müü!</a></td>
  160.        <td><a href="#pokker">Pokker</a></td>
  161.      </tr>
  162.      <tr>
  163.        <td><a href="#maailm">Maailm</a></td>
  164.        <td><a href="#publik">Publik</a></td>
  165.        <td><a href="#digiraamat">Digiraamat</a></td>
  166.        <td><a href="#raadiod">Raadiod</a></td>
  167.      </tr>
  168.      <tr>
  169.        <td><a href="#krimi">Krimi</a></td>
  170.        <td><a href="#forte">Forte</a></td>
  171.        <td><a href="#kinnisvaratop">KinnisvaraTOP</a></td>
  172.        <td><a href="#horoskoop">Horoskoop</a></td>
  173.      </tr>
  174.      <tr>
  175.        <td><a href="#delfi_graafikud">Delfi graafikud</a></td>
  176.        <td><a href="#naistekas">Naistekas</a></td>
  177.        <td><a href="#koolitused">Koolitused</a></td>
  178.        <td><a href="#e_kaardid">E-kaardid</a></td>
  179.      </tr>
  180.      <tr>
  181.        <td><a href="#uut_delfis">Uut Delfis</a></td>
  182.        <td><a href="#rahva_haal">Rahva Hääl</a></td>
  183.        <td><a href="#reisijuht">Reisijuht</a></td>
  184.        <td><a href="#tv_kavad">TV-kavad</a></td>
  185.      </tr>
  186.      <tr>
  187.        <td><a href="#teemalehed">Teemalehed</a></td>
  188.        <td><a href="#noortehaal">Noortehääl</a></td>
  189.        <td></td>
  190.        <td><a href="#e_post">E-post</a></td>
  191.      </tr>
  192.       <tr>
  193.        <td><a href="#arhiiv">Arhiiv</a></td>
  194.        <td><a href="#taheke">Täheke</a></td>
  195.        <td></td>
  196.        <td><a href="#kasulik">Kasulik</a></td>
  197.      </tr>
  198.      <tr>
  199.        <td><a href="#delfi_tv">Delfi TV</a></td>
  200.        <td><a href="#eesti_paevaleht">Eesti Päevaleht</a></td>
  201.        <td></td>
  202.        <td><a href="#eesti_kaart">Eesti kaart</a></td>
  203.      </tr>
  204.      <tr>
  205.        <td><a href="#delfi_pilt">Delfi Pilt</a></td>
  206.        <td><a href="#eesti_ekspress">Eesti Ekspress</a></td>
  207.        <td></td>
  208.        <td><a href="#delfi_date">Delfi Date</a></td>
  209.      </tr>
  210.      <tr>
  211.        <td><a href="#ilm">Ilm</a></td>
  212.        <td><a href="#maaleht">Maaleht</a></td>
  213.        <td></td>
  214.        <td></td>
  215.      </tr>
  216.      <tr>
  217.        <th>DELFI MUJAL</th>
  218.        <td colspan="3"><img src="icons/flag-estonia-small.jpg" alt="Russian" height="20" width="29">
  219.        <img src="icons/Latvia-Flag-24.png" alt="Latvia" height="20" width="29">
  220.        <img src="icons/Latvia-Flag-24.png" alt="Latvia and Russian" height="20" width="29">
  221.        <img src="icons/Lithuania-Flag.png" alt="Lithuania" height="20" width="29">
  222.        <img src="icons/Lithuania-Flag.png" alt="Lithuania and Russian" height="20" width="29">
  223.        <img src="icons/FlagIcon_Ukraine.bmp" alt="Ukraine" height="20" width="29"></td>
  224.      </tr>
  225.     </table>
  226.    </div>
  227.    <div id="footer2">
  228.      <table>
  229.       <tr>
  230.        <th>DELFI INFO</th>
  231.        <th colspan="2">J&#262;LGI DELFIT</th>
  232.      </tr>
  233.      <tr>
  234.        <td><a href="#tee_delfi_avaleheks">Tee Delfi avaleheks</a></td>
  235.        <td></td>
  236.        <td></td>
  237.      </tr>
  238.      <tr>
  239.        <td><a href="#reklaam_delfis">Reklaam Delfis</a></td>
  240.        <td><img src="icons/facebook-icon.png" alt="Facebook" height="32" width="32">
  241.        <img src="icons/icon-twitter.png" alt="Twitter" height="32" width="32">
  242.        <img src="icons/bigrss.gif" alt="RSS" height="32" width="32"></td>
  243.        <td></td>
  244.      </tr>
  245.      <tr>
  246.        <td><a href="#kontaktinfo">Kontaktinfo</a></td>
  247.        <td></td>
  248.        <td></td>
  249.      </tr>
  250.      <tr>
  251.        <td><a href="#sinu_privaatsus_delfis">Sinu privaatsus Delfis</a></td>
  252.        <th>mDELFI</th>
  253.        <th>DELFI ID</th>
  254.      </tr>
  255.      <tr>
  256.        <td><a href="#kasutajatingimused">Kasutajatingimused</a></td>
  257.        <td></td>
  258.        <td></td>
  259.      </tr>
  260.      <tr>
  261.        <td><a href="#toopakkumised">Tööpakkumised</a></td>
  262.        <td><img src="icons/Icon.png" alt="mDELFI" height="32" width="32"></td>
  263.        <td><img src="icons/1186724_10151812465964318_654766871_a.png" alt="DELFI ID" height="32" width="32"></td>
  264.      </tr>
  265.      <tr>
  266.        <td><a href="#delfi_pressifoto">Delfi pressifoto</a></td>
  267.        <td></td>
  268.        <td></td>
  269.      </tr>
  270.      <tr>
  271.        <td><a href="#saada_vihje">Saada vihje</a></td>
  272.        <td></td>
  273.        <td></td>
  274.      </tr>
  275.      <tr>
  276.        <td><a href="#otsing">Otsing</a></td>
  277.        <td></td>
  278.        <td></td>
  279.      </tr>
  280.      </table>
  281.      <p style="font-size: 10px">Muusikateoste kasutamine sellel leheküjel on kooskõlastatud
  282.      EAÜ/NCB-ga.<br/>
  283.      Copyright AS DELFI. All rights reserved</p>
  284.    </div>
  285.    <div id="russiaflag1">
  286.      <img src="icons/russia_flag_icon.gif" alt="Estonia and Russia" height="10" width="19"/>
  287.    </div>
  288.    <div id="russiaflag2">
  289.      <img src="icons/russia_flag_icon.gif" alt="Latvia and Russia" height="10" width="19"/>
  290.    </div>
  291.    <div id="russiaflag3">
  292.      <img src="icons/russia_flag_icon.gif" alt="Lithuania and Russia" height="10" width="19"/>
  293.    </div>
  294.         </div>
  295.    </div>
  296.    </div>
  297.  </body>
  298.  </html>
  299.  

_________________
Kommentaarid: 7 loe/lisa Kasutajad arvavad:  :: 0 :: 0 :: 7
tagasi üles
vaata kasutaja infot saada privaatsõnum mine selle kasutaja kodulehele
näita postitusi alates eelmisest:   
uus teema   vasta Tarkvara »  WWW »  Probleem fixed positsiooni "div" ja "iframe" scrollbariga
[vaata eelmist teemat] [vaata järgmist teemat]
 lisa lemmikuks
näita foorumit:  
 ignoreeri teemat 
sa ei või postitada uusi teemasid siia foorumisse
sa ei või vastata selle foorumi teemadele
sa ei või muuta oma postitusi selles foorumis
sa ei või kustutada oma postitusi selles foorumis
sa ei või vastata küsitlustele selles foorumis
sa ei saa lisada manuseid selles foorumis
sa võid manuseid alla laadida selles foorumis



Hinnavaatlus ei vastuta foorumis tehtud postituste eest.