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