The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Sliding panel problem

2 posters

Go down

Solved Sliding panel problem

Post by Adam360 March 7th 2011, 2:00 pm

I want to use the panel on my forum, but it turns all my forum text white, including the forum text, signatures and more

the text on the panel is normal, its the forum text that changes

here are the codes...

Code:
<!-- stylesheets -->
    <link rel="stylesheet" href="http://web-kreation.com/demos/Sliding_login_panel_jquery/css/style.css" type="text/css" media="screen" />
    <link rel="stylesheet" href="http://web-kreation.com/demos/Sliding_login_panel_jquery/css/slide.css" type="text/css" media="screen" />
 
    <!-- PNG FIX for IE6 -->
    <!-- http://24ways.org/2007/supersleight-transparent-png-in-ie6 -->
  <!--[if lte IE 6]>
      <script type="text/javascript" src="http://alig.mezoka.com/slider/js/pngfix/supersleight-min.js"></script>
  <![endif]-->
   
    <!-- jQuery - the core -->
  <script src="http://alig.mezoka.com/slider/js/jquery-1.3.2.min.js" type="text/javascript"></script>
  <!-- Sliding effect -->
  <script src="http://alig.mezoka.com/slider/js/slide.js" type="text/javascript"></script>

Code:
<!-- BEGIN switch_user_logged_out -->
<!-- Panel -->
<div id="toppanel">
  <div id="panel">
      <div class="content clearfix">
        <div class="left">
            <!-- Register Form -->
        <h2>Welcome to GameBase</h2>     
              <p class="info">
            Please check the<A HREF="http://gamebase.betaboard.net/announcements-f5/"> Announcements </A>section to get up to date with the latest news and updates.
              </p>

<h2>Do you need help?</h2>
<p class="info">
Before or during your start of posting in the Forum, be sure to check out the <A HREF="http://http://gamebase.betaboard.net/faq.htm">List of FAQ</A> to learn the basics of the forum.</p>

<h2>Visit the ChatBox!</h2>
<p class="info">
Click <A HREF="http://gamebase.betaboard.net/chatbox/chatbox.forum">here</A> to open up the Chatbox and start interacting with the online members.</p>
             
        </div>


        <div class="left right">

<!-- Login Form -->
            <form action="http://gamebase.betaboard.net/login.forum?connexion" method="post"><table cellspacing="1" cellpadding="3" border="0"><tbody><tr><td width="45%" align="right"> Username:</td><td><input type="text" name="username" size="25" maxlength="40" /></td></tr><tr><td align="right">Password:</td><td><input type="password" name="password" size="25" maxlength="32" /></td></tr><tr align="center"><td colspan="2">Stay logged in: <input type="checkbox" name="autologin" checked="true" /></td></tr><tr align="center"><td colspan="2">
<input type="submit" class="mainoption" name="login" value="Log in" />
<input type="button" class="mainoption" value="{L_REGISTER}" onclick="parent.location='{U_REGISTER}';" />
<br/><br/><a href="http://gamebase.betaboard.net/profile.forum?mode=sendpassword">Lost your password?</a>
</td></tr></tbody></table></form>       

     
        </div>
      </div>
</div> <!-- /login --> 


  <!-- The tab on top --> 
  <div class="tab">
      <ul class="login">
        <li class="left"> </li>
        <li>Hello Guest!</li>
        <li class="sep">|</li>
        <li id="toggle">
            <a id="open" class="open" href="#">Log In | Register</a>
            <a id="close" style="display: none;" class="close" href="#">Close Panel</a>       
        </li>
        <li class="right"> </li>
      </ul>
  </div>



 <!-- / top -->

</div>

<!--panel -->
<!-- END switch_user_logged_out -->


<!-- BEGIN switch_user_logged_in -->
<!-- Panel -->
<div id="toppanel">
  <div id="panel">
      <div class="content clearfix">
        <div class="left">
          <!-- Register Form -->
        <h2>Welcome to GameBase</h2>     
              <p class="info">
            Please check the<A HREF="http://gamebase.betaboard.net/announcements-f5/"> Announcements </A>section to get up to date with the latest news and updates.
              </p>

<h2>Do you need help?</h2>
<p class="info">
Before or during your start of posting in the Forum, be sure to check out the <A HREF="http://http://gamebase.betaboard.net/faq.htm">List of FAQ</A> to learn the basics of the forum.</p>

<h2>Visit the ChatBox!</h2>
<p class="info">
Click <A HREF="http://gamebase.betaboard.net/chatbox/chatbox.forum">here</A> to open up the Chatbox and start interacting with the online members.</p>
         



        </div>


        <div class="left right">

<!-- Login Form -->
            <h2>Live Support Chat</h2>
    <p class="info">
Our Online Operators are online and ready to take your call!
<br></br>
<A HREF="https://chatserver.comm100.com/PreChat.aspx?siteId=45436&visitorId=17&planId=579&r=56"target="_blank">Live Support Chat </A>
</p>
<h2>Why do we have Live Support Chat?</h2>
<p class="info">
As a member of GameBase, you may have posted a question on the forum, yet, not had any answer for over 24 hours, obviously this isn't what you want, this is where Live Support Chat comes into the equation, you can use Live Support Chat to get fast answers (Only to be used after creating a topic)
</p>
</A>
</p>
</div>
      </div>
</div> <!-- /login --> 

  <!-- The tab on top --> 
  <div class="tab">
      <ul class="login">
        <li class="left"> </li>
        <li>Welcome Back! </li>
        <li class="sep">|</li>
        <li> <a href="/profile.forum?mode=editprofile" title="Edit your profile">Profile</a></li>
        <li class="sep">|</li>
        <li><a href="/msg.forum?folder=inbox">Inbox</a> </li>
        <li class="sep">|</li>
        <li><a href="/search.forum">Search</a> </li>
        <li class="sep">|</li>
        <li id="toggle">
            <a id="open" class="open" href="#">Open Panel</a>
            <a id="close" style="display: none;" class="close" href="#">Close Panel</a>
        </li>
        <li class="right"> </li>
      </ul>
  </div> <!-- / top -->
 
</div> <!--panel -->
<!-- END switch_user_logged_in -->

What should i do?
Adam360
Adam360
Forumember

Male Posts : 866
Reputation : 11
Language : English
Location : England

http://GameBase.betaboard.net

Back to top Go down

Solved Re: Sliding panel problem

Post by MrMario March 7th 2011, 11:40 pm

Locked as requested.
MrMario
MrMario
Helper
Helper

Male Posts : 22186
Reputation : 1839
Language : test

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum