Jump to content
php.lv forumi

Search the Community

Showing results for tags 'izvēlei'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • PHP
    • Interesanti palasīties
    • Iesācējiem
    • Vispārēji
    • Gatavi skripti
    • Freimworki, CMS
    • Datubāzes
  • Infrastruktūra, serveri, serveru programmatūra
    • Instalācija un konfigurācija
    • Hostinga piedāvājumi
    • Hostinga novērtējumi un atsauksmes
  • Pārlūkprogrammas daļa
    • HTML, XHTML
    • CSS
    • Javascript
    • Citas pārlūku vides un pārlūku valodas
    • Pārlūkprogrammas
  • Citas lietas
    • Darbs
    • Drošība
    • Manas lapu/darba novērtēšana
    • Saites uz noderīgiem resursiem
    • eKomercija un ePakalpojumi
  • php.lv
    • Netēma
    • Atsauksmes, ierosinājumi, lamu vārdi
    • Draza
  • Arhīvs
    • PHP
    • (X)HTML, CSS
    • php.lv

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 1 result

  1. Kāds varētu, lūdzu, palīdzēt pārveidot šo skriptu, lai piemēram kādai menu daļai ir arī sub-menu! script type="text/javascript" src="http://s101.ucoz.net/src/u.js"></script> <script> jQuery(function(){ $('.menu td').append('') $('.menu td').hover(function(){ $(this).find('a').stop().animate({top:'-30'},300); $(this).find('a').animate({top:'-20'},300) $(this).find('img').stop().animate({opacity:'.3',height:'25px'},300) $(this).find('span').stop().animate({opacity:'.7',bottom:'15px'},300) }, function(){ $(this).find('a').stop().animate({top:'10',}, 300); $(this).find('span').stop().animate({opacity:'0.0',bottom:'20px'}, 300) $(this).find('img').stop().animate({opacity:'1.0',height:'30px'}, 300) }); }); </script> <style> body{margin:0} .menu td{width:110px;height:110px;text-align:center;} .menu a{display:block;width:110px;height:110px;position:relative;left:10px;top:1} #sakums{background:url(saite uz bildi)no-repeat center;} #sadala1{background:url(saite uz bildi)no-repeat center;} #sadala2{background:url(aite uz bildi)no-repeat center;} .menu span{opacity:.0;position:relative;font-weight:700;background:#555;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;color:#FFF;border:1px solid #000;padding:3px;bottom:20px;} </style> <table align="center" class="menu" border="0" cellspadding="0" cellspacing="0"> <tr> <td><a id="sakums" href="saite uz linku"></a></td> <td><a id="sadala1" href="saite uz linku"></a></td> <td><a id="sadala2" href="saite uz linku"></a></td> </tr> </table>
×
×
  • Create New...