Projet

Général

Profil

Paste
Télécharger (394 octets) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / libraries / colorbox-1.6.2 / content / ajax.html @ 0aee3c58

1
<div id='homer' style="background:url(../content/homer.jpg) right center no-repeat #ececec; height:135px; width:280px; padding:30px 10px;">
2
    <strong>Homer</strong><br/>
3
    <em>\noun\</em><br/>
4
    <strong>1.</strong> American bonehead<br/>
5
    <strong>2. Pull a Homer-</strong><br/>
6
    to succeed despite<br/>
7
    idiocy
8
</div>
9
<script>
10
    $('#homer strong').css({color:'red'});
11
</script>