download.bg
 Вход Списание  Новини  Програми  Статии  Форум  Чат   Абонамент  Топ95   Архив 

Kak мога да направя в сайта ми да вали сняг?

Автор
Съобщение
anonymous
Нед, 21.01.07, 22:27
Ако можете да ми кажете програма или някои Java script код ще съм ви благодарен!
редактиран от anonymous на 21.01.07 22:27
редактиран от anonymous на 21.01.07 22:28
редактиран от anonymous на 21.01.07 22:28
редактиран от anonymous на 21.01.07 22:29
anonymous
Нед, 21.01.07, 22:44
Първо си оправи сайта. Нали ти казах, че онези статий не си ги писал ти. Няма да е зле да питаш авторите на тях за това дали може да ги мислиш за свой и един съвет - по-добре напиши нещо, за да се знае че сайта ти е сбор от статий и имаш позволението на техните автори да ги слагаш в сайта си. Относно за снега - мисля че се знам как става, но недей го слага. Тази година е топла и няма много сняг. Следователно можеш да не слагаш сняг, а например някакво слънце или падащи листа - твой избор.
anonymous
Пон, 22.01.07, 00:23
Бях пуснала една такава тема наскоро. Там има линк за снега .. Погледни я - Java Script кода не разпознава Mozilla. Може да си сложиш друга картинка, както направих аз и вместо сняг да ти вали каквото искаш
anonymous
Пон, 22.01.07, 16:12
Къде е това? Кода ми е този!
<HTML>
<HEAD>
<TITLE>FERN WEB</TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<script type="text/javascript">
 
var enablepersist="off" //Enable saving state of content structure using session cookies? (on/off)
var collapseprevious="yes" //Collapse previously open content when opening present? (yes/no)
 
if (document.getElementById){
document.write('<style type="text/css">')
document.write('.switchcontent{display:none;}')
document.write('</style>')
}
 
function getElementbyClass(classname){
ccollect=new Array()
var inc=0
var alltags=document.all? document.all : document.getElementsByTagName("*")
for (i=0; i<alltags.length; i++){
if (alltags[i].className==classname)
ccollect[inc++]=alltags[i]
}
}
 
function contractcontent(omit){
var inc=0
while (ccollect[inc]){
if (ccollect[inc].id!=omit)
ccollect[inc].style.display="none"
inc++
}
}
 
function expandcontent(cid){
if (typeof ccollect!="undefined"){
if (collapseprevious=="yes")
contractcontent(cid)
document.getElementById(cid).style.display=(document.getElementById(cid).style.display!="block")? "block" : "none"
}
}
 
function revivecontent(){
contractcontent("omitnothing")
selectedItem=getselectedItem()
selectedComponents=selectedItem.split("|")
for (i=0; i<selectedComponents.length-1; i++)
document.getElementById(selectedComponents[i]).style.display="block"
}
 
function get_cookie(Name) { 
var search = Name + "="
var returnvalue = "";
if (document.cookie.length > 0) {
offset = document.cookie.indexOf(search)
if (offset != -1) { 
offset += search.length
end = document.cookie.indexOf(";", offset);
if (end == -1) end = document.cookie.length;
returnvalue=unescape(document.cookie.substring(offset, end))
}
}
return returnvalue;
}
 
function getselectedItem(){
if (get_cookie(window.location.pathname) != ""){
selectedItem=get_cookie(window.location.pathname)
return selectedItem
}
else
return ""
}
 
function saveswitchstate(){
var inc=0, selectedItem=""
while (ccollect[inc]){
if (ccollect[inc].style.display=="block")
selectedItem+=ccollect[inc].id+"|"
inc++
}
 
document.cookie=window.location.pathname+"="+selectedItem
}
 
function do_onload(){
uniqueidn=window.location.pathname+"firsttimeload"
getElementbyClass("switchcontent")
if (enablepersist=="on" && typeof ccollect!="undefined"){
document.cookie=(get_cookie(uniqueidn)=="")? uniqueidn+"=1" : uniqueidn+"=0" 
firsttimeload=(get_cookie(uniqueidn)==1)? 1 : 0 //check if this is 1st page load
if (!firsttimeload)
revivecontent()
}
}
 
 
if (window.addEventListener)
window.addEventListener("load", do_onload, false)
else if (window.attachEvent)
window.attachEvent("onload", do_onload)
else if (document.getElementById)
window.onload=do_onload
 
if (enablepersist=="on" && document.getElementById)
window.onunload=saveswitchstate
 
</script>
<style type="text/css">
<!--
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
-->
</style>
<style type="text/css">
<!--
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	font-weight: bold;
	color: #8ED045;
}
.over {background-image: url(images/rolloverbg.gif);; cursor: crosshair }
.out { }
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #5B5B5B;
	border: 1px solid #000000;
}
.style3 {
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
}
.style4 {font-size: 10}
.style6 {font-size: 9px}
.style7 {color: #FF0000}
 
-->
</style>
</HEAD>
<BODY BGCOLOR=#404040 LEFTMARGIN=0 TOPMARGIN=3 MARGINWIDTH=0 MARGINHEIGHT=0 text="#FFFFFF">
<table width="75" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td><TABLE WIDTH=818 BORDER=0 align="center" CELLPADDING=0 CELLSPACING=0>
        <TR> 
          <TD width="794" ROWSPAN=3><img src="header.jpg" width="793" height="184" border="0" usemap="#Map"></TD>
          <TD width="10" ROWSPAN=3>&nbsp;</TD>
          <TD COLSPAN=3>&nbsp;</TD>
        </TR>
        <TR> 
          <TD width="6" ROWSPAN=2>&nbsp;</TD>
          <TD background="images/header_05.jpg" WIDTH=6 HEIGHT=52>&nbsp;</TD>
          <TD width="6">&nbsp;</TD>
        </TR>
        <TR> 
          <TD COLSPAN=2>&nbsp;</TD>
        </TR>
      </TABLE></td>
  </tr>
  <tr>
    <td>
      <table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td width="17%" valign="top"><table width="100" border="0" cellspacing="0" cellpadding="3">
              <tr>
                <td><table width="145" border="0" cellspacing="0" cellpadding="0">
                    <tr> 
                      <td background="sideboxtop1.gif" width="145" height="17"><div align="center"><strong><font color="#FFFFFF" size="1">&#1053;&#1072;&#1074;&#1080;&#1075;&#1072;&#1094;&#1080;&#1103;</font></strong></div></td>
                    </tr>
                    <tr> 
                      <td><img src="sideboxtop2.gif" width="140" height="11"></td>
                    </tr>
                    <tr> 
                      <td><table width="100%" border="1" cellpadding="0" cellspacing="0" bordercolor="#000000" style="border-collapse: collapse">
                          <tr> 
                            <td><table width="100%" border="0" cellspacing="1" cellpadding="1">
  <tr background="sideboxtop1.gif">
                                  <td background="sideboxtop1.gif" bgcolor="#6F6F6F"><div align="center"><font size="1"><strong>&#1047;&#1072;&#1073;&#1072;&#1074;&#1083;&#1077;&#1085;&#1080;&#1077;</strong></font></div></td>
  </tr>
  <tr>
                                  <td background="rolloverbg.gif" bgcolor="#5b5b5b" onMouseOver="this.className='over'" onMouseOut="this.className='out'"><font size="1"><img src="bulletarrow.gif" width="11" height="5"><a href="Online radio.htm">Online radio </a></font></td>
  </tr>
  <tr>
                                  <td background="rolloverbg.gif" bgcolor="#5b5b5b" onMouseOver="this.className='over'" onMouseOut="this.className='out'"><font size="1"><img src="bulletarrow.gif" width="11" height="5"><a href="http://gledai.tv/">Online TV</a> </font></td>
  </tr>
  <tr>
                                  <td background="rolloverbg.gif" bgcolor="#5b5b5b" onMouseOver="this.className='over'" onMouseOut="this.className='out'"><font size="1"><img src="bulletarrow.gif" width="11" height="5"><a href="http://pomagalo.com/">&#1058;&#1077;&#1084;&#1080;,&#1076;&#1086;&#1082;&#1083;&#1072;&#1076;&#1080;</a> </font></td>
                                </tr>
  <tr>
                                  <td background="rolloverbg.gif" bgcolor="#5b5b5b" onMouseOver="this.className='over'" onMouseOut="this.className='out'"><font size="1"><img src="bulletarrow.gif" width="11" height="5"><a href="drugi.htm">&#1044;&#1088;&#1091;&#1075;&#1080;</a></font></td>
                                </tr>
  <tr>
<td background="sideboxtop1.gif" bgcolor="#6F6F6F"><div align="center"><font size="1"><strong>Hardoware</strong></font></div></td>  </tr>
  <tr>
                                  <td background="rolloverbg.gif" bgcolor="#5b5b5b" onMouseOver="this.className='over'" onMouseOut="this.className='out'"><font size="1"><img src="bulletarrow.gif" width="11" height="5"><a href="dynnipadki.htm">&#1044;&#1098;&#1085;&#1085;&#1080; &#1087;&#1083;&#1072;&#1090;&#1082;&#1080;</a> </font></td>
  </tr>
  <tr>
                                  <td background="rolloverbg.gif" bgcolor="#5b5b5b" onMouseOver="this.className='over'" onMouseOut="this.className='out'"><font size="1"><img src="bulletarrow.gif" width="11" height="5"><a href="ovyrclok.htm">&#1054;&#1074;&#1098;&#1088;&#1082;&#1086;&#1083;&#1086;&#1082;</a></font></td>
  </tr>
  <tr>
                                  <td background="rolloverbg.gif" bgcolor="#5b5b5b" onMouseOver="this.className='over'" onMouseOut="this.className='out'"><font size="1"><img src="bulletarrow.gif" width="11" height="5"><a href="pameti.htm">&#1055;&#1072;&#1084;&#1077;&#1090;&#1080;</a></font></td>
  </tr>
  <tr>
                                  <td background="rolloverbg.gif" bgcolor="#5b5b5b" onMouseOver="this.className='over'" onMouseOut="this.className='out'"><font size="1"><img src="bulletarrow.gif" width="11" height="5">&#1055;&#1088;&#1086;&#1094;&#1077;&#1089;&#1086;&#1088;&#1080;</font></td>
  </tr>
  <tr>
                                  <td background="rolloverbg.gif" bgcolor="#5b5b5b" onMouseOver="this.className='over'" onMouseOut="this.className='out'"><font size="1"><img src="bulletarrow.gif" width="11" height="5"><a href="Hard diskove.htm">&#1061;&#1072;&#1088;&#1076; &#1076;&#1080;&#1089;&#1082;&#1086;&#1074;&#1077;</a> </font></td>
  </tr>
  <tr>
                                  <td background="rolloverbg.gif" bgcolor="#5b5b5b" onMouseOver="this.className='over'" onMouseOut="this.className='out'"><font size="1"><img src="bulletarrow.gif" width="11" height="5"><a href="upgreid.htm">&#1066;&#1087;&#1075;&#1088;&#1077;&#1081;&#1076;</a></font></td>
  </tr>
  <tr>
                                  <td background="rolloverbg.gif" bgcolor="#5b5b5b" onMouseOver="this.className='over'" onMouseOut="this.className='out'"><font size="1"><img src="bulletarrow.gif" width="11" height="5"><a href="zahranvane.htm">&#1047;&#1072;&#1093;&#1088;&#1072;&#1085;&#1074;&#1072;&#1085;&#1077;</a></font></td>
  </tr>
  <tr>
                                  <td background="rolloverbg.gif" bgcolor="#5b5b5b" onMouseOver="this.className='over'" onMouseOut="this.className='out'"><font size="1"><img src="bulletarrow.gif" width="11" height="5"><a href="ohlajdane.htm">&#1054;&#1093;&#1083;&#1072;&#1078;&#1076;&#1072;&#1085;&#1077;</a></font></td>
  </tr>
</table>
</td>
                          </tr>
                        </table></td>
                    </tr>
                    <tr>
                      <td><img src="sideboxbottom.gif" width="140" height="29"></td>
                    </tr>
                  </table></td>
              </tr>
              <tr>
                <td>&nbsp;</td>
              </tr>
              <tr>
                <td>&nbsp;</td>
              </tr>
            </table></td>
          <td width="63%" valign="top"><img src="images/spacer.gif" height="2"><table width="100%" border="0" cellspacing="0" cellpadding="0">
              <tr>
                <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
                    <tr>
                      <td width="3%"><img src="leftmaincontent.gif" width="21" height="17"></td>
                      <td width="93%"height="17" background="middlemaincontent.gif"><center>
                          <font size="1"><strong>&#1044;&#1086;&#1073;&#1088;&#1077; &#1076;&#1086;&#1096;&#1083;&#1080; </strong></font> 
                      </center></td>
                      <td width="4%"><img src="rightmaincontent.gif" width="20" height="17"></td>
                    </tr>
                  </table></td>
              </tr>
              <tr>
                <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
                    <tr> 
                      <td width="2%"><img src="leftmaincontent2.gif" width="12" height="12"></td>
                      <td width="96%" height="12" background="middlemaincontent2.gif"></td>
                      <td width="2%"><img src="rightmaincontent2.gif" width="12" height="12"></td>
                    </tr>
                  </table></td>
              </tr>
              <tr>
                <td><table width="100%" border="1" cellspacing="0" cellpadding="0" bordercolor="#000000" style="border-collapse: collapse">
                    <tr>
                      <td><table width="100%" border="0" cellspacing="0" cellpadding="3">
                          <tr> 
                            <td><strong><font size="1" face="Verdana, Arial, Helvetica, sans-serif">&#1054;&#1087;&#1080;&#1090;&#1072;&#1093; &#1089;&#1077; &#1076;&#1072; &#1085;&#1072;&#1087;&#1088;&#1072;&#1074;&#1103; &#1077;&#1076;&#1080;&#1085; &#1089;&#1072;&#1081;&#1090; &#1074; &#1082;&#1086;&#1081;&#1090;&#1086; &#1084;&#1086;&#1078;&#1077;&#1078; &#1076;&#1072; &#1085;&#1072;&#1091;&#1095;&#1080;&#1096; &#1085;&#1077;&#1097;&#1086; &#1087;&#1086;&#1074;&#1077;&#1095;&#1077; &#1079;&#1072; &#1082;&#1086;&#1084;&#1087;&#1102;&#1090;&#1088;&#1080;&#1090;&#1077; &#1080; &#1076;&#1072; &#1089;&#1077; &#1087;&#1086;&#1079;&#1072;&#1073;&#1072;&#1074;&#1083;&#1103;&#1074;&#1072;&#1096; :) </font></strong></td>
                          </tr>
                          <tr> 
                            <td bgcolor="#525252"><p><font size="1" face="Verdana, Arial, Helvetica, sans-serif">&#1053;&#1072;&#1076;&#1103;&#1074;&#1072;&#1084; &#1089;&#1077; &#1076;&#1072; &#1074;&#1080; &#1093;&#1072;&#1088;&#1077;&#1089;&#1072; &#1089;&#1072;&#1081;&#1090;&#1072; &#1084;&#1080;!</font></p>
                            <p><font size="1" face="Verdana, Arial, Helvetica, sans-serif">&#1055;&#1088;&#1080;&#1103;&#1090;&#1085;&#1086; &#1089;&#1098;&#1088;&#1092;&#1080;&#1088;&#1072;&#1085;&#1077; &#1080;&#1079; &#1085;&#1077;&#1075;&#1086; :) </font></p></td>
                          </tr>
                          <tr> 
                            <td><b><font size="1" face="Verdana, Arial, Helvetica, sans-serif">&#1057;&#1074;&#1088;&#1098;&#1093;&#1073;&#1098;&#1088;&#1079;&#1072; 5.46GHz &#1084;&#1072;&#1096;&#1080;&#1085;&#1072; </font></b></td>
                          </tr>
                          <tr> 
                            <td bgcolor="#525252"><p><font size="1" face="Verdana, Arial, Helvetica, sans-serif">&#1042;&#1089;&#1077; &#1086;&#1097;&#1077; &#1080;&#1084; &#1089;&#1077; &#1095;&#1091;&#1076;&#1103; &#1085;&#1072; &#1090;&#1077;&#1103; &#1087;&#1080;&#1095;&#1086;&#1074;&#1077; &#1082;&#1072;&#1082; &#1089;&#1072; &#1103; &#1085;&#1072;&#1087;&#1088;&#1072;&#1074;&#1080;&#1083;&#1080;! </font></p>
                            <p><font size="1" face="Verdana, Arial, Helvetica, sans-serif">&#1048; &#1076;&#1072; &#1089;&#1077; &#1095;&#1091;&#1076;&#1103; &#1080; &#1076;&#1072; &#1085;&#1077; &#1089;&#1077; &#1095;&#1091;&#1076;&#1103; &#1085;&#1077; &#1084;&#1086;&#1075;&#1072; &#1076;&#1072; &#1075;&#1086; &#1089;&#1093;&#1074;&#1072;&#1085;&#1072;! </font></p>
                            <p><font size="1" face="Verdana, Arial, Helvetica, sans-serif">&#1040;&#1082;&#1086; &#1080;&#1089;&#1082;&#1072;&#1090;&#1077; &#1076;&#1072; &#1088;&#1072;&#1079;&#1073;&#1077;&#1088;&#1077;&#1090;&#1077; &#1087;&#1086;&#1074;&#1077;&#1095;&#1077; &#1079;&#1072; &#1090;&#1077;&#1079;&#1080; &#1093;&#1086;&#1088;&#1072;, &#1097;&#1088;&#1072;&#1082;&#1085;&#1077;&#1090;&#1077; <a href="?????????? 5.46GHz.doc">&#1090;&#1091;&#1082; </a></font><a href="?????????? 5.46GHz.doc">!</a></p></td>
                          </tr>
                          <tr> 
                            <td><span class="style3">&#1056;&#1072;&#1079;&#1075;&#1083;&#1077;&#1076;&#1072;&#1081; &#1089;&#1074;&#1077;&#1090;&#1072; &#1086;&#1090; &#1089;&#1087;&#1098;&#1090;&#1085;&#1080;&#1082;</span> </td>
                          </tr>
                          <tr> 
                            <td bordercolor="#CCCCCC" bgcolor="#666666"><p class="style4"><span class="style6"><a href="http://local.google.com/local?sourceid=navclient-ff&ie=UTF-8&rlz=1B2GGGL_enBG206BG206" class="style3">http://local.google.com/local?sourceid=navclient-ff&ie=UTF-8&rlz=1B2GGGL_enBG206BG206</a> <span class="style7">&#1058;&#1086;&#1074;&#1072; &#1077; &#1075;&#1086;&#1090;&#1080;&#1085;&#1086; :) </span></span></p></td>
                          </tr>
                          <tr> 
                            <td>&nbsp;</td>
                          </tr>
                          <tr> 
                            <td bgcolor="#525252"><font size="1" face="Verdana, Arial, Helvetica, sans-serif">&#1057;&#1090;&#1088;&#1072;&#1085;&#1085;&#1080; &#1085;&#1077;&#1097;&#1072; &#1084;&#1086;&#1078;&#1077; &#1076;&#1072; &#1089;&#1077; &#1085;&#1072;&#1087;&#1088;&#1072;&#1074;&#1103;&#1090; &#1085;&#1072; &#1082;&#1091;&#1090;&#1080;&#1103; &#1079;&#1072; &#1082;&#1086;&#1084;&#1087;&#1102;&#1090;&#1098;&#1088;.<br>
                              <br>
                              </font> 
                              <center>
                            <font size="1" face="Verdana, Arial, Helvetica, sans-serif"><a href="http://www.zymic.com"></a>                                </font> </center></td>
                          </tr>
                        </table></td>
                    </tr>
                  </table></td>
              </tr>
              <tr>
                <td class="style6">&#1063;&#1091;&#1076;&#1080;&#1090;&#1077; &#1089;&#1077; &#1082;&#1072;&#1082;&#1074;&#1072;  &#1082;&#1091;&#1090;&#1080;&#1103; &#1076;&#1072; &#1089;&#1080; &#1082;&#1091;&#1087;&#1080;&#1090;&#1077;? &#1048;&#1083;&#1080; &#1076;&#1072; &#1089;&#1080; &#1085;&#1072;&#1087;&#1088;&#1072;&#1074;&#1080;&#1090;&#1077; &#1089;&#1072;&#1084;&#1080;? &#1052;&#1086;&#1078;&#1077; &#1073;&#1080; &#1093;&#1072;&#1088;&#1077;&#1089;&#1074;&#1072;&#1090;&#1077; &#1103;&#1088;&#1082;&#1080;  &#1094;&#1074;&#1077;&#1090;&#1086;&#1074;&#1077; &#1080;&#1083;&#1080; &#1089;&#1090;&#1088;&#1072;&#1085;&#1085;&#1080; &#1092;&#1086;&#1088;&#1084;&#1080;? &#1045; &#1085;&#1072; &#1072;&#1076;&#1088;&#1077;&#1089; <a href="http://www.envador.com" title="&#1055;&#1086;&#1075;&#1083;&#1077;&#1076;&#1085;&#1077;&#1090;&#1077; &#1080;&#1085;&#1090;&#1077;&#1088;&#1085;&#1077;&#1090; &#1072;&#1076;&#1088;&#1077;&#1089;: http://www.envador.com" target="_blank">http://www.envador.com</a> &#1084;&#1086;&#1078;&#1077; &#1076;&#1072; &#1085;&#1072;&#1084;&#1077;&#1088;&#1080;&#1090;&#1077; &#1085;&#1072;&#1080;&#1089;&#1090;&#1080;&#1085;&#1072; &#1089;&#1090;&#1088;&#1072;&#1085;&#1085;&#1080; &#1085;&#1077;&#1097;&#1072; &#1074; &#1089;&#1090;&#1088;&#1072;&#1085;&#1085;&#1080; &#1094;&#1074;&#1077;&#1090;&#1086;&#1074;&#1077; &#1080; &#1092;&#1086;&#1088;&#1084;&#1080;. &#1057;&#1072;&#1081;&#1090;&#1072;  &#1077; &#1087;&#1088;&#1086;&#1089;&#1090;, &#1085;&#1086; &#1089;&#1085;&#1080;&#1084;&#1082;&#1086;&#1074;&#1080;&#1103; &#1084;&#1072;&#1090;&#1077;&#1088;&#1080;&#1072;&#1083; &#1085;&#1077; &#1077; &#1079;&#1072; &#1080;&#1079;&#1087;&#1091;&#1089;&#1082;&#1072;&#1085;&#1077;. &#1050;&#1086;&#1084;&#1087;&#1102;&#1090;&#1098;&#1088; &#1089; &#1074;&#1080;&#1076; &#1085;&#1072;  &#1089;&#1090;&#1072;&#1088;&#1086;&#1074;&#1088;&#1077;&#1084;&#1089;&#1082;&#1080; &#1090;&#1077;&#1083;&#1077;&#1092;&#1086;&#1085; &#1077; &#1080;&#1089;&#1090;&#1080;&#1085;&#1089;&#1082;&#1080;&#1103; &#1093;&#1080;&#1090; &#1089;&#1088;&#1077;&#1076; &#1077;&#1082;&#1079;&#1077;&#1084;&#1087;&#1083;&#1103;&#1088;&#1080;&#1090;&#1077; &#1085;&#1072; &#1089;&#1072;&#1081;&#1090;&#1072;.  &#1050;&#1086;&#1084;&#1087;&#1102;&#1090;&#1098;&#1088;&#1098;&#1090;-&#1082;&#1080;&#1090;&#1072;&#1088;&#1072; &#1087;&#1098;&#1082; &#1073;&#1080; &#1076;&#1086;&#1087;&#1072;&#1076;&#1085;&#1072;&#1083; &#1085;&#1072; &#1074;&#1089;&#1077;&#1082;&#1080; &#1083;&#1102;&#1073;&#1080;&#1090;&#1077;&#1083; &#1085;&#1072; &#1084;&#1091;&#1079;&#1080;&#1082;&#1072;&#1090;&#1072;. &#1040; &#1072;&#1082;&#1086;  &#1089;&#1090;&#1077; &#1087;&#1086;&#1095;&#1080;&#1090;&#1072;&#1090;&#1077;&#1083; &#1085;&#1072; &#1074;&#1080;&#1089;&#1086;&#1082;&#1080;&#1090;&#1077; &#1089;&#1082;&#1086;&#1088;&#1086;&#1089;&#1090;&#1080; &ndash; &#1082;&#1091;&#1090;&#1080;&#1103; &#1080;&#1079;&#1075;&#1083;&#1077;&#1078;&#1076;&#1072;&#1097;&#1072; &#1082;&#1072;&#1090;&#1086; &#1090;&#1072;&#1073;&#1083;&#1086; &#1085;&#1072;  &#1072;&#1074;&#1090;&#1086;&#1084;&#1086;&#1073;&#1080;&#1083; &#1084;&#1086;&#1078;&#1077; &#1073;&#1080; &#1097;&#1077; &#1074;&#1080; &#1087;&#1088;&#1080;&#1074;&#1083;&#1077;&#1095;&#1077; &#1074;&#1085;&#1080;&#1084;&#1072;&#1085;&#1080;&#1077;&#1090;&#1086;. &#1053;&#1072;&#1081;-&#1085;&#1072;&#1083;&#1091;&#1076;&#1085;&#1080;&#1095;&#1072;&#1074;&#1080;&#1090;&#1077; &#1080;&#1076;&#1077;&#1080; &#1089;&#1072;  &#1082;&#1086;&#1084;&#1087;&#1102;&#1090;&#1098;&#1088;&#1098;&#1090;-&#1073;&#1072;&#1088;&#1073;&#1077;&#1082;&#1102; &#1080; &#1082;&#1086;&#1084;&#1087;&#1102;&#1090;&#1098;&#1088;&#1098;&#1090;-&#1090;&#1086;&#1072;&#1083;&#1077;&#1090;&#1085;&#1072;. &#1058;&#1086;&#1074;&#1072; &#1082;&#1072;&#1082; &#1080;&#1079;&#1075;&#1083;&#1077;&#1078;&#1076;&#1072;&#1090; &#1084;&#1086;&#1078;&#1077; &#1076;&#1072;  &#1087;&#1088;&#1086;&#1074;&#1077;&#1088;&#1080;&#1090;&#1077; &#1080; &#1089;&#1072;&#1084;&#1080;. <br>
                &#1045; &#1090;&#1086;&#1074;&#1072; &#1077; &#1085;&#1072;&#1081;-&#1074;&#1072;&#1078;&#1085;&#1086;&#1090;&#1086; &#1079;&#1072; &#1090;&#1086;&#1079;&#1080; &#1089;&#1072;&#1081;&#1090; &ndash; &#1089;&#1077;&#1082;&#1094;&#1080;&#1103;&#1090;&#1072; &#1085;&#1086;&#1074;&#1080;&#1085;&#1080; &#1080; &#1089;&#1077;&#1082;&#1094;&#1080;&#1103;&#1090;&#1072;  &#1085;&#1072;&#1075;&#1088;&#1072;&#1076;&#1080; &#1087;&#1088;&#1086;&#1089;&#1090;&#1086; &#1073;&#1083;&#1077;&#1076;&#1085;&#1077;&#1103;&#1090; &#1087;&#1088;&#1077;&#1076; &#1086;&#1089;&#1090;&#1072;&#1085;&#1072;&#1083;&#1072;&#1090;&#1072; &#1095;&#1072;&#1089;&#1090; &#1086;&#1090; &#1089;&#1072;&#1081;&#1090;&#1072;. &#1053;&#1086; &#1089;&#1080; &#1089;&#1090;&#1088;&#1091;&#1074;&#1072;&#1090;  &#1085;&#1103;&#1082;&#1086;&#1083;&#1082;&#1086; &#1084;&#1080;&#1085;&#1091;&#1090;&#1080; &#1086;&#1090; &#1074;&#1072;&#1096;&#1077;&#1090;&#1086; &#1074;&#1088;&#1077;&#1084;&#1077;. </td>
              </tr>
              <tr>
                <td>&nbsp;</td>
              </tr>
            </table></td>
          <td width="20%"><table width="100" border="0" align="right" cellpadding="3" cellspacing="0">
              <tr> 
                <td valign="top"><div id="shoutbox" class="switchcontent"> 
                    <table width="140" border="0" cellspacing="0" cellpadding="0">
                      <tr> 
                        <td background="images/sideboxtop1.gif" width="140" height="17"><div align="center"><font color="#FFFFFF" size="1"><strong>shout 
                            box </strong></font></div></td>
                      </tr>
                      <tr> 
                        <td><img src="images/sideboxtop2.gif" width="140" height="11"></td>
                      </tr>
                      <tr> 
                        <td><table width="100%" border="1" cellpadding="0" cellspacing="0" bordercolor="#000000" style="border-collapse: collapse">
                            <tr> 
                              <td><table width="100%" border="0" cellspacing="0" cellpadding="0">
                                  <tr> 
                                    <td><font size="1"><strong><font color="#009900">Jack:</font></strong> 
                                      This is an example shoutbox, it won't work. 
                                      For a full working shoutbox go to zymic.com</font></td>
                                  </tr>
                                  <tr> 
                                    <td bgcolor="#333333"><font size="1"><strong><font color="#009900">James:</font> 
                                      </strong>Wow cool site!</font></td>
                                  </tr>
                                  <tr> 
                                    <td><font size="1"><strong>Izzy: </strong>hey 
                                      sup? wanna trade links with me?</font></td>
                                  </tr>
                                  <tr> 
                                    <td bgcolor="#333333"><font color="#009900" size="1"><strong>M-4x:</strong></font> 
                                      <font size="1">Hey dude, please check your 
                                      emails! </font> </td>
                                  </tr>
                                  <tr> 
                                    <td><font color="#009900" size="1"><strong>Will:</strong></font><font size="1"> 
                                      Wow, this layout rocks! keep up the good 
                                      work!! </font></td>
                                  </tr>
                                  <tr> 
                                    <td bgcolor="#333333"><font color="#009900" size="1"><strong>Jack: 
                                      </strong></font><font size="1">delete this 
                                      example table and replace with your iframe 
                                      shout box code!</font></td>
                                  </tr>
                                  <tr> 
                                    <td><input name="textfield" type="text" value="Name:" size="15"> 
                                      <input name="textfield2" type="text" value="http://" size="15"> 
                                      <input name="textfield3" type="text" value="Your Message" size="15"> 
                                      <input type="submit" name="Submit" value="Shout!"> 
                                      <br>
                                      <h3 onClick="expandcontent('shoutbox')" style="cursor:hand; cursor:pointer"><font size="1">Hide 
                                        Shout box!</font></h3>
                                      <div id="close shoutbox" class="switchcontent"> 
                                      </div></td>
                                  </tr>
                                </table></td>
                            </tr>
                          </table></td>
                      </tr>
                      <tr> 
                        <td><img src="sideboxbottom.gif" width="140" height="29"></td>
                      </tr>
                    </table>
                  </div></td>
              </tr>
              <tr> 
                <td><table width="140" border="0" align="right" cellpadding="0" cellspacing="0">
                    <tr> 
                      <td background="sideboxtop1.gif" width="140" height="17"><div align="center"><font color="#FFFFFF" size="1"><strong>&#1040;&#1085;&#1082;&#1077;&#1090;&#1072;</strong></font></div></td>
                    </tr>
                    <tr> 
                      <td><img src="sideboxtop2.gif" width="140" height="11"></td>
                    </tr>
                    <tr> 
                      <td><table width="100%" border="1" cellpadding="0" cellspacing="0" bordercolor="#000000" style="border-collapse: collapse">
                          <tr> 
                            <td><div align="center"><font size="1"><strong>&#1050;&#1072;&#1082;&#1074;&#1086; &#1084;&#1080;&#1089;&#1083;&#1080;&#1096; &#1079;&#1072; &#1089;&#1072;&#1081;&#1090;&#1072; &#1084;&#1080;?? <br>
                                <br>
                                </strong></font> 
                                <table width="89%" border="0">
                                  <tr> 
                                    <td><font size="1"><strong> 
                                      <input type="radio" name="radiobutton" value="radiobutton">
                                      &#1057;&#1091;&#1087;&#1077;&#1088; &#1077;<img src="clapping.gif" width="31" height="25"><br>
                                      <input type="radio" name="radiobutton" value="radiobutton">
                                      &#1041;&#1080;&#1074;&#1072; <img src="dry.gif" width="20" height="20"><br>
                                      <input type="radio" name="radiobutton" value="radiobutton">
                                      &#1057;&#1090;&#1072;&#1074;&#1072; <img src="gangsta15_50.bmp"><br>
                                      <input type="radio" name="radiobutton" value="radiobutton">
                                      &#1041;&#1086;&#1083;&#1082;&#1083;&#1091;&#1082;<img src="nie.GIF" width="17" height="17"></strong></font></td>
                                  </tr>
                                </table>
                                <font size="1"><strong> <br>
                                <input type="submit" name="Submit22" value="&#1043;&#1083;&#1072;&#1089;&#1091;&#1074;&#1072;&#1081;">
                                </strong></font></div></td>
                          </tr>
                        </table></td>
                    </tr>
                    <tr> 
                      <td><img src="sideboxbottom.gif" width="140" height="29"></td>
                    </tr>
                  </table></td>
              </tr>
              <tr> 
                <td valign="top"><table width="140" border="0" align="right" cellpadding="0" cellspacing="0">
                    <tr> 
                      <td background="sideboxtop1.gif" width="140" height="17">&nbsp;</td>
                    </tr>
                    <tr> 
                      <td height="17"><img src="sideboxtop2.gif" width="140" height="11"></td>
                    </tr>
                    <tr> 
                      <td><img src="sideboxbottom.gif" width="140" height="29"></td>
                    </tr>
                  </table></td>
              </tr>
              <tr>
                <td valign="top"><table width="140" border="0" align="right" cellpadding="0" cellspacing="0">
                    <tr> 
                      <td background="sideboxtop1.gif" width="140" height="17"><div align="center"><strong><font color="#FFFFFF" size="1"><font color="#FFFFFF">&#1051;&#1080;&#1085;&#1082;&#1086;&#1074;&#1077;</font> </font></strong></div></td>
                    </tr>
                    <tr> 
                      <td><img src="sideboxtop2.gif" width="140" height="11"></td>
                    </tr>
                    <tr> 
                      <td><table width="100%" border="1" cellpadding="0" cellspacing="0" bordercolor="#000000" style="border-collapse: collapse">
                          <tr> 
                            <td><table width="100%" height="191" border="0" cellpadding="1" cellspacing="0">
                                <tr> 
                                  <td><div align="center"><a href="http://www.web-tourist.net/"><img src="webtourist.gif" width="133" height="46" border="0"></a></div></td>
                                </tr>
                                <tr> 
                                  <td><a href="http://nestesami.com/"><img src="notalone.gif" width="134" height="191" border="0"></a></td>
                                </tr>
                                <tr> 
                                  <td><a href="#"></a></td>
                                </tr>
                                <tr>
                                  <td><div align="center"><font size="1"><strong>&#1042;&#1080;&#1078; &#1074;&#1089;&#1080;&#1095;&#1082;&#1080; &#1089;&#1072;&#1081;&#1090;&#1086;&#1074;&#1077;! </strong></font></div></td>
                                </tr>
                              </table></td>
                          </tr>
                        </table></td>
                    </tr>
                    <tr> 
                      <td><img src="sideboxbottom.gif" width="140" height="29"></td>
                    </tr>
                  </table></td>
              </tr>
            </table></td>
        </tr>
      </table></td>
  </tr>
</table>
 
<map name="Map">
<area shape="poly" coords="123,124,124,147,138,147,189,148,221,145,221,123,177,118" href="index.htm">
<area shape="poly" coords="577,122,577,149,616,149,653,148,674,148,672,121,652,120,630,117,606,118" href="http://www1.mucunki.com/">
<area shape="rect" coords="606,53,719,71" href="http://btv.bg/">
</map></BODY>
</HTML> 

anonymous
Пон, 22.01.07, 17:16
Защо си ми го копирал тоя код тука !? Аз нали го гледах това на страницата ти ..
Не намери ли линка за снега ( http://www.dynamicdrive.com/dynamicindex3/snow.htm ) или не можеш да се ориентираш в страницата?
 Че как си направил сайта тогава.
anonymous
Пон, 22.01.07, 17:17
Или пък този вариант: http://www.dynamicdrive.com/dynamicindex3/snownoimages.htm
anonymous
Пон, 22.01.07, 18:08
кода не разпознава Mozilla.
   Не съм прочел това !
 :)
Необичам да чета:)
anonymous
Пет, 02.02.07, 02:48
кази и как се качва скрина и с коя програмка я качваш че тва е интересно!
anonymous
Пон, 05.02.07, 06:17
лудница:)))))))))
кефи ме как си е пльоснал кода тук хахахаха
сайт4ето си е готинко
хубав темплейт
абе като за 13 годишен бива бива
браво!
редактиран от anonymous на 05.02.07 06:20

Коментар

за нас | за разработчици | за реклама | станете автори | in english  © 1998-2024   Experta Ltd.