Advertisement

09.17.2008 at 06:05AM PDT, ID: 23738316
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

9.0

Spacing incorrect,

Asked by laustandphound in JavaScript, JScript, JavaScript Frameworks

Tags: , ,

Hello experts:

I am not good at Java script.  I am not really even a designer, just trying to edit a template for out website.  Our dropdown menu is JS.  The words my boss wants in the Drop down don't fit. (Width wise) if you go to http://www.lubritech.net and hover over the Services tab, you'll see what I mean.  I just can't find where in the java script to edit the width for the dropdowns.  I'll put the code below.  I see where I can edit the px for the top of the menu bar, like.. where it says "Services"  but I don't see where to change the other part.

Any help would be awesome!Start Free Trial
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:
<!-- Begin CSS Horizontal Menu - menu ver 3.0 2008
 
// NOTE: If you use a ' add a slash before it like this \'
 
document.write('<table cellpadding="0" cellspacing="0" border="0" class="menutable"><tr><td class="printhide">');
 
document.write('<ul id="menunav">');
 
 
 
 
 
// START MENU LINKS - EDIT BELOW THIS AREA
 
 
 
 
 
document.write('  <li style="width: 110px;"><a href="index.html">Home</a>'); 
document.write('    <ul>');
document.write('      <li><a href="index.html">Home</a></li>');
document.write('      <li><a href="site_map.htm">Site Map</a></li>');
document.write('      <li><a href="about.htm">About Us</a></li>');
document.write('    </ul>');
document.write('  </li>');
 
 
 
 
 
document.write('  <li style="width: 110px;"><a href="services.htm">Services</a>'); 
document.write('    <ul>');
document.write('      <li><a href="Missing.html">Lube System Design & Installations</a></li>');
document.write('      <li><a href="missing.html">Lube System Training</a></li>');
document.write('      <li><a href="missing.html">Lube System Troubleshooting</a></li>');
document.write('      <li><a href="missing.html">Lube Pump Repairs</a></li>');
document.write('      <li><a href="missing.html">Service agreements</a></li>');
document.write('      <li><a href="missing.html">Warrenty Repairs</a></li>');
document.write('    </ul>');
document.write('  </li>');
 
 
 
 
 
document.write('  <li style="width: 110px;"><a href="gallery1.htm">Applications</a>');
document.write('    <ul>');
document.write('      <li><a href="missing.html">Mobile</a></li>');
document.write('      <li><a href="missing.html">Industrial</a></li>');
document.write('    </ul>');
document.write('  </li>');
 
 
 
 
 
document.write('  <li style="width: 110px;"><a href="centromatic.html">Products</a>');
document.write('    <ul>');
document.write('      <li><a href="centromatic.html">Lincoln Centro-Matic</a></li>');
document.write('      <li><a href="quiklub.html">Lincoln Quicklub</a></li>');
document.write('      <li><a href="modularlube.html">Lincoln Modular Lube</a></li>');
document.write('      <li><a href="orsco.html">Orsco spray systems</a></li>');
document.write('      <li><a href="lubepumps.html">Lube Pumps</a></li>');
document.write('      <li><a href="greaseguns.html">Grease Guns</a></li>');
document.write('      <li><a href="fittings.html">Fittings and Accessories</a></li>');
document.write('    </ul>');
document.write('  </li>');
 
 
 
 
 
document.write('  <li style="width: 140px;"><a href="site_map.htm">Resources</a>');
document.write('    <ul>');
document.write('      <li><a href="site_map.htm">Site Map</a></li>');
document.write('      <li><a href="faq-home.htm">F.A.Q.</a></li>');
document.write('      <li><a href="contact.htm">Contact Us</a></li>');
document.write('      <li><a href="missing.html">Careers</a></li>');
document.write('      <li><a href="missing.html" target="_blank">PDF Downloads</a></li>');
document.write('      <li><a href="missing.html" target="_blank">Product Manuals</a></li>');
document.write('    </ul>');
document.write('  </li>');
 
 
 
 
document.write('  <li style="width: 140px;"><a href="site_map.htm">Documents</a>');
document.write('    <ul>');
document.write('      <li><a href="site_map.htm">Site Map</a></li>');
document.write('      <li><a href="faq-home.htm">F.A.Q.</a></li>');
document.write('      <li><a href="contact.htm">Contact Us</a></li>');
document.write('      <li><a href="missing.html">Careers</a></li>');
document.write('      <li><a href="PDFgallery.htm" target="_blank">PDF Downloads</a></li>');
document.write('    </ul>');
document.write('  </li>');
 
 
 
 
 
document.write('<li style="width: 110px;"><a href="contact.htm">Contact</a></li>');
 
 
 
 
 
// END LINKS //
 
document.write('</ul>');
 
document.write('</td></tr></table>');
 
// END -->
[+][-]09.17.2008 at 06:35AM PDT, ID: 22498341

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]09.17.2008 at 06:46AM PDT, ID: 22498482

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]09.17.2008 at 08:43AM PDT, ID: 22500030

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]09.17.2008 at 08:57AM PDT, ID: 22500248

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: JavaScript, JScript, JavaScript Frameworks
Tags: Java Script, Firefox, http://www.lubritech.net
Sign Up Now!
Solution Provided By: hielo
Participating Experts: 2
Solution Grade: A
 
 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628