Advertisement
Advertisement
| 07.02.2008 at 09:34AM PDT, ID: 23534185 |
|
[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.
Your Input Matters 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! |
||
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: |
<style>
#menu{
padding: 0;
width: 100%;
height: 24px;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
background-image:url('../images/menu/bg_navigation.gif');
}
#menu ul{
font: bold 12px Tahoma;
margin:0;
margin-left: 0px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}
#menu li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
}
#menu a{
float: left;
display: block;
color: black;
margin: 0 0px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
text-decoration: none;
letter-spacing: 1px;
background-color:#E8EAEA; /*Default menu color*/
border-bottom: 0px solid white;
background-image:url('../images/menu/bg_navigation.gif');
}
#menu a:hover{
background-color: #C4DDF7; /*Menu hover bgcolor*/
background-image:url('../images/menu/hover2.png');
}
#menu #current a{ /*currently selected tab*/
border-color: #6A6A6A;
color:white;
background: #2647A0 url('../images/menu/current.png');
}
#menuline{ /*bottom blue bar*/
clear: both;
padding: 0;
width: 100%;
height: 5px;
line-height: 5px;
background: #2647A0;
}
</style>
<div id="menu">
<ul>
<li "id=current"><a href="#" title="Home Page">Home</a></li>
<li><a href="#" title="Solutions">Solutions</a></li>
<li><a href="#" title="Products">Products</a></li>
<li><a href="#" title="Portfolio">Portfolio</a></li>
<li><a href="#" title="Support">Support</a>
<li><a href="#" title="Events">Events</a>
<li><a href="#" title="About Us">About Us</a></li>
</ul>
</div>
<div id="menuline"> </div>
|