Единый форум поддержки

Информация о пользователе

Привет, Гость! Войдите или зарегистрируйтесь.


Вы здесь » Единый форум поддержки » Корзина » Не сколько проблем с форумом !!!


Не сколько проблем с форумом !!!

Сообщений 1 страница 20 из 25

1

У меня вот такие вот проблемы помогите чем сможете :

_______________________________________________________________
1.Что-то с меню которое стоит с лево оно не открываетсо
2.Я заметел что Гости не видят стандартные смайлы вместо них картинка с крестиком...
3.Ето не проблема но Как можно центировать имя есле подскажите..........
_______________________________________________________________

Зарание блогодарность............. http://mybb.ru/f/collection/0211.gif

Это стоит у меня в ХТМЛ-Верх

Код:
<link rel="icon" href="http://simolub.ucoz.ru/_ld/0/1_Yqs.ico" type="image/x-icon">
<link rel="shortcut icon"http://simolub.ucoz.ru/_ld/0/1_Yqs.ico" type="image/x-icon">


<HEAD>

<script type="text/javascript">
var x=0
var t
function startBackSlide()
{if (x>=-250)
{document.getElementById('weird').style.left=x
x=x-1
t=setTimeout ("startBackSlide()", 3)}}
</script>


<script type="text/javascript">
var x=-250
var t
function startSlide()
{if (x<=0)
{document.getElementById('weird').style.left=x
x=x+1
t=setTimeout ("startSlide()", 3)}}
</script>
</HEAD>
<div id="staticcontent" style="position:absolute; z-index: 0; background-color: transparent; width: 550px;">
<table  id="weird" border="1" style="position: absolute; left: -250px; border-color: #000000; background-color: #00CCFF;"><tr><td  background="http://s56.radikal.ru/i152/0808/11/227fa3ac3397.jpg" width=233px height=350px style="font-weight: bold; font-size: 0,6; font-family: Verdana; color: #000000; line-height: 2; text-align: center; vertical-align: middle;"><H1>Навигация</H1>
<br>
<a href="http://simolub.mybb.ru/"><font color="#000000">Перейти на главную</font></a>
<br>
<a href="http://simolub.mybb.ru/viewforum.php?id=17"><font color="#000000">Правила форума :)</font></a>
<br>
<a href="http://xat.com/chat/room/34162174/?p=0&ss=5"><font color="#000000"> Наш чат</font></a>
<br>
<a href="http://xbase.ru/?stasixx"><font color="#000000">Наша Гостевая </font></a> 
<br>
<a href="http://simolub.mybb.ru/viewforum.php?id=22"><font color="#000000">О Игре</font></a>
<br>
<a href="http://simolub.mybb.ru/viewtopic.php?id=15"><font color="#000000">Флуд</font></a>
<br>
<a href="http://simolub.mybb.ru/viewforum.php?id=36"><font color="#000000">Сериалы</font></a>
<br>
<a href="http://simolub.mybb.ru/viewforum.php?id=39"><font color="#000000">Альбомы</font></a>
<br>
<a href="http://simolub.mybb.ru/viewtopic.php?id=93"><font color="#000000">Скачать игру</font></a>
<br>
Поспеши вступить в наш клуб
<br>
(нажми на картинку)
<br>
<a target="_blank" href="http://simolub.mybb.ru/viewtopic.php?pid=164#p164"><img src="http://i049.radikal.ru/0809/24/274256717f2c.gif" ></a><a></td><td width=15px height= 350px style="font-weight: bold; font-size: 2; font-family: Verdana; color: #000000; line-height: 1; text-align: center; vertical-align: middle;"><a href="javascript:startSlide();">&#62<br /><br /><a href="javascript:startBackSlide();">&#60<br />M<br />Е<br />Н<br />Ю</td></tr></table></div>
<script type="text/javascript">
var crossobj=document.all? document.all.staticcontent : document.getElementById("staticcontent")
var iebody=(document.compatMode && document.compatMode != "BackCompat")? document.documentElement : document.body

function positionit(){
var dsocleft=document.all? iebody.scrollLeft : pageXOffset
var dsoctop=document.all? iebody.scrollTop : pageYOffset
if (document.all||document.getElementById){
crossobj.style.left=parseInt(dsocleft)+5+"px"
crossobj.style.top=dsoctop+5+"px"
}
}
setInterval("positionit()",10)
</script>





<style type="text/css">
HTML, BODY {background-color: #C1FFC1; background-image: url("http://s56.radikal.ru/i152/0808/11/227fa3ac3397.jpg"); background-repeat: repeat; background-attachment: fixed; background-position: top center;}
#pun {background-color: transparent;}
</style>





<p align="center"><a href="http://www.icq.com/whitepages/cmd.php?uin=376599242&action=add" target="_blank"><img src="http://a.foto.radikal.ru/0605/3691b06c627b.gif" border="0" alt="Постучать в аську Администратора"></a>


<A HREF="#" ONCLICK='window.external.AddFavorite(location.href, document.title);return false'>
<img src="http://d.foto.radikal.ru/0607/05fa7d1b2230.gif" alt="Добавить в Избранное"></A>


<a href="javascript:;" style="text-decoration:none" onClick="this.style.behavior='url(#default#homepage)'; this.setHomePage('http://simolub.mybb.ru/'); return false;" ><img src="http://b.foto.radikal.ru/0605/9dc8b22125bd.gif" border="0" align="bottom" alt="Сделать стартовой" style="margin-bottom:0" width="16" height="16"></a>
</p>




<script type="text/javascript">
document.getElementsByClassName = function(className) {
	var children = document.getElementsByTagName('*') || document.all;
	var elements = new Array();
  
	for (var i = 0; i < children.length; i++) {
var child = children[i];
var classNames = child.className.split(' ');
for (var j = 0; j < classNames.length; j++) {
	if (classNames[j] == className) {
elements.push(child);
break;
	}
}
	}
	return elements;
}

var Reflection = {
	defaultHeight : 0.5,
	defaultOpacity: 0.5,
	
	add: function(image, options) {
Reflection.remove(image);

doptions = { "height" : Reflection.defaultHeight, "opacity" : Reflection.defaultOpacity }
if (options) {
	for (var i in doptions) {
if (!options[i]) {
	options[i] = doptions[i];
}
	}
} else {
	options = doptions;
}
	
try {
	var d = document.createElement('div');
	var p = image;
	
	var classes = p.className.split(' ');
	var newClasses = '';
	for (j=0;j<classes.length;j++) {
if (classes[j] != "reflect") {
	if (newClasses) {
newClasses += ' '
	}
	
	newClasses += classes[j];
}
	}

	var reflectionHeight = Math.floor(p.height*options['height']);
	var divHeight = Math.floor(p.height*(1+options['height']));
	
	var reflectionWidth = p.width;
	
	if (document.all && !window.opera) {
/* Fix hyperlinks */
                if(p.parentElement.tagName == 'A') {
	                var d = document.createElement('a');
	                d.href = p.parentElement.href;
                }  
                    
/* Copy original image's classes & styles to div */
d.className = newClasses;
p.className = 'reflected';

d.style.cssText = p.style.cssText;
p.style.cssText = 'vertical-align: bottom';
	
var reflection = document.createElement('img');
reflection.src = p.src;
reflection.style.width = reflectionWidth+'px';

reflection.style.marginBottom = "-"+(p.height-reflectionHeight)+'px';
reflection.style.filter = 'flipv progid:DXImageTransform.Microsoft.Alpha(opacity='+(options['opacity']*100)+', style=1, finishOpacity=0, startx=0, starty=0, finishx=0, finishy='+(options['height']*100)+')';

d.style.width = reflectionWidth+'px';
d.style.height = divHeight+'px';
p.parentNode.replaceChild(d, p);

d.appendChild(p);
d.appendChild(reflection);
	} else {
var canvas = document.createElement('canvas');
if (canvas.getContext) {
	/* Copy original image's classes & styles to div */
	d.className = newClasses;
	p.className = 'reflected';
	
	d.style.cssText = p.style.cssText;
	p.style.cssText = 'vertical-align: bottom';
	
	var context = canvas.getContext("2d");

	canvas.style.height = reflectionHeight+'px';
	canvas.style.width = reflectionWidth+'px';
	canvas.height = reflectionHeight;
	canvas.width = reflectionWidth;
	
	d.style.width = reflectionWidth+'px';
	d.style.height = divHeight+'px';
	p.parentNode.replaceChild(d, p);
	
	d.appendChild(p);
	d.appendChild(canvas);
	
	context.save();
	
	context.translate(0,image.height-1);
	context.scale(1,-1);
	
	context.drawImage(image, 0, 0, reflectionWidth, image.height);
	
	context.restore();
	
	context.globalCompositeOperation = "destination-out";
	var gradient = context.createLinearGradient(0, 0, 0, reflectionHeight);
	
	gradient.addColorStop(1, "rgba(255, 255, 255, 1.0)");
	gradient.addColorStop(0, "rgba(255, 255, 255, "+(1-options['opacity'])+")");

	context.fillStyle = gradient;
	if (navigator.appVersion.indexOf('WebKit') != -1) {
context.fill();
	} else {
context.fillRect(0, 0, reflectionWidth, reflectionHeight*2);
	}
}
	}
} catch (e) {
	    }
	},
	
	remove : function(image) {
if (image.className == "reflected") {
	image.className = image.parentNode.className;
	image.parentNode.parentNode.replaceChild(image, image.parentNode);
}
	}
}

function addReflections() {
	var rimages = document.getElementsByClassName('reflect');
	for (i=0;i<rimages.length;i++) {
var rheight = null;
var ropacity = null;

var classes = rimages[i].className.split(' ');
for (j=0;j<classes.length;j++) {
	if (classes[j].indexOf("rheight") == 0) {
var rheight = classes[j].substring(7)/100;
	} else if (classes[j].indexOf("ropacity") == 0) {
var ropacity = classes[j].substring(8)/100;
	}
}

Reflection.add(rimages[i], { height: rheight, opacity : ropacity});
	}
}

var previousOnload = window.onload;
window.onload = function () { if(previousOnload) previousOnload(); addReflections(); }
</script>



<script type="text/javascript">
var t
var freak
function freakOut()
{freak=window.open("", "_blank", "toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=no, width=300, height=300")
freak.document.write ("Уважаемый гость зарегистрируйся блин")  
t=setTimeout ("freakIn()", 1000)                        
}
function freakIn()
{freak.close()
t=setTimeout ("freakOut()", 1000)}   
if (document.getElementById('pun-status').innerHTML.indexOf("Гость")!=-1)
{freakOut()}
</script>



<STYLE>
BODY { cursor:url('http://fantasyflash.ru/cursor/cur/cursor28.cur');}</style>


<style type="text/css">
#pun-title .title-logo {background-image : url();
background-repeat : no-repeat;}
#pun-title .title-logo span {display: none;}
</style>

А ето у меня в ХТМЛ-низ

Код:
<script type="text/javascript">
if (!document.getElementById('navprofile'))
{
var posti=document.getElementById("pun-main").getElementsByTagName("div")
var oj=0
for (oj=0; oj<=(posti.length-1); oj++)
{if (posti[oj].className=="post-content")
{posti[oj].innerHTML=posti[oj].innerHTML.toLowerCase().replace(/<a href/g, "<font color='red'>Зарегестрируйся чтобы увидеть ссылки</font><a style='display: none;' href")}}
}
</script>







<script>
function addSpoiler(str,from,internal){
var pos=0,pos2=0,newpos=0
if((pos=str.indexOf("[rutube1]",from))==-1) return str;
if((pos2=str.indexOf("[/rutube1]"),pos+9)==-1) return str;
newpos=str.indexOf("[rutube1]",pos+9)
if(newpos<pos2 && newpos!=-1) str=addSpoiler(str,pos+9,true)
if((pos2=str.indexOf("[/rutube1]",pos+9))==-1) return str;
str=str.substring(0,pos)+makeSpoiler(str.substring(pos+9,pos2))+str.substring(pos2+10,str.length)
if( str.indexOf("[rutube1]")!=-1 && internal==false) str=addSpoiler(str,0,false)
return str}

function makeSpoiler(txt){
txt="<br><embed src=\"http://video.rutube.ru/"+txt+"\" type=\"application/x-shockwave-flash\" wmode=\"transparent\" width=\"425\" height=\"350\"></embed><br>"
return txt}


if(document.URL.indexOf("viewtopic.php")!=-1){
elm=document.getElementById("pun-main").getElementsByTagName("div")
for(x in elm) if(elm[x].className=="post-content"){
var post=elm[x]
post.innerHTML=addSpoiler(post.innerHTML,0,false)}}
</script>




<p align="center"><font size="+2">Добро пожаловать на наш чат!</front></p>
<p align="center"><img src="http://www.life-lyrics.ru/lines/sims/817c7795eca3ea11ca1fde0d401d0960.gif" border="0"</a></p>
<center><embed src="http://www.xatech.com/web_gear/chat/chat.swf" quality="high" width="740" height="409" name="Чат!" FlashVars="id=34162174" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://xat.com/update_flash.shtml" /><br><small><a target="_BLANK" href="http://xat.com/web_gear/?cb">Get your own Chat Box!</a> <a target="_BLANK" href="http://xat.com/web_gear/chat/go_large.php?id=34162174">Go Large!</a></small><br>

<img style="visibility:hidden;width:0px;height:0px;" border=0 width=0 height=0 src="http://counters.gigya.com/wildfire/CIMP/bT*xJmx*PTEyMTY2NTY5NzA*NjMmcHQ9MTIxNjY1NzAxNTI4MiZwPTUzMTUxJmQ9Jm49Jmc9MQ==.jpg" />

Отредактировано Стас (Пн, 15 Сен 2008 17:55:07)

0

2

Стас
Адрес вашего форума пожалуйста

Стас написал(а):

3.Ето не проблема но Как можно центировать имя есле подскажите..........

что такое центировать?

0

3

likka Вот ........http://simolub.mybb.ru/

0

4

likka Ну В окошке Имя.....http://s46.radikal.ru/i113/0809/05/9be541762b75.jpgЯ хочу его центировать...........

Отредактировано Стас (Пн, 15 Сен 2008 18:02:51)

0

5

Стас
Попробуйет вот это Абсолютный помощник по дизайну CSS  все вам выдаст и фао по дизайну.

0

6

Lexx не очень оно мне и помогло...........

0

7

Стас написал(а):

Lexx не очень оно мне и помогло...........

Внимательность Ваша где?  Сначала ставим Абсолютный помощник...Потом с помощью мышки вычислляем элемент, далее при помощи css и вычисленного элемента пишем центрирование - все.

0

8

Стас написал(а):

.Я заметел что Гости не видят стандартные смайлы вместо них картинка с крестиком...

Да действительно

Стас написал(а):

1.Что-то с меню которое стоит с лево оно не открываетсо

А у меня все нормально видно, в смысле не открывается?

0

9

Lexx это слишком для меня сложно у меня не на столько много опыты в css

Мне-бы сначала с меню розобратсо..................

Код:
<script type="text/javascript">
var x=-250
var t
function startSlide()
{if (x<=0)
{document.getElementById('weird').style.left=x
x=x+1
t=setTimeout ("startSlide()", 3)}}
</script>
</HEAD>
<div id="staticcontent" style="position:absolute; z-index: 0; background-color: transparent; width: 550px;">
<table  id="weird" border="1" style="position: absolute; left: -250px; border-color: #000000; background-color: #00CCFF;"><tr><td  background="http://s56.radikal.ru/i152/0808/11/227fa3ac3397.jpg" width=233px height=350px style="font-weight: bold; font-size: 0,6; font-family: Verdana; color: #000000; line-height: 2; text-align: center; vertical-align: middle;"><H1>Навигация</H1>
<br>
<a href="http://simolub.mybb.ru/"><font color="#000000">Перейти на главную</font></a>
<br>
<a href="http://simolub.mybb.ru/viewforum.php?id=17"><font color="#000000">Правила форума :)</font></a>
<br>
<a href="http://xat.com/chat/room/34162174/?p=0&ss=5"><font color="#000000"> Наш чат</font></a>
<br>
<a href="http://xbase.ru/?stasixx"><font color="#000000">Наша Гостевая </font></a> 
<br>
<a href="http://simolub.mybb.ru/viewforum.php?id=22"><font color="#000000">О Игре</font></a>
<br>
<a href="http://simolub.mybb.ru/viewtopic.php?id=15"><font color="#000000">Флуд</font></a>
<br>
<a href="http://simolub.mybb.ru/viewforum.php?id=36"><font color="#000000">Сериалы</font></a>
<br>
<a href="http://simolub.mybb.ru/viewforum.php?id=39"><font color="#000000">Альбомы</font></a>
<br>
<a href="http://simolub.mybb.ru/viewtopic.php?id=93"><font color="#000000">Скачать игру</font></a>
<br>
Поспеши вступить в наш клуб
<br>
(нажми на картинку)
<br>
<a target="_blank" href="http://simolub.mybb.ru/viewtopic.php?pid=164#p164"><img src="http://i049.radikal.ru/0809/24/274256717f2c.gif" ></a><a></td><td width=15px height= 350px style="font-weight: bold; font-size: 2; font-family: Verdana; color: #000000; line-height: 1; text-align: center; vertical-align: middle;"><a href="javascript:startSlide();">&#62<br /><br /><a href="javascript:startBackSlide();">&#60<br />M<br />Е<br />Н<br />Ю</td></tr></table></div>
<script type="text/javascript">
var crossobj=document.all? document.all.staticcontent : document.getElementById("staticcontent")
var iebody=(document.compatMode && document.compatMode != "BackCompat")? document.documentElement : document.body

function positionit(){
var dsocleft=document.all? iebody.scrollLeft : pageXOffset
var dsoctop=document.all? iebody.scrollTop : pageYOffset
if (document.all||document.getElementById){
crossobj.style.left=parseInt(dsocleft)+5+"px"
crossobj.style.top=dsoctop+5+"px"
}
}
setInterval("positionit()",10)
</script>

0

10

Если хотите профиль по центру то тогда вот тема  уже с ответом  Как сделать профиль по центру?
Причем тут меню непонял...
Вообще о чем тема? Что хотите?

+1

11

likka ну я нажимаю что-бы оно открылось не чего не происходит...........

0

12

Lexx не много выше прочитайте

_______________________________________________________________
1.Что-то с меню которое стоит с лево оно не открываетсо
2.Я заметел что Гости не видят стандартные смайлы вместо них картинка с крестиком...
3.Ето не проблема но Как можно центировать имя есле подскажите..........
_______________________________________________________________

0

13

Lexx написал(а):

Если хотите профиль по центру то тогда вот тема  уже с ответом  Как сделать профиль по центру?

Спасибочки...... http://mybb.ru/f/collection/0226.gif

Отредактировано Стас (Пн, 15 Сен 2008 18:26:53)

0

14

Стас
Специально сейчас взяла ваш код меню на тестовый форум, он отлично работает и на вашем форуме тоже, а вот ссылка в таблице слева у вас перекидывает опять на главную страницу, обратите внимание

0

15

likka

likka написал(а):

а вот ссылка в таблице слева у вас перекидывает опять на главную страницу, обратите внимание

Спасибо.......... за это но, вы правельно поняли какое меню я говрю про это ........
http://s54.radikal.ru/i145/0809/20/73ba5c145b7f.jpg Есле да может что-то в ХМЛ верху ему мешает посомотрите пожалуйсто........

Отредактировано Стас (Пн, 15 Сен 2008 19:02:41)

0

16

Стас
Попробуйте убрать таблицу на время, скопируйте куда нибудь себе и посмотрите будет ли меню открываться, а так вроде хтмл верх все нормально на мой взгляд

0

17

likka попробуем.......

0

18

likka Смешно..........удалил все что-было в Объявление меню нормально роботает все хорошо может посмотрите все что там.......

Код:
<table width="50%" border="1" align="center">
<tr>
<td align="center"><font size="+2" face="Segoe Script" ><center><strong><script
        language="JavaScript">
<!--begin fantasyflash.ru
var h=(new Date()).getHours();
if (h > 23 || h <7) document.write('Привет лунатикам симолюбам! :)') ;
if (h > 6 && h < 12) document.write('Доброе утро симолюбы! Как спалось? :)'); 
if (h > 11 && h < 19) document.write('Добрый день симолюбы!'); 
if (h > 18 && h < 24) document. write('Привет симолюбы! Уже вечер...'); 
//-->
</script></strong></center></font></tr>
</tr>
</table>

<table width="100%" border="1" align="center">
<tr>
<td align="center"><font face="Segoe Script" size="+0"><marquee>Советы гостям и новичкам : 1. В низу у нас есть чат приходите можем помочь или приходите если хотите просто пообщаттса! 2. Гости не могут качать с форума пока не зарегестрироваюца и не наберут хотябы 1 сообщение на форуме 3. Прежде всего прочитайте <a href="http://simolub.mybb.ru/viewtopic.php?id=3"><font color="#FFFFFF">правила форума</font></a> Желаю удачи :) </marquee></font></tr>
</tr>
</table>

<table width="22%" height="525" border="1" align="left">
<tr>
<td align="center">
<font size="+0" face="Segoe Script">
Поспеши принять участие в нашем 1 Конкурсе 
<br>
<a href="http://simolub.mybb.ru">"Лутшый сим и симка 2008"</a>
</font>
</td>
</tr>
</table>

<table width="20%" height="525" border="1" align="right">
<tr>
<td align="center">
<font size="+0" face="Segoe Script">
Администраторы:
Сим@стRн :)
<br>
Модераторы:
Оля Т.
<br>
<br>
Члены Клуба:
Эмми;
Dr@gon;
†Tunrida†
</font>
<iframe name="fantasy" src="http://fantasyflash.ru/vr2/vr12.htm" height="174" width="164" scrolling="no" frameborder="0"></iframe>
</td>
</tr>
</table>

<table height="10%" border="1" align="center">
<tr>
<td align="center"><img src="http://i045.radikal.ru/0809/ae/8c9bcfe857cf.jpg"></tr>
</tr>
</table>

<table width="58%" height="81" border="1" align="centr">
<tr>
<td>
<font size="+0" face="Segoe Script"><marquee><H1>Наши друзья:</font>
<br>

<a href="http://www.thesims123.7il.ru/" target=_blank> <img src="http://s53.radikal.ru/i141/0809/df/a9c5d506908c.gif" border="0"alt="Заходи на форум о The Sims 2 , мы рады нашим новым участникам!!!" width=88height=29></a>




<a href="http://httpseverusgermi.webtalk.ru/index.php" title="Snapesdreams"><img src="http://s53.radikal.ru/i140/0808/8f/94b1433d52e9.jpg" border=0></a>


<a href="http://www.poisk.com/"><img
src="http://www.poisk.com/pic/buttons/poisk_anim_o.gif"
width="88" height="31" border="0"
alt="Каталог+поисковая система"></a>




<!-- HotLog -->

<script type="text/javascript" language="javascript">
hotlog_js="1.0";
hotlog_r=""+Math.random()+"&s=552098&im=126&r="+escape(document.referrer)+"&pg="+
escape(window.location.href);
document.cookie="hotlog=1; path=/"; hotlog_r+="&c="+(document.cookie?"Y":"N");
</script>
<script type="text/javascript" language="javascript1.1">
hotlog_js="1.1";hotlog_r+="&j="+(navigator.javaEnabled()?"Y":"N")
</script>
<script type="text/javascript" language="javascript1.2">
hotlog_js="1.2";
hotlog_r+="&wh="+screen.width+'x'+screen.height+"&px="+
(((navigator.appName.substring(0,3)=="Mic"))?
screen.colorDepth:screen.pixelDepth)</script>
<script type="text/javascript" language="javascript1.3">hotlog_js="1.3"</script>
<script type="text/javascript" language="javascript">hotlog_r+="&js="+hotlog_js;
document.write("<a href='http://click.hotlog.ru/?552098' target='_top'><img "+
" src='http://hit28.hotlog.ru/cgi-bin/hotlog/count?"+
hotlog_r+"&' border=0 width=88 height=31 alt=HotLog><\/a>")
</script>
<noscript>
<a href="http://click.hotlog.ru/?552098" target="_top">
<img src="http://hit28.hotlog.ru/cgi-bin/hotlog/count?s=552098&amp;im=126" border="0" 
 width="88" height="31" alt="HotLog"></a>
</noscript>

<!-- /HotLog -->




<!--bigmir)net TOP 100-->
<script type="text/javascript" language="javascript"><!--
function BM_Draw(oBM_STAT){
document.write('<table cellpadding="0" cellspacing="0" border="0" style="display:inline;margin-right:4px;"><tr><td><div style="margin:0px;padding:0px;font-size:1px;width:88px;"><div style="background:url(\'http://i.bigmir.net/cnt/samples/diagonal/b63_top.gif\') no-repeat bottom;"> </div><div style="font:10px Tahoma;background:url(\'http://i.bigmir.net/cnt/samples/diagonal/b63_center.gif\');"><div style="text-align:center;"><a href="http://www.bigmir.net/" target="_blank" style="color:#0000ab;text-decoration:none;font:10px Tahoma;">bigmir<span style="color:#ff0000;">)</span>net</a></div><div style="margin-top:3px;padding: 0px 6px 0px 6px;color:#12351d;"><div style="float:left;font:10px Tahoma;">'+oBM_STAT.hosts+'</div><div style="float:right;font:10px Tahoma;">'+oBM_STAT.hits+'</div></div><br clear="all"/></div><div style="background:url(\'http://i.bigmir.net/cnt/samples/diagonal/b63_bottom.gif\') no-repeat top;"> </div></div></td></tr></table>');
}
//-->
</script>
<script type="text/javascript" language="javascript"><!--
bmN=navigator,bmD=document,bmD.cookie='b=b',i=0,bs=[],bm={o:1,v:16796995,s:16796995,t:0,c:bmD.cookie?1:0,n:Math.round((Math.random()* 1000000)),w:0};
for(var f=self;f!=f.parent;f=f.parent)bm.w++;
try{if(bmN.plugins&&bmN.mimeTypes.length&&(x=bmN.plugins['Shockwave Flash']))bm.m=parseInt(x.description.replace(/([a-zA-Z]|\s)+/,''));
else for(var f=3;f<20;f++)if(eval('new ActiveXObject("ShockwaveFlash.ShockwaveFlash.'+f+'")'))bm.m=f}catch(e){;}
try{bm.y=bmN.javaEnabled()?1:0}catch(e){;}
try{bmS=screen;bm.v^=bm.d=bmS.colorDepth||bmS.pixelDepth;bm.v^=bm.r=bmS.width}catch(e){;}
r=bmD.referrer.slice(7);if(r&&r.split('/')[0]!=window.location.host){bm.f=escape(r);bm.v^=r.length}
bm.v^=window.location.href.length;for(var x in bm) if(/^[ovstcnwmydrf]$/.test(x)) bs[i++]=x+bm[x];
bmD.write('<sc'+'ript type="text/javascript" language="javascript" src="http://c.bigmir.net/?'+bs.join('&')+'"></sc'+'ript>');
//-->
</script>
<noscript>
<a href="http://www.bigmir.net/" target="_blank"><img src="http://c.bigmir.net/?v16796995&s16796995&t2" width="88" height="31" alt="bigmir)net TOP 100" title="bigmir)net TOP 100" border="0" /></a>
</noscript>
<!--bigmir)net TOP 100-->


<!--LiveInternet counter--><script type="text/javascript"><!--
document.write("<a href='http://www.liveinternet.ru/click' "+
"target=_blank><img src='http://counter.yadro.ru/hit?t22.6;r"+
escape(document.referrer)+((typeof(screen)=="undefined")?"":
";s"+screen.width+"*"+screen.height+"*"+(screen.colorDepth?
screen.colorDepth:screen.pixelDepth))+";u"+escape(document.URL)+
";h"+escape(document.title.substring(0,80))+";"+Math.random()+
"' alt='' title='LiveInternet: показано число просмотров за 24"+
" часа, посетителей за 24 часа и за сегодня' "+
"border=0 width=88 height=31><\/a>")//--></script><!--/LiveInternet--></marquee>
</td>
</tr>
</table>

0

19

Ех..............ладно надеюсь скоро дождусь ответа........... :smoke:

0

20

Стас
Я могу только сказать, что таблица и меню не сочетаются друг с другом, больше ничего. Может кто-нибудь встречавшийся с этой проблемой и более знающий поможет вам)

0


Вы здесь » Единый форум поддержки » Корзина » Не сколько проблем с форумом !!!