Strict Standards: Resource ID#18 used as offset, casting to integer (18) in /home/tvoyweb/domains/tvoyweb.ru/public_html/forums/include/fm.class.php on line 401

Strict Standards: Resource ID#24 used as offset, casting to integer (24) in /home/tvoyweb/domains/tvoyweb.ru/public_html/forums/include/fm.class.php on line 401

Strict Standards: Resource ID#26 used as offset, casting to integer (26) in /home/tvoyweb/domains/tvoyweb.ru/public_html/forums/include/fm.class.php on line 401

Strict Standards: Resource ID#27 used as offset, casting to integer (27) in /home/tvoyweb/domains/tvoyweb.ru/public_html/forums/include/fm.class.php on line 401
ТвойWeb :: Как выводить строки разной длины? [2]
ТвойWeb ТвойWeb
Качественный Европейский хостинг
Форум для чайников
 Чат на форуме      Помощь      Поиск      Пользователи


 Страниц (2): « 1 [2] 

> Без описания
chiv
Отправлено: 17 Декабря, 2005 - 13:05:07
Post Id



Full Member


Покинул форум
Сообщений всего: 227
Дата рег-ции: Дек. 2004  
Откуда: Раменское

Карма 0




Если это кому ещё нужно - окончательный вид:
CODE:

<td width="100" valign="top">
<div style="position:absolute;">
<div onmouseover="showHint('hint6');" onmouseout="hideHint('hint6');" style="padding:5px;">
HTML...
</div>
<div id="hint6" style="width:600px; position:absolute; left:0; top:5px; visibility: hidden; z-index: 99;">
<span style="padding:5px; background-color: #98FB98">HTML - Язык разметки гипертекста</span>
</div>
</div>
</td>
<script type="text/javascript" language="JavaScript">
<!--
function showHint(id)
{
var e;
try
{
var a=document.getElementById(id).style;
a.visibility="visible";
}
catch (e)
{
}
}

function hideHint(id)
{
var e;
try
{
var a=document.getElementById(id).style;
a.visibility="hidden";
}
catch (e)
{
}
}
//-->
</script>
 
 Top
Страниц (2): « 1 [2]
Сейчас эту тему просматривают: 1 (гостей: 1, зарегистрированных: 0, скрытых: 0)
« JavaScript »


Все гости форума могут просматривать этот раздел.
Только администраторы и модераторы могут создавать новые темы в этом разделе.
Только администраторы и модераторы могут отвечать на сообщения в этом разделе.



Форум на AlfaSpace.NET


Powered by ExBB
ExBB FM 1.0 RC1 by TvoyWeb.ru
InvisionExBB Style converted by Markus®

[Script Execution time: 0.0298]     [ Gzipped ]



Notice: ob_end_flush(): failed to send buffer of ob_gzhandler (1) in /home/tvoyweb/domains/tvoyweb.ru/public_html/forums/include/page_tail.php on line 33