• Downloading from our site will require you to have a paid membership. Upgrade to a Premium Membership from 10$ a month today!

    Dont forget read our Rules! Also anyone caught Sharing this content will be banned. By using this site you are agreeing to our rules so read them. Saying I did not know is simply not an excuse! You have been warned.

Attractive Analog Clock In Header With Date

Admin

Well-Known Member
Staff member
Administrator
Attractive analog clock based on flash which works on any vbulletin version

Styles & Templates >> Styles >> Header

Add the below code to the very end Header Template

Code:
<div style="float: right; position:relative; top:-100px;">
                                        <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0"
                                            width="170" height="69">
                                            <param name="movie" value="http://www.mobilescommunity.com/clock1.swf" />
                                            <param name="quality" value="high" />
                                            <param name="wmode" value="transparent" />
                                            <embed src="http://www.mobilescommunity.com/clock1.swf" width="170" height="69" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash"
                                                type="application/x-shockwave-flash" wmode="transparent"></embed>
                                        </object>
</div>

I have defined In-line css to adjust my clock at header you can change according to yours

Live Demo:
MobilesCommunity.com
 

Facebook Comments

Similar threads

New posts New threads New resources

Back
Top