View Single Post
  #10  
Unread 07-27-2007, 09:57 AM
jonathn2875 jonathn2875 is offline
A Weald Wolf
 
Join Date: Dec 2004
Server: Venekor
Posts: 81
Default

Ok

Changed the first html file to reflect as:

Code:
<html>
<head>
    <title>Everquest 2 Server Status</title>
    <style>
        body
        {
            margin: 0;
            width: 115px;
            height: 65px;
        }
        #gadgetContent
        {
            width: 115px;
            top: 10px;
            text-align: center;
            font-family: Tahoma;
            font-size: 10pt;
            position: absolute;
        }
        #background
        {
            width: 130px;
            height: 65px;
            position: absolute;
            z-index: -1;
            background-repeat: no-repeat;
        }
    </style>
</head>
<body>
<g:background 
        src="background.png" 
        id="EQ2statusBG"   
        style="position:absolute;width:130px;height:65px;z-index:-1"/>
    <span
        id="gadgetContent" 
        style="font-family: Tahoma; font-size: 12pt;">
        <a href="checkEQ2status.html">Check Server Status</a>
    </span>
</body>
</html>
Installed it and woohoo it kinda works now. The first part works perfect on the side bar but when you go to actually see the status you get cut off again. I poked in to that html file but that one is gonna take me a while to figure out what it all means hehe



Update**

I have been able to get the second html file to "center" but the information length wise is still cut off do to the size. Gonna try later to teach myself how to do the fly out option for it.
Attached Thumbnails
Click image for larger version

Name:	second.jpg
Views:	665
Size:	3.5 KB
ID:	5859  Click image for larger version

Name:	background.png
Views:	636
Size:	1.7 KB
ID:	5860  Click image for larger version

Name:	mine.jpg
Views:	649
Size:	3.3 KB
ID:	5861  Click image for larger version

Name:	third.jpg
Views:	651
Size:	3.8 KB
ID:	5862  

Last edited by jonathn2875 : 07-27-2007 at 11:57 AM. Reason: changed code and added background file
Reply With Quote