Jump to content

kerzo

Newbie
  • Posts

    5
  • Joined

  • Last visited

Everything posted by kerzo

  1. kerzo

    ccs

    JAVASCRIPT</a></div> - вот это убрать нужно спасибо большое!!!!!!!!
  2. kerzo

    ccs

    а код куда ставить ccs перед чем совсем мало понимаю как убрать яву
  3. kerzo

    ccs

    <html> <head> <title>Ссылки светятся ( при наведении курсора)</title> <style type="text/css"> .nav { COLOR: #ffff00; FONT-FAMILY: arial; FONT-SIZE: 10pt; LEFT: 150px; POSITION: absolute; TEXT-DECORATION: none} </style> <script language="JavaScript"> <!-- var i_strength=0 var max_strength=6 var shadowcolor="red" var timer var speed=50 var thisobj function stopfilter(thisdiv){ if (document.all) { clearTimeout(timer) thisobj=thisdiv thisobj.style.filter=" " } } function startfilter(thisdiv){ if (document.all) { clearTimeout(timer) thisobj=thisdiv morefilter() } } function morefilter(){ if (i_strength <=max_strength) { thisobj.style.filter="glow(color="+shadowcolor+", strength="+i_strength+")" i_strength++ timer = setTimeout("morefilter()",speed) } else { clearTimeout(timer) lessfilter() } } function lessfilter(){ if (i_strength >=0) { thisobj.style.filter="glow(color="+shadowcolor+", strength="+i_strength+")" i_strength-- timer = setTimeout("lessfilter()",speed) } else { clearTimeout(timer) morefilter() } } // --> </SCRIPT> </head> <body> <div class="nav" id="news" onmouseout="stopfilter(this)" onmouseover="startfilter(this)" style="TOP: 10px"><a href="http://studia.scriptic.ru" style="color: #ffff00">ГЛАВНАЯ СТРАНИЦА</a></div> <div class="nav" id="contact" onmouseout="stopfilter(this)" onmouseover="startfilter(this)" style="TOP: 30px"><a href="http://studia.scriptic.ru" style="color: #ffff00">JAVASCRIPT</a></div> </body> </html>
  4. kerzo

    ccs

    Добрый день. Подскажите мне пожалуйста кто нибудь - как мне зделать так чтобы ссылки подсвечивались меняли цвет и т.д. Куда мне вставлять коды пока не разобрался еще. Коды есть а как и куда незнаю.Если кто откликнется то большое спасибо! пишите на емайл-здесь быстрее прочитаю
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy