This style was added to the on page stylesheet:
Code:
.demoimages{
margin-right: 8px;
}
This markup was used:
Code:
<div id="contentwrapper">
<div id="billboard0" class="billcontent">
<img src="../dynamicindex17/ddmouse1.gif" align="left" class="demoimages">JavaScript is a scripting language originally developed by Netscape to add interactivity and power to web documents.
</div>
<div id="billboard1" class="billcontent">
<img src="../dynamicindex17/ddmouse2.gif" align="left" class="demoimages">Java is completely different from JavaScript- it's more powerful, more complex, and unfortunately, a lot harder to master.
</div>
<div id="billboard2" class="billcontent">
<img src="../dynamicindex17/ddmouse3.gif" align="left" class="demoimages">Real life billboards use interesting transtional effects in between messages to catch viewers' attention. Well, so does this DHTML script!
</div>
</div>
Bookmarks