Вопросы насчёт дизайна Diz-CS
|
|
Дата: Чт, 12.11.2009, 10:56:59 | Сообщение # 1
|
Привет всем. нужна помощь! 1. Можете сказать, как вы сделали такое меню ?! 2. Как вы затемнили картинки и сделали окошко с описанием ?! 3. И как вы сделали такую темую статистику и какие информеры брали ?! 4. Последнее, как вы затемнили кнопки ?!
|
|
Дата: Чт, 12.11.2009, 11:32:14 | Сообщение # 2
|
[Table]С тебя ++[/Table] Вот Меню Верхнее Code <TABLE border="0" align="center"><TBODY><TR><TD width="5">| </TD><TD style="color: #000000;"><A title="Главная" href="http://live-zone.ucoz.ru/"><B>Главная</B></A> </TD><TD width="5">| </TD><TD style="color: #000000;"><A title="Форум" href="http://live-zone.ucoz.ru//forum/"><B>Форум</B></A> </TD><TD width="5">| </TD><TD style="color: #000000;"><A title="Поиск" href="http://live-zone.ucoz.ru//index/0-9"><B>Поиск</B></A> </TD><TD width="5">| </TD><TD><A title="Набор Персонала" href="http://live-zone.ucoz.ru/forum/4"><FONT color="#00FFFF"><B>Набор Персонала</A> </TD><TD width="5">| </TD><TD style="color: #d42424;"><A title="csXzone Мониторинг" href="http://live-zone.ucoz.ru/blog/"><FONT color="#d42424"><B>csXzone Мониторинг</A></B></FONT> </TD><TD width="5">| </TD><TD style="color: #000000;"><A title="Профиль" href="http://live-zone.ucoz.ru//index/8"><B>Профиль</B></A> </TD><TD width="5">| </TD><TD style="color: #000000;"><A title="Выход" href="http://live-zone.ucoz.ru//index/10"><B>Выход</B></A> </TD><TD width="5">|</TD></TR></TBODY></TABLE> Статистика Code <!-- <block5> --> </DIV><TABLE border="0" cellpadding="0" cellspacing="0" width="194" style="background-image:url('/img/4.gif');background-color:#585657;" align="center"> <TBODY><TR><TD align="center" valign="top" style="background-image:url('/img/5.gif');height: 45px; color:#FFFFFF; padding-top: 13px;"><B><!-- <bt> --><!--<s5195>-->Статистика<!--</s>--><!-- </bt> --></B></TD></TR><TR><TD style="padding-left:15px;"><!-- <bc> --><B><STRONG><DIV style="width:157px;background:url('/design/fon.bmp') repeat-x #80AC12; border: #222222 1px solid; color:#dedede;">Счетчики:</DIV></STRONG> </B> <DIV align="center" style="color:#dedede; width:155px">$COUNTER$<B><STRONG><DIV style="width:157px;background:url('/design/fon.bmp') repeat-x #80AC12; border: #222222 1px solid; color:#dedede;">Online:</DIV></STRONG></B> <DIV align="left"> $ONLINE_COUNTER$</DIV> <DIV align="left"> <B>$ONLINE_USERS_LIST$</B></DIV> <STRONG><DIV style="width:157px;background:url('/design/fon.bmp') repeat-x #80AC12; border: #222222 1px solid; color:#dedede;">Сегодня Были:</DIV></STRONG></B> $MYINF_5$$MYINF_4$<!-- </bc> --></TD></TR><TR><TD><IMG src="/img/6.gif" border="0"></TD></TBODY></TABLE><DIV align="center"><BR> информеры Пользователи, посетившие сайт за текущий день Счетчики для пользователей всех по группам по полу по зодиаку по дням (сегодня, вчера, 7 дней, 30 дней)
|
|
Дата: Чт, 12.11.2009, 11:56:55 | Сообщение # 3
|
KIPISH, не не получилось =(
|
|
Дата: Чт, 12.11.2009, 12:25:14 | Сообщение # 4
|
О_О х3 я дал норм у меня раньше дизайн был как на диз я тебе дал норм у тебя че то с дизайном
|
|
Дата: Чт, 12.11.2009, 13:02:43 | Сообщение # 5
|
поможешь поставить ???? это всё в ксс проблемма ????
|
|
Дата: Чт, 12.11.2009, 13:03:37 | Сообщение # 6
|
моя аська 557971193 пиши туда
|
|
Дата: Чт, 12.11.2009, 14:13:02 | Сообщение # 7
|
KIPISH, мда..большое спасибо за нулевую помощь! Ну, кто то поможет ?!
|
|
Дата: Чт, 12.11.2009, 14:26:02 | Сообщение # 8
|
TjAy, могу помоч только в описании =) описание как ты выразился ето называеться хинт. вот смотри как его делать: Этот код вставь в head Шаблонов сайта: Code <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> И все, очень просто!!! если не получиться то ето нада быть полным .... если че + с тя!
|
|
Дата: Чт, 12.11.2009, 14:26:54 | Сообщение # 9
|
Не помогайте ему я попросил его помоч он говорит ставь мой баннер 468х60 вот TjAy я помогу если ты мой поставиш мой 468х60 и кто будет ему помогать говорите пусть пусть ваш ставит
|
|
Дата: Чт, 12.11.2009, 18:12:22 | Сообщение # 10
|
KIPISH, мда.... придумщик из тебя некакой...... Ты бы скопировал весь наш разговор бы....Добавлено (12.11.2009, 18:12:22) --------------------------------------------- Maklay, это ты какой код мне дал ?! что он делает ?! =) А то я о многом спрашивал =)
|
|
Дата: Пт, 13.11.2009, 00:52:34 | Сообщение # 11
|
Quote (TjAy) сделали окошко с описанием ?! с етим)
|
|