Demo
Download
How To Use It?
Step 1 – XHTML
The XHTML code of the banners is generated on the fly by PHP after a database query, and outputted to the page. Here is how the markup for a sample banner looks like:demo.html
<div class="banner"> |
<a href="#"> |
<img src="img/banners.png" alt="Rapid HTML" |
width="125" height="125" /> |
</a> |
<p class="companyInfo">Visit Rapid HTML</p> |
<div class="cornerTL"></div> |
<div class="cornerTR"></div> |
<div class="cornerBL"></div> |
<div class="cornerBR"></div> |
</div> |

No comments:
Post a Comment