Windows 7 Forums Search
Welcome to Windows 7 Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows 7. The Windows 7 forum also covers news and updates and has an extensive Windows 7 tutorial section that covers a wide range of tips and tricks.


Windows 7 - Clock Gadget hands out of place

 
11-30-2010   #1


Windows 7 Ultimate 32bit
 
 

Clock Gadget hands out of place

Well I trying to make this equation clock for meself the other night, but it's too small so I make it bigger and I can't find a way to move the hands to the center. Any help?



I've tried changing the s, m, h (as in seconds, minutes, hours) size in clock.html file but that doesn't work and I dunno how to change the position, know that I was just doing this for fun and I'm a total noob at this, I do know coding more or less though.

Code:
<html>
<head>
<meta http-equiv="MSThemeCompatible" CONTENT="yes" />
<meta http-equiv="Content-Type" content="text/html; charset=Unicode" />
<title>Seven Editions Clock</title>
<link href="css/clock.css" rel="stylesheet" type="text/css" />
<script src="js/timeZones.js" language="javascript" type="text/javascript"></script>
<script src="js/settings.js" language="javascript" type="text/javascript"></script>
<script src="js/clock.js" language="javascript" type="text/javascript"></script>
</head>
<body scroll="no" unselectable="on" onload="loadMain()" onmouseover="updateTooltip()">
<img id="clockTime" style="position:absolute;top:-1px;left:-1px;width:1px;height:1px" tabindex="1" />
<g:background id="clockBg" style="position:absolute;width:200px;height:200px;z-index:-1" />
<g:image id="highlights" unselectable="on" src="images/spacer_highlights.png" style="position:absolute;left:30px;top:3px;width:194px;height:194px;z-index:30" />
<g:image id="dot" unselectable="on" src="images/HomePremium_dot.png" style="position:absolute;left:58px;top:0px;width:83px;height:199px;z-index:23" />
<g:image id="s" unselectable="on" src="images/HomePremium_s.png" style="position:absolute;left:128px;top:0px;width:83px;height:199px;z-index:22" />
<g:image id="m" unselectable="on" src="images/HomePremium_m.png" style="position:absolute;left:128px;top:0px;width:83px;height:199px;z-index:21" />
<g:image id="h" unselectable="on" src="images/HomePremium_h.png" style="position:absolute;left:128px;top:0px;width:83px;height:199px;z-index:20" />
<div id="clockNamePosition" style="position:absolute;top:75px;left:-1px;width:130px;text-align:center;z-index:10">
    <div id="clockName" style="text-overflow:ellipsis;white-space:nowrap;overflow:hidden"></div>
</div>
</body>
</html>


My System SpecsSystem Spec
Reply

 Clock Gadget hands out of place problems?



Thread Tools



Similar Threads for: Clock Gadget hands out of place
Thread Forum
The Clock Gadget Gadgets
htc clock and weather gadget Gadgets
Clock gadget? Gadgets
Which clock gadget is best for these...? Gadgets
Can Somebody Make These Into A Gadget Clock? Gadgets


All times are GMT -5. The time now is 06:33 PM.



Windows 7 Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows 7" and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd
  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30