Помогите сделать шапку на сайте
|
|
Дата: Пт, 13.11.2009, 11:56:36 | Сообщение # 1
|
Дорогие пользователи, помогите мне пожалуйста с установкой шапки на сайт.
|
|
Дата: Пт, 13.11.2009, 12:13:33 | Сообщение # 2
|
MoNSTeR_gef, вставь етот код в верхнюю часть сайта: Code <DIV align="center"><IMG src="ТУТА ССЫЛКА НА ТВОЮ ШАПКУ" width="100%" height="200"></DIV> <table cellpadding="0" cellspacing="0" border="0" width="100%" height="25" style="border:1px solid #000000;background:url('/.s/t/984/4.gif');"> <tr> <td width="50%" align="left" style="font-size:10px;padding-left:10px;"><a href="$HOME_PAGE_LINK$" title="Главная"><!--<s5176>-->Главная<!--</s>--></a><?if($USERS_ON$)?><?if($USER_LOGGED_IN$)?> | <a href="$PERSONAL_PAGE_LINK$" title="Профиль"><!--<s5214>-->Профиль<!--</s>--></a><?else?> | <a href="$REGISTER_LINK$" title="Регистрация"><!--<s3089>-->Регистрация<!--</s>--></a><?endif?><?endif?> <?if($USERS_ON$)?><?if($USER_LOGGED_IN$)?> | <a href="$LOGOUT_LINK$" title="Выход"><!--<s5164>-->Выход<!--</s>--></a><?else?> | <a href="$LOGIN_LINK$" title="Вход"><!--<s3087>-->Вход<!--</s>--></a><?endif?><?endif?></td> <td width="50%" align="right" style="font-size:10px;padding-right:10px;"><?if($USERS_ON$)?><?if($USER_LOGGED_IN$)?> <!--<s3167>-->Группа<!--</s>--> "<u>$USER_GROUP$</u>"<?else?><!--<s5212>-->Приветствую Вас<!--</s>--> <b>$USERNAME$</b><?endif?><?endif?> <?if($RSS_LINK$)?>| <a href="$RSS_LINK$" title="RSS"><img border="0" align="absmiddle" src="http://afree.at.ua/images/Ikonki/Blue-32.png"></a><?endif?></td> </tr> </table> </table>
|
|
Дата: Пт, 13.11.2009, 12:38:43 | Сообщение # 3
|
Дата: Пт, 13.11.2009, 14:15:42 | Сообщение # 4
|
MoNSTeR_gef, нз обрашайся, спс за +
|
|
Дата: Пн, 16.11.2009, 15:02:11 | Сообщение # 5
|
Подскажите, как сделать рекламу в шапке, как у вас вот сайт: http://sasteam.ucoz.net/ (не реклама), плз))) заранее спасибо
http://vrn-games.net.ru/ - проводится набор в команду сайта))
|
|
Дата: Пн, 16.11.2009, 15:32:36 | Сообщение # 6
|
вот верхняя часть моего сайта там есть этот скрипт выткни и поставь куда тебе надо Quote <html> <?if($RSS_LINK$)?><link rel="alternate" type="application/rss+xml" title="RSS канал" href="$RSS_LINK$" /><?endif?> <style> /* hint menu */ .hint { background-color:#3d3d3d; line-height:10px; color:white; font-family:verdana,arial,helvetica; font-size:8pt; width:auto; border-top:1px solid white; border-right:1px solid white; border-bottom:1px solid white; border-left:1px solid white; margin:1px; padding:8px; position:absolute; visibility:hidden; } /* ---------------- */ </style> <script> // Автор Скрипта: Danil Aka Fenik$ //Hint Start // CLASS : MW_System_Load // Init function MW_System_Load(){ this.wib = screen.width; this.heb = screen.height; this.documes = (document.getElementById || document.createElement || document.getElementsByTagName) ? true : false; this.objects = window.addEventListener || window.attachEvent ? window : document.addEventListener ? document : null; this.types = 'load'; } MW_System_Load.prototype.addsevent = function(func){ if(this.objects.addEventListener){ this.objects.addEventListener(this.types,func,false); return true; } else if (this.objects.attachEvent){ this.objects.attachEvent("on" + this.types,func); } else { return false; } } MW_System_Load.prototype.browser = function(){ this.ver = navigator.appVersion; this.agent = navigator.userAgent.toLowerCase(); this.dom = document.getElementById ? 1:0; this.all = document.all ? 1:0; this.ie5 = (this.ver.indexOf("MSIE 5")>-1 && this.dom) ? 1:0; this.ie6 = (this.ver.indexOf("MSIE 6")>-1 && this.dom) ? 1:0; this.ie4 = (document.all && !this.dom) ? 1:0; this.ie = this.ie4 || this.ie5 || this.ie6; this.opera = this.agent.indexOf("opera")>-1; this.gecko = (this.agent.indexOf("gecko")!=-1) ? 1:0; this.bw = (this.ie || this.opera || this.gecko); return this; } MW_System_Load.prototype.findobj = function(obj){ this.parent = window.document; if(this.parent[obj]){ return this.parent[obj]; } if(this.parent.all && this.parent.all[obj]){ return this.parent.all[obj]; } if(this.parent.layers && this.parent.layers[obj]){ return this.parent.layers[obj]; } if(this.parent.getElementById && this.parent.getElementById(obj)){ return this.parent.getElementById(obj); } return null; } var MW = new MW_System_Load(); function MW_System_Hint(){} MW_System_Hint.prototype.show = function(obj,str){ var hint = MW.findobj('hint'); if(!obj){ return; } if(!MW.documes){ return; } if(!hint){ return; } hint.className = 'hint'; hint.style.left = 15; hint.style.top = 50; obj.onmouseout = function(advance){ hint.style.width = ''; hint.style.visibility = 'hidden'; if(hint.firstChild) hint.removeChild(hint.firstChild); hint.appendChild(document.createTextNode(str)); }; obj.onmousemove = function(advance){ //str = str.replace(/</g,"<"); //str = str.replace(/>/g,">"); hint.style.width = ''; hint.innerHTML = str; vc = document.getElementsByTagName((document.compatMode && document.compatMode=="CSS1Compat") ? "HTML":"BODY")[0]; x = window.event ? event.clientX + vc.scrollLeft : advance.pageX; y = window.event ? event.clientY + vc.scrollTop : advance.pageY; vcwidth = vc.clientWidth ? vc.clientWidth + vc.scrollLeft : window.innerWidth + window.pageXOffset; vcheight = vc.innerHeight ? window.innerHeight + window.pageYOffset : vc.clientHeight + vc.scrollTop; if(hint.offsetWidth>500){ hint.style.width = '200'; } if((x + hint.offsetWidth + 15) > vcwidth){ hint.style.left = x - hint.offsetWidth - 4; } else { hint.style.left = x + 15; } if((y + hint.offsetHeight + 19) > vcheight){ hint.style.top = y - hint.offsetHeight; } else { hint.style.top = y + 25; } //if(typeof(hint.style.MozOpacity)!="undefined"){ hint.style.opacity = '.91'; hint.style.filter = "alpha(opacity:91)"; //} hint.style.visibility = 'visible'; }; } MW_System_Hint.prototype.initialize = function(){ var hint = document.createElement("DIV"); hint.setAttribute('id','hint'); document.getElementsByTagName('body')[0].appendChild(hint); hint.style.visibility = 'hidden'; var hintmarker = ['a','img','img','input','span','div','textarea']; var textmarker = ['title','alt','title','title','title','title','title']; var lenmarker = hintmarker.length; for(var i=0; i<lenmarker; i++) { atr = document.getElementsByTagName(hintmarker[i]); for(var j=0; j<atr.length; j++) if(viewhint=atr[j].getAttribute(textmarker[i])){ atr[j].removeAttribute(textmarker[i]); HINT.show(atr[j],viewhint); } } } var HINT = new MW_System_Hint(); if(MW.objects){ MW.addsevent(HINT.initialize); } //Hint End </script> <head> <meta name='yandex-verification' content='740304e296432482' /> <link type="text/css" rel="StyleSheet" href="http://vebgames.moy.su/_st/my.css" /> </head> <table cellpadding="0" cellspacing="0" border="0" width="100%" height="21" style="border:1px solid #262626;background:url('http://vebgames.moy.su/diz/44443.gif');"> <tr> <td width="50%" align="left" style="font-size:10px;padding-left:10px;"><div class="navig"><a href="/news/"title="Новости">Новости</a> <a href="/load/"title="Файлы">Файлы</a> <a href="/publ/"title="Статьи">Статьи</a> <a href="/photo/"title="Галерея">Галерея</a> <a href="/forum/"title="Форум">Форум</a></div></td> <TD width="50%" align="right" style="font-size:10px;padding-right:10px;">$WDAY$, $DATE$, <span id="uClock">$TIME$</span> <script type="text/javascript"> // By RanDomchik ~ http://makeserv.ucoz.com/ function clock_from(hour,min,sec){ clock=""; if(sec>59){sec=0;min=min+1;} if(min>59){min=0;hour=hour+1;} if(hour>23){hour=0;} if(hour<10){clock+="0"+hour;}else{clock+=""+hour;} clock+=":"; if(min<10){clock+="0"+min;}else{clock+=""+min;} clock+=":"; if(sec<10){clock+="0"+sec;}else{clock+=""+sec;} elem=document.getElementById('uClock'); elem.innerHTML=clock; setTimeout("clock_from("+hour+","+min+","+(sec+1)+")",1000);} clock_from(parseInt(document.getElementById('uClock').innerHTML.split(':')[0]),parseInt(document.getElementById('uClock').innerHTML.split(':')[1]),parseInt(document.getElementById('uClock').innerHTML.split(':')[2])); // By RanDomchik ~ http://makeserv.ucoz.com/ </script> </TD> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0" style="background:url('http://vebgames.moy.su/shapki/2.gif') repeat-x;"> <tr> <td><div align="left"><img src="http://vebgames.moy.su/shapki/3214.gif" /></div></td> <td><div align="center"><div style="padding:5px;background:url('/diz/fon2.bmp') repeat-x #494949; border: #2d2d2d 1px solid; color:#707070;"><a class="fNavLink" href="http://vebgames.moy.su/forum/0-0-0-6">Поиск<br></a></div></div></td> <td><div align="right"><script language="JavaScript">image = new Array(); image[0]="/diz/Shapka111.gif" image[1]="http://vebgames.moy.su/shapki/sapa.gif" image[2]="http://vebgames.moy.su/shapki/3.gif" image[3]="http://vebgames.moy.su/shapki/4.gif" image[4]="http://vebgames.moy.su/shapki/5.gif" image[5]="http://vebgames.moy.su/shapki/6.gif" image[6]="http://vebgames.moy.su/shapki/7.gif" var img=image[Math.floor(Math.random()*image.length)] document.write("<IMG SRC="+img+">")</script></div></td> </DIV></TD></TR></TBODY></TABLE> <TABLE cellpadding="0" cellspacing="0" border="0" width="100%" height="23" style="border:1px solid #262626;background:url('http://vebgames.moy.su/diz/44443.gif');"><TBODY><TR><TD width="50%" align="left" style="font-size:10px;padding-left:10px;"><DIV class="navig"><A href="http://vebgames.moy.su/" title="Главная">Главная</A> | <A href="http://vebgames.moy.su/index/3" title="Регистрация">Регистрация</A> | <A href="javascript://" rel="nofollow" onclick="new _uWnd('LF',' ',-250,-110,{autosize:0,closeonesc:1,resize:1},{url:'$PERSONAL_PAGE_LINK$'});return false;" title="Мой профиль">Мой профиль</A></DIV></TD><TD width="1%" align="centr" style="font-size:10px;padding-left:10px;"><DIV class="navig"><DIV class="navig"> <index><A href="/news" title="Новости Сайта">Новости</A></index> <TD width="50%" align="right" style="font-size:10px;padding-right:10px;"><?if($USERS_ON$)?><A href="$PERSONAL_PAGE_LINK$"><B> $USERNAME$</B></A> Группа "<U>$USER_GROUP$</U>"<!--ENDIF--><!--%IFEL3%1%>Приветствую Вас <b>$USERNAME$</b>!<!%IFEN3%1%--><?endif?><A href="$RSS_LINK$">RSS</A></TD></TR><TR><TD width="50%" align="right" style="font-size:10px;padding-right:10px;"><DIV class="navig"></DIV></TD></TR></TBODY></TABLE> <!-- /Header -->
|
|
Дата: Пн, 16.11.2009, 15:33:57 | Сообщение # 7
|
проблема в том, что у меня нет верхней и нижней части сайта, только левый и правый контейнеры
http://vrn-games.net.ru/ - проводится набор в команду сайта))
|
|
Дата: Пн, 16.11.2009, 15:35:34 | Сообщение # 8
|
тогда это в страницы сайта в верх
|
|
Дата: Пн, 16.11.2009, 15:37:03 | Сообщение # 9
|
VebsTR, сможешь помочь сделать, я тебе пароль дам? плз)))
http://vrn-games.net.ru/ - проводится набор в команду сайта))
|
|
Дата: Пн, 16.11.2009, 15:43:38 | Сообщение # 10
|
давай помагу а ты мне с доменом ок?пороль кидай в личку и сайт
|
|
Дата: Пн, 16.11.2009, 15:50:20 | Сообщение # 11
|
насчет домена это будет немного долго, т.к я регаю через https://www.ripn.net/ а он только 4 запроса на домен в час, получается со всего инета в час 4 заявки тока))) кста домен тебе какой?
http://vrn-games.net.ru/ - проводится набор в команду сайта))
Сообщение отредактировал SunrisE - Пн, 16.11.2009, 15:52:04
|
|
Дата: Пн, 16.11.2009, 16:02:54 | Сообщение # 12
|
да не чё подождуДобавлено (16.11.2009, 16:02:54) --------------------------------------------- всё я зделал там шапку саму и картинку поставиш потом то там моя шапка
|
|