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

Strict Standards: Resource ID#25 used as offset, casting to integer (25) 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
ТвойWeb :: Версия для печати :: Как выводить строки разной длины? [2]
ТвойWeb » WebMaster класс » JavaScript » Как выводить строки разной длины?

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

11. chiv - 17 Декабря, 2005 - 13:05:07 - перейти к сообщению
Если это кому ещё нужно - окончательный вид:
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>

Форум на AlfaSpace.NET


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

[Script Execution time: 0.0312]     [ 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