Question

add jquery slidedown effect

Asked by: freshwaterwest

I've used a jquery script to show/hide a block of links below a menu using ul li ul etc..

<script type="text/javascript">
      $(document).ready(function(){
            $('li.headlink').hover(
                  function() { $('ul', this).css('display', 'block'); },
                  function() { $('ul', this).css('display', 'none'); });
      });
</script>

I'd like to try have this slidedown but not sure if it can be applied it to the above.

thanks

This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.

Subscribe now for full access to Experts Exchange and get

Instant Access to this Solution

  • Plus...
  • 30 Day FREE access, no risk, no obligation
  • Collaborate with the world's top tech experts
  • Unlimited access to our exclusive solution database
  • Never be left without tech help again

Subscribe Now

Asked On
2009-04-18 at 12:38:04ID24334557
Tags

jquery 1.3.2.min.js and css

Topics

Jquery

,

Cascading Style Sheets (CSS)

Participating Experts
1
Points
500
Comments
8

Trusted by hundreds of thousands everyday for fast, accurate and reliable tech support.

  • "The time we save is the biggest benefit of Experts Exchange to Warner Bros. What could take multiple guys 2 hours or more each to find is accessed in around 15 minutes on Experts Exchange." Mike Kapnisakis, Warner Bros.
  • "Our team likes having a resource that is more secure than just using Google and most experts using this service really know their stuff. It's nice to look here first versus using Google." Dayna Sellner, Lockheed Martin
  • "Anytime that I've been stumped with a problem, 9 out of 10 times Experts Exchange has either the accepted solution or an open discussion of the potential solution to the problem." Kenny Red, eBay Inc.

See what Experts Exchange can do for you.

Got a question?

We've got the answer.

Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.

Screenshot of Experts Exchange Knowledgebase

Need individual assistance?

Our experts are ready to help.

If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.

Screenshot of Experts Exchange Knowledgebase

Want to learn from the best?

Read articles from industry experts.

Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.

Screenshot of an Article

Working on a long term project?

Store your work and research.

Save solutions to your questions, answers you’ve discovered through searching plus helpful articles in your personal knowledgebase for easy future access.

Screenshot of Experts Exchange Knowledgebase

Access the answers to your technology questions today.

Subscribe Now

30-day free trial. Register in 60 seconds.

What Makes Experts Exchange Unique?

Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Trusted by the world's most respected brands.

image of each brand's logo

Faithfully serving IT professionals since 1996.

Experts Exchange Logo

Try it out and discover for yourself.

Subscribe Now

30-day free trial. Register in 60 seconds.

Related Solutions

  1. Jquery hover overs
    Hi, I'm looking to achieve a similar effect to the following website - http://www.stellamccartney.com/int/en/ using JQuery instead of flash. I'm looking to achieve the various hover over effects using Jquery, can any one please advise on the best approach and in particular ...
  2. jQuery hover: child
    Hi, If I have a <ul> with class "nav" can someone quickly tell me what's the jQuery equivalent to this css (which of course doesnt work in IE6): I am using this for a drop down menu - when you hover over a menu item with a drop down list, the main menu item ...
  3. JavaScript/CSS: imitate hover
    I would like to initiate the CSS :hover effect using JavaScript. So when a user clicks on "Active CSS Hover Effect for item 1" the whatever the stylesheet says has set for li:hover for that item should apply.
  4. jQuery CSS
    I am using the following on my page http://jqueryfordesigners.com/jquery-tabs/ The problem is, that sometimes I want a different tab selected than the first, depending on the tab number in the URL of the page. How can I do that?
  5. Popup details on mouse hover using Jquery
    How to implement a popup details when mouse over username from the list of users using Jquery? I am perfectly allright with php, smarty and mysql. Let's say I want to popup some .hovercard div when mouse over and I want to fill it with jquery ajax load details.php?id= similar...

Free Tech Articles

  1. WARNING: 5 Reasons why you should NEVER fix a computer for free.
    It is in our nature to love the puzzle. We are obsessed. The lot of us. We love puzzles. We love the challenge. We thrive on finding the answer. We hate disarray. It bothers us deep in our soul. W...
  2. SCCM OSD Basic troubleshooting
    SCCM 2007 OSD is a fantastic way to deploy operating systems, however, like most things SCCM issues can sometimes be difficult to resolve due to the sheer volume of logs to sift through and the dispe...
  3. Migrate Small Business Server 2003 to Exchange 2010 and Windows 2008 R2
    This guide is intended to provide step by step instructions on how to migrate from Small Business Server 2003 to Windows 2008 R2 with Exchange 2010. For this migration to work you will need the fo...
  4. Create a Win7 Gadget
    This article shows you how to create a simple "Gadget" -- a sort of mini-application supported by Windows 7 and Vista. Gadgets can be dropped anywhere on the desktop to provide instant information, ...
  5. Outlook continually prompting for username and password
    There have been a lot of questions recently regarding Outlook prompting for a username and password whilst using Exchange 2007. There are a few reasons why this would happen and I will try to cover t...
  6. Backup Exchange 2010 Information Store using Windows Backup
    There seems to be quite a lot of confusion around the ability to backup Exchange 2010 using the built in Windows Backup feature. This stems from the omission of this feature prior to Exchange 2007 s...

Cloud Class Webinars

  1. Avoiding Bugs in Microsoft Access
    Alison Balter takes and in-depth look at avoiding bugs in Access. In this webinar you will learn about using the immediate window to debug your applications, invoking the debugger, using breakpoints to troubleshoot, stepping through code, setting the next statement to execute, ...
  2. Top 10 Best New Features in Visio 2010
    Scott Helmers gives live demonstrations of the top 10 new features in Visio 2010. This webinar will teach you how to create compelling diagrams by adding shapes to the page with a single click, linking the shapes in a diagram to data in Excel (or SQL Server, or SharePoint), ...
  3. IT Consultant Business Secrets Revealed
    Michael Munger, Experts Exchange tech pro and IT consultant, pulls back the curtain on his very successful businesses and answers question on every IT consultant and business owner should know about. He shares secrets on what he did to solve the 5 most common problems in IT, ...
  4. Disaster Recovery and Business Continuity
    Quest CTO, Mike Billon, gives an overview of the steps involved in building a dunamic disaster recovery plan. Through case studies and an examination of software/hardware tooles for monitoring and testing, you'll gain a better understandin of where you are, where you want ...
  5. Organize Your Visio Diagrams with Containers and Lists
    Scott Helmers uses cross functional flowcharts, wireframe diagrams, data graphic legends and seating charts to teach you: how to ustilize all three new structured diagram components in Visio 2010, the best practices for organizeing shapes in previous version of Visio, how to organize ...
  6. How to Us Objects, Properties, Events and Methods in Microsoft Access
    Alison Dalter gives an in-depbth look at objects, properties, events and methods in Microsoft Access. In this webinar you will learn about using the object browser, referring to objects, working with properties and methods, working with object variables, understanding the ...

Join the Community

Give a Little. Get a Lot.

Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.

Join the Community

Answers

 

by: anoyesPosted on 2009-04-18 at 17:24:21ID: 24177327

It's actually really easy

<script type="text/javascript">
  $(document).ready(function(){
    $('li.headlink').hover(
      function() { $('ul', this).slideDown('fast'); },
      function() { $('ul', this).slideUp('fast'); });
  });
</script>

                                              
1:
2:
3:
4:
5:
6:
7:

Select allOpen in new window

 

by: freshwaterwestPosted on 2009-04-18 at 18:13:53ID: 24177475

thanks for this, but it doesn't seem to work properly, a bit flickery and not really sliding, just a slight pause and then appearing. Could it be to do with my css? My original version without the sliding was working OK.

thanks

 

by: anoyesPosted on 2009-04-18 at 19:39:24ID: 24177717

Can you post the HTML / CSS that you have?

 

by: freshwaterwestPosted on 2009-04-19 at 00:44:43ID: 24178241

here's the relevant bits:
as you can see I have 2 columns inside the dropdown block..

<div id="mainnav">

<ul id="nav">
<li id="m_home"><a href="index.htm">home</a></li>
<li class="headlink" id="m_services"><a href="services.htm">services</a>

<ul>
<div class="dropdown">
<div class="mid">
<div class="left">
<li><a href="machinerepair.htm">Machine Repair</a></li>
<li><a href="machineservice.htm">Machine Service</a></li>
<li><a href="calibration.htm">Validation and Calibration to 7570</a></li>
<li><a href="transformer.htm">Transfomer Rewind and Manufacture</a></li>
<li><a href="pcb.htm">Circuit Board Repair</a></li>
<li><a href="pcb.htm">Circuit Board Manufacture</a></li>
<li><a href="wirefeed.htm">Range of wire feeders</a></li>
</div>

<div class="right">
<li><a href="recon.htm">Reconditioned equipment</a></li>
<li><a href="design.htm">Design and Manufacture of specialist machines</a></li>
<li><a href="parts.htm">Replacement parts</a></li>
<li><a href="new.htm">New machine sales</a></li>
<li><a href="parts.htm">Spare parts</a></li>
<li><a href="parts.htm">Consumables</a></li>
<li><a href="hire.htm">Equipment hire</a></li>
</div>
<div class="clear"></div>
</div>
<div class="base"></div>
</div>
</ul>
</li>
<li id="m_plant"><a href="plantforsale.htm">plant&nbsp;for&nbsp;sale</a></li>
<li id="m_contact"><a href="contactus.htm">contact&nbsp;us</a></li>
</ul>
</div>
</div>

and the styles:
@import url("reset.css");


/*---------------------------
main styles
---------------------------*/

body {font-size: 62.5%;line-height:1.5;font-family: Arial, Helvetica, sans-serif;background:#CCC url(../images/background.jpg) 0 0 repeat-x;}

a {text-decoration:none;}
a:hover {text-decoration:underline;}
p {margin:12px 0 12px 0;}
.imgfloatleft {float:left;margin:0 15px 15px 0;}

#wrapper {font-size:1.3em;width:920px;height:auto;position:relative;clear:both;margin:0 auto 0 auto;background:#FFF url(../images/head-bg.jpg) repeat-x;}
#header {clear:both;padding:0 30px 0 30px;width:860px;height:120px;background:url(../images/msw-logo.png) no-repeat;}
#home #main {background:#FFF url(../images/home-bg.jpg) no-repeat;}
#main {clear:both;width:860px;padding:0 30px 30px 30px;}
#footer {clear:both;width:860px;padding-top:30px;}
#footer, #footer a {color:#666;}
#footer .strap {font-size:14px;color:#F00;}

#main .intro {float:right;width:405px;}
#main .titles {width:510px;float:right;}
#main h1 {font-size:18px;color:#F00;line-height:1.1;padding:5px 0 15px 0;}
#main h2 {font-size:26px;color:#333;}
#main ul {margin:12px 0 12px 0;}
#main li {margin:6px 0 6px 13px;}
#main a {color:#777;}
#main a:hover {color:#F00;}
.space {float:left;width:1px;height:390px;}
#map {float:right;width:600px;height:500px;margin:0 0 20px 20px;}
.clear {display:block;clear:both;}
.red {color:#F00;}
#plant a.arrowleft {color:#F00;font-weight:bold;font-size:105%;background:url(../images/arrow-left.gif) 0 50% no-repeat;padding-left:15px;}

#plant ul.contactbtn  {list-style-type:none;margin:0;padding:0;clear:both;}
#plant ul.contactbtn li {float:left;list-style-type:none;}
#plant ul.contactbtn a:hover {text-decoration:none;}
      
#plant ul.contactbtn li a {
      display:block;
      font-size:110%;
      color:#FFF;
      padding:7px 14px 9px 14px;
      background:url(../images/navback_left.gif) left top no-repeat;}

#plant ul.contactbtn li a:hover {background:#F00;}

#plant ul.contactbtn li{
      background:url(../images/navback_right.gif) right top no-repeat;}
      
#plant ul.contactbtn li:hover{background:#F00;}


/*---------------------------
main nav
---------------------------*/

#mainnav {position:relative;padding:61px 0 0 130px;height:37px;background:url(../images/nav-background.gif) 85px 80px no-repeat;}
#nav, #nav * { padding: 0; margin: 0; }
#nav, #nav ul { list-style: none; }
#nav ul {float:left;}

#nav li {position:relative;}

#nav li,#nav a{
      display:inline;
      float:left;}
      
#nav a:hover {text-decoration:none;}
      
#nav li a {
      display:block;
      font-size:110%;
      color:#FFF;
      padding:7px 14px 9px 14px;
      background:url(../images/navback_left.gif) left top no-repeat;}

#nav li a:hover {background:#F00;}

      
#nav li{
      background:url(../images/navback_right.gif) right top no-repeat;
      margin-right:2px;}
      
#nav li:hover{background:#F00;}


/*---------------------------
main nav page selectors
---------------------------*/

#home li#m_home, #services li#m_services, #plant li#m_plant, #sp3 li#m_sp3, #contact li#m_contact {background:#F00 url(../images/navback_sel.gif) right top no-repeat;}
#home li#m_home a, #services li#m_services a, #plant li#m_plant a, #sp3 li#m_sp3 a, #contact li#m_contact a {background:url(../images/navback_sel_left.gif) left top no-repeat;}
#services li#m_services li a {background-image:none;}

/*---------------------------
main nav - submenus
---------------------------*/
        
#nav li.headlink ul {display:none;z-index:100;position:relative;float:none;clear:both;margin:0;padding:0;overflow:visible;}
#nav li.headlink ul .dropdown {position:absolute;top:0;left:0;clear:both;background: url(../images/dropbox_top.gif) top left no-repeat;text-align: left;padding:19px 0 0 0;}
#nav li.headlink ul .mid {width:604px;clear:both;background: url(../images/dropbox_mid.gif) left repeat-y;}
#nav li.headlink ul .base {height:30px;width:604px;clear:both;background: url(../images/dropbox_base.gif) bottom left no-repeat;}

      #nav li .left {margin-left:15px;margin-right:10px;width:270px;float:left;}
      #nav li .right {margin-right:30px;width:250px;float:right;}      
      #nav li.headlink ul li {color:#333;clear:both;float:none;display:block;background-image:none;width:100%;margin:0;padding:0;}
      #nav li.headlink ul li a {color:#666;padding:3px 3px 3px 5px;float:none;display:block;background-image:none;}
      #nav li.headlink ul li:hover {background-image:none;}
      #nav li.headlink ul li a:hover {background-color: #F00;color:#FFF;background-image:none;}

thanks

 

by: anoyesPosted on 2009-04-19 at 14:12:21ID: 24180601

So the problem is that div with the class "dropdown".  It's positioned absolute, which takes it out of the normal flow of elements.  So the UL element actually expands as it's supposed to (if you put a border around it or something you can see just the border b/c there's no content), but because that div is absolutely positioned it's not actually w/in the div anymore.  You can change it to be relatively positioned, but then the whole 'Services' menu item expands.  I'm working on trying to find a way around this and I'll get back to you.

 

by: freshwaterwestPosted on 2009-04-20 at 00:18:11ID: 24182444

right I see what you mean, so it's because I have the dropdown in a layer to allow it to be bigger than the parent menu item. It would be great if you know a way around this, would be useful to know.

many thanks...

 

by: anoyesPosted on 2009-04-25 at 14:03:58ID: 24233566

OK, I think I've got something that'll work for you.  I took the menu div out of the list and used javascript to position it.  Also had to tweak the CSS at little.  Full code for the file's below

<style type="text/css">
/*---------------------------
main styles
---------------------------*/
 
body {font-size: 62.5%;line-height:1.5;font-family: Arial, Helvetica, sans-serif;background:#CCC url(../images/background.jpg) 0 0 repeat-x;}
 
a {text-decoration:none;}
a:hover {text-decoration:underline;}
p {margin:12px 0 12px 0;}
.imgfloatleft {float:left;margin:0 15px 15px 0;}
 
#wrapper {font-size:1.3em;width:920px;height:auto;position:relative;clear:both;margin:0 auto 0 auto;background:#FFF url(../images/head-bg.jpg) repeat-x;}
#header {clear:both;padding:0 30px 0 30px;width:860px;height:120px;background:url(../images/msw-logo.png) no-repeat;}
#home #main {background:#FFF url(../images/home-bg.jpg) no-repeat;}
#main {clear:both;width:860px;padding:0 30px 30px 30px;}
#footer {clear:both;width:860px;padding-top:30px;}
#footer, #footer a {color:#666;}
#footer .strap {font-size:14px;color:#F00;}
 
#main .intro {float:right;width:405px;}
#main .titles {width:510px;float:right;}
#main h1 {font-size:18px;color:#F00;line-height:1.1;padding:5px 0 15px 0;}
#main h2 {font-size:26px;color:#333;}
#main ul {margin:12px 0 12px 0;}
#main li {margin:6px 0 6px 13px;}
#main a {color:#777;}
#main a:hover {color:#F00;}
.space {float:left;width:1px;height:390px;}
#map {float:right;width:600px;height:500px;margin:0 0 20px 20px;}
.clear {display:block;clear:both;}
.red {color:#F00;}
#plant a.arrowleft {color:#F00;font-weight:bold;font-size:105%;background:url(../images/arrow-left.gif) 0 50% no-repeat;padding-left:15px;}
 
#plant ul.contactbtn  {list-style-type:none;margin:0;padding:0;clear:both;}
#plant ul.contactbtn li {float:left;list-style-type:none;}
#plant ul.contactbtn a:hover {text-decoration:none;}
      
#plant ul.contactbtn li a {
      display:block;
      font-size:110%;
      color:#FFF;
      padding:7px 14px 9px 14px;
      background:url(../images/navback_left.gif) left top no-repeat;}
 
#plant ul.contactbtn li a:hover {background:#F00;}
 
#plant ul.contactbtn li{
      background:url(../images/navback_right.gif) right top no-repeat;}
      
#plant ul.contactbtn li:hover{background:#F00;}
 
 
/*---------------------------
main nav
---------------------------*/
 
#mainnav {position:relative;padding:61px 0 0 130px;height:37px;background:url(../images/nav-background.gif) 85px 80px no-repeat;}
#nav, #nav * { padding: 0; margin: 0; }
#nav, #nav ul { list-style: none; }
#nav ul {float:left;}
 
#nav li {position:relative;}
 
#nav li,#nav a{
      display:inline;
      float:left;}
      
#nav a:hover {text-decoration:none;}
      
#nav li a {
      display:block;
      font-size:110%;
      color:#FFF;
      padding:7px 14px 9px 14px;
      background:url(../images/navback_left.gif) left top no-repeat;}
 
#nav li a:hover {background:#F00;}
 
      
#nav li{
      background:url(../images/navback_right.gif) right top no-repeat;
      margin-right:2px;}
      
#nav li:hover{background:#F00;}
 
 
/*---------------------------
main nav page selectors
---------------------------*/
 
#home li#m_home, #services li#m_services, #plant li#m_plant, #sp3 li#m_sp3, #contact li#m_contact {background:#F00 url(../images/navback_sel.gif) right top no-repeat;}
#home li#m_home a, #services li#m_services a, #plant li#m_plant a, #sp3 li#m_sp3 a, #contact li#m_contact a {background:url(../images/navback_sel_left.gif) left top no-repeat;}
#services li#m_services li a {background-image:none;}
 
/*---------------------------
main nav - submenus
---------------------------*/
.dropdown {width:500px;display:none;position:relative;clear:both;background: url(../images/dropbox_top.gif) top left no-repeat;text-align: left;}
.dropdown .mid {width:604px;clear:both;background: url(../images/dropbox_mid.gif) left repeat-y;}
.dropdown .base {height:30px;width:604px;clear:both;background: url(../images/dropbox_base.gif) bottom left no-repeat;}
.dropdown .left {width:240px;margin-left:10px;}
 
.dropdown ul {z-index:100;position:relative;float:left;margin:0;padding:0;overflow:visible;}
.dropdown ul li {color:#333;clear:both;float:none;display:block;background-image:none;width:100%;margin:0;padding:0;}
.dropdown ul li a {color:#666;padding:3px 3px 3px 5px;float:none;display:block;background-image:none;}
.dropdown ul li:hover {background-image:none;}
.dropdown ul li a:hover {background-color: #F00;color:#FFF;background-image:none;}
</style>
 
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
 
<script type="text/javascript">
  var timer;
  $(document).ready(function(){
    $('li.headlink, div.dropdown').hover(
      function() {
        clearTimeout(timer);
        var menu = $('div.dropdown');
        if (! menu.is(':visible'))
        {
          var pos = $(this).position();
          var x = pos.left;
          var y = pos.top;
          menu.css({'left':x});
          menu.slideDown('fast');
        }
      },
      function() {
        timer = setTimeout(function() {
          $('div.dropdown').slideUp('fast');
        }, 100);
      });
  });
</script>
 
 
<div id="mainnav">
  <ul id="nav">
    <li id="m_home"><a href="index.htm">home</a></li>
    <li class="headlink" id="m_services"><a href="services.htm">services</a></li>
    <li id="m_plant"><a href="plantforsale.htm">plant&nbsp;for&nbsp;sale</a></li>
    <li id="m_contact"><a href="contactus.htm">contact&nbsp;us</a></li>
  </ul>
</div>
<div class="dropdown">
  <div class="mid">
    <ul class="left">
      <li><a href="machinerepair.htm">Machine Repair</a></li>
      <li><a href="machineservice.htm">Machine Service</a></li>
      <li><a href="calibration.htm">Validation and Calibration to 7570</a></li>
      <li><a href="transformer.htm">Transfomer Rewind and Manufacture</a></li>
      <li><a href="pcb.htm">Circuit Board Repair</a></li>
      <li><a href="pcb.htm">Circuit Board Manufacture</a></li>
      <li><a href="wirefeed.htm">Range of wire feeders</a></li>
    </ul>
 
    <ul>
      <li><a href="recon.htm">Reconditioned equipment</a></li>
      <li><a href="design.htm">Design and Manufacture of specialist machines</a></li>
      <li><a href="parts.htm">Replacement parts</a></li>
      <li><a href="new.htm">New machine sales</a></li>
      <li><a href="parts.htm">Spare parts</a></li>
      <li><a href="parts.htm">Consumables</a></li>
      <li><a href="hire.htm">Equipment hire</a></li>
    </ul>
    <div class="clear"></div>
  </div>
  <div class="base"></div>
</div>

                                              
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:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
94:
95:
96:
97:
98:
99:
100:
101:
102:
103:
104:
105:
106:
107:
108:
109:
110:
111:
112:
113:
114:
115:
116:
117:
118:
119:
120:
121:
122:
123:
124:
125:
126:
127:
128:
129:
130:
131:
132:
133:
134:
135:
136:
137:
138:
139:
140:
141:
142:
143:
144:
145:
146:
147:
148:
149:
150:
151:
152:
153:
154:
155:
156:
157:
158:
159:
160:
161:
162:
163:
164:
165:
166:
167:
168:
169:
170:

Select allOpen in new window

 

by: freshwaterwestPosted on 2009-04-26 at 16:00:12ID: 31571839

seems to work great - will do some more tests when I get chance - many thanks..

20120131-EE-VQP-002

3 Ways to Join

30-Day Free Trial

The Experts

98% positive feedback on 31,087 answers since March 2000. angeliii is a Microsoft Most Valuable Professional for his work with MS SQL Server & Develoment.

He has also proven his knowledge of Visual Basic Programming, PHP Scripting and Oracle Databases.

The Experts

97% positive feedback on 10,752 answers since July 2000. lrmoore has more than 18 years experience in the networking industry.

The six-time Mircosoft MVPs specialties include firewalls, virtual private networking, and network management.

Testimonials

"...and excellent source for support... Kind of like having your very own IT dept." Electriciansnet

Testimonials

"I was apprehensive at signing up at first. However... it has already made my life as an IT administrator much easier." JaCrews

Testimonials

"WOW! You guys have great, active, and knowledgeable people on here." moore50

Business Clients

Business Clients

In the Press

"If you’ve got a question... Experts Exchange can supply an answer.”

In the Press

"...an invaluable aid for both IT professionals and those who require tech support."

In the Press

"where IT professionals provide quick answers on just about any topic"

Business Account Plans

Loading Advertisement...