Question : jQuery slider open and closing

Hey Experts!!

I'm trying to open and close a div with Jquery, but have it slide open to the right and close to the left.  I just can't seem to get it to work. Please help with any suggestions.  

Here is kind of what I'm looking for except to open and close.:
http://docs.jquery.com/UI/Effects/Slide
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:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
<!DOCTYPE HTML>
     <html>
     <head>
     <title>jQuery SlideDown() / SlideUp() With Bottom-Positioned Elements</title>
     <style type="text/css">
      
     #social-container {
     top: 150px ;
     display: none ;
     left: 0px ;
     position: fixed ;
     width: 75px ;
     }
  	#social-wrap {
		background:#333;
		height:330px;
		margin:0 auto;
		padding-top:5px;
		width:75px;
		clear:both;
	
	}
 
	#social-wrap ul {
		display:inline;
		width:60px;
	}
	#social-wrap ul li {
		display:inline-block;
		float: left;
		width: 75px;
		text-align:center;
		margin-top:7px;
	}
	.connectBtn {
		background:#000;
		height:25px;
		width:100px;
		display:block;
	}

     </style>
	<script type="text/javascript" src="http://www.webdesignerwall.com/demo/jquery/jquery.js"></script>
	<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
  	<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
     <script type="text/javascript">
		$("#sm").click(function () {
     		 $(this).show("slide", { direction: "down" }, 1000);
		});

      
     </script>
     </head>
     <body>
      
     <h1>
     jQuery SlideDown() / SlideUp() With Bottom-Positioned Elements
     </h1>
      
     <p>
    		<a id="sm" href="#" class="connectBtn"></a>
     </p>
      
 <div id="social-container">
     <div id="social-wrap">
      
		<ul> 
			<li>Stuff </li>
			<li>Stuff </li>
			<li>Stuff </li>
			<li>Stuff </li>
			<li>Stuff </li>
			<li>Stuff </li>
			<li>Stuff </li>

		</ul>	
      
     </div>
     </div>		

      
     </body>
     </html>

Answer : jQuery slider open and closing

the DNS for domain name arcjc.org is hosted at ns1.digitalims.net and ns2.digitalims.net.  Unless you have access to a DNS manager on their website, you will have to wait until Monday to contact them to change the record.  Yes, RWW is hosted on your server.  DNS at DigitalIMS points the hostname mailserver.arcjc.org to your server.  It is just pointing to the wron IP right now.  I see you are using MXlogix for mail filtering, so they are redirecting mail to your IP which I assume you updated at MXlogix after the T1 was swapped.  If this is the case, it explains while mail works, but RWW doesn't.
Random Solutions  
 
programming4us programming4us