is here:

http://awrdev.g3tech.in/jquery_tutorials/

The clock is big as I have done some CSS.

It is here:

#jqclock {
        margin: 0 auto;
        padding: 0;
        position: relative;
        width: 600px;
}

.clockdate {
        text-align: center;
        margin: 0px;
        display: block;
        font: 3.8em normal Georgia, 'Times New Roman', Times, serif;

}
.clocktime {
        font: 2.0em normal Georgia, 'Times New Roman', Times, serif;
        margin-top: 0%;
        text-align: center;
        margin: 0px;
        display: block;
}

This uses the jqclock plugin.

But it is really easy to write  a simple clock yourself using the
Date() object in javascript.

-Girish

-- 
Gayatri Hitech
http://gayatri-hitech.com
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
ILUGC Mailing List Guidelines:
http://ilugc.in/mailinglist-guidelines

Reply via email to