Link to Us
Use the code below to add a link to Moki Systems from your web page.
Image Link
<a href="http://www.mokisystems.com/" title="Moki Systems - A Web Services Company"> <img src="http://www.mokisystems.com/images/moki-systems-logo.png" alt="Moki Systems" /></a>
Text Link
<a href="http://www.mokisystems.com/" title="Moki Systems - A Web Services Company"> Moki Systems</a>

As I was browsing today, I noticed an interesting technique in use on the Google search results page. The innocent and plain logo at the top left is actually a single image file made up of multiple images which then are made visible by the CSS for each placement:
This is presumably for optimizatio ...