Jump to content
MakeWebGames

Any know how to fix this?


KaineBennett

Recommended Posts

Anyone know how to move the top stats into the center over the content box? I have been looking about and cannot find it :( here is the CSS, and there is a picture below so you can see what it currently looks like

.top_stats_icons {
   position: fixed;
   top: 58px;
   border-top-left-radius: 8px;
   border-top-right-radius: 8px;
   Margin: 0 auto;
   background-color: #000;
   background-image: url('http://caviar.dtmcdn.com/static/images/button.png');
   background-repeat: repeat-x;
   border: 1px solid #000;
   border-bottom: 0;
   padding: 6px;
   font-size: 13px;
       font-family: 'Fjalla One', sans-serif;
   color: #ccc;
   width: 500px;
   text-align: center;
   opacity: 0.75;

   }

 

http://i.imgur.com/Fnfb9N4.jpg

Link to comment
Share on other sites

Also could you help me sort the menu out so the first dropdown stays open? And another thing, any idea how to run a auto reloader on the menu stats bit?

jQuery invertal, meta refresh for the "auto reloader".

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...