eT` Posted January 31, 2008 Report Share Posted January 31, 2008 (edited) Tātad gribu mājaslapai ielikt labajā pusē attiecīgajā vietā slīdošus ( no apakšas uz augšu ) bannerus. Nu ka salieku linkus uz bildēm un linkus kur tie aizved no attiecīgajām bildēm. Pašlaik vieta kur jābūt banneriem izskatās šādi: <h3> Reklāma!</h3> <div class="backgr"><ul> <li id="banneri"> <div id="banneri"> <table id="banneri" summary="banneri"> Šeit būtu jābūt banneru kodam! </div> </table> </div> </li> </ul></div> Edited January 31, 2008 by eT` Link to comment Share on other sites More sharing options...
marcis Posted February 1, 2008 Report Share Posted February 1, 2008 Diezgan pornogrāfisks kods... Un ja tev ir kāds jautājums, tad arī uzdod šo jautājumu! Link to comment Share on other sites More sharing options...
Grey_Wolf Posted February 1, 2008 Report Share Posted February 1, 2008 tas kods tiesham ir galigi skjibs... 1. ID ir UNIKALS lielums !!!! 2. tabulai ir ari citi atributi ka rindas <tr> kolonas <td> kas ir Diezgan obligats nosacijums 3. tagus veido pec principa <t1> <t2> </t2> </t1> Nevis <t1><t2> </t1></t2> ---- Slidoshiem baneriem izmanto atseviskju <div> elementu Kursh pozicenets pa virsu visiem parejiem Z-INDEX=2 (vai lielaks skaitlis) + sakotneji noradi kordinates kas ir lapas apaksa un tad ar JS pakapeniski vinjas maini uz mazakam ...... Link to comment Share on other sites More sharing options...
marcis Posted February 1, 2008 Report Share Posted February 1, 2008 Man gan, ja godīgi, nekad nav nācies veidot šādus reklāmas blokus, taču es drošvien izmantotu html'isko tagu <marquee> Link to comment Share on other sites More sharing options...
eT` Posted February 1, 2008 Author Report Share Posted February 1, 2008 Ak dievs! Ja es no jūsu teiktā kautko saprastu būtu OK. Nu labi kautko mēģināšu izburtot :( Link to comment Share on other sites More sharing options...
Mikijs Posted February 1, 2008 Report Share Posted February 1, 2008 <h3> Reklāma!</h3> <div class="backgr"><ul> <li id="banneri"> <div id="banneri"> <table id="banneri" summary="banneri"> <marquee> <?php $sql=mysql_query("SELECT * FROM tabula ORDER BY id DESC"); while ($banneris=dbarray($sql)) { echo " <a href='".$banneris['urla']."'><img border='0' src='".$banneris['nosaukums']."'></a> "; } ?> </marquee> </div> </table> </div> </li> </ul></div> Link to comment Share on other sites More sharing options...
Paulinjsh Posted February 1, 2008 Report Share Posted February 1, 2008 mikijs, kas tas par murgu :) Link to comment Share on other sites More sharing options...
Mikijs Posted February 1, 2008 Report Share Posted February 1, 2008 nju kaa bannera izvade.. Link to comment Share on other sites More sharing options...
Grey_Wolf Posted February 1, 2008 Report Share Posted February 1, 2008 Mikijs --> prieks kam tur iebazi DB ? Ja cilveks nevar izveidot pat sakarigu HTML ... un Vel pastasti ka ar <marquee> panaksi lai teksts/bilde parvietojas NO APAKSAS UZ AUGSU .... kas bija prasits.... Link to comment Share on other sites More sharing options...
Mikijs Posted February 1, 2008 Report Share Posted February 1, 2008 lai pievieno direction='left' Link to comment Share on other sites More sharing options...
Lynx Posted February 1, 2008 Report Share Posted February 1, 2008 Hah, Mikijs, tu tikai izliecies? :) Viņam vajadzīgs js kods, kas kustina to divu Īsumā šādi: <div id="move" style="position: absolute; z-index: 3;">te teksts</div> <script>function move() { var obj = document.getElementById('move'); obj.style.top = parseInt(obj.style.top) + 2 + 'px'; setTimeout("move()", 10); } </script> Aptuveni šādi, nenotestēju. Pamaini kustināšanai nepieciešamos lielumus un objekta sākuma pozīciju pēc saviem ieskatiem. Link to comment Share on other sites More sharing options...
Kristabs Posted February 1, 2008 Report Share Posted February 1, 2008 Man gan, ja godīgi, nekad nav nācies veidot šādus reklāmas blokus, taču es drošvien izmantotu html'isko tagu <marquee> Droši vien, ka nē. Viņš sāk pludināt iekšā un aiziet prom. Vajag, lai visu laiku būtu reklāma redzama. Pamēģini vienkārši <marquee>teksts</marquee> Link to comment Share on other sites More sharing options...
Grey_Wolf Posted February 1, 2008 Report Share Posted February 1, 2008 Pamēģini vienkārši <marquee>teksts</marquee> lol Un doma tas palidzes parvietot no APAKSAS uz Augsu? Link to comment Share on other sites More sharing options...
andrisp Posted February 1, 2008 Report Share Posted February 1, 2008 Grey_Wolf, Kritabs centās ko citu pateikt. Link to comment Share on other sites More sharing options...
eT` Posted February 1, 2008 Author Report Share Posted February 1, 2008 (edited) Tātad kompumā kas man jāraksta iekšā.? Cik sapratu tur JS vajag lai kustinātu? Edited February 2, 2008 by eT` Link to comment Share on other sites More sharing options...
Recommended Posts