home > real world > web resource > web source codes >
You can create a flat button on your webpage, with only text or image and text.
Load the buttonflat.js in the <HEAD> of the document:
<HEAD>
<script src="buttonflat.js"></script>
</HEAD>
www.digitalelf.go.ro
|
What's New
|
<table class="coolBar">
<tr>
<td class="coolButton">
<b>www.digitalelf.go.ro</b>
</td>
<td class="coolButton">
<b>What's New</b>
</td>
</tr>
</table>
Back Home
<div class="coolBar" style="width:100px">
<span class="coolButton" style="width:100px" onClick="window.location='http://www.digitalelf.go.ro'"><img src="home.gif"> <b>Back Home</b></span>
</div>
|