Advertisement
Advertisement
| 04.22.2008 at 12:12PM PDT, ID: 23344203 |
|
[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: 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: 171: 172: 173: 174: 175: 176: 177: 178: 179: 180: 181: 182: 183: 184: 185: 186: 187: 188: 189: 190: 191: 192: 193: 194: 195: 196: 197: 198: 199: 200: 201: 202: 203: 204: 205: 206: 207: 208: 209: 210: 211: 212: 213: 214: 215: 216: 217: 218: 219: 220: 221: 222: 223: 224: |
@charset "UTF-8";
/* CSS Document */
/* CSS Document */
html {
min-height: 100%;
height: auto;
}
body {
background-color:#000000;
margin:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:11pt;
color:#000000
}
h1 {
font-size:16px;
color:#990000;
}
h2 {
font-size:14px;
color:#990000;
}
ul {
margin:0;
padding:0;
}
a {
color:#0099cc;
text-decoration:none;
font-weight:bold;
}
a:hover {
color:#000000;
text-decoration:none;
font-weight:bold;
}
/*use container to center entire content including tabs then indent tabs*/
#contain {
width:940px;
margin-left:auto;
margin-right:auto;
}
#headgraphic {
background:url(images/lw_topbar.jpg) top no-repeat;
width:940px;
height:170px;
margin-top:25px;
}
#lw_header {
float:left;
width:100%;
font-size:93%;
line-height:normal;
margin-top:5px;
margin-bottom:5px;
}
#lw_test1 {
background-image:url(images/lw_testbg.jpg);
float:left;
color:#ffffff;
font-style:italic;
width:225px;
height:100px;
padding:5px;
}
#lw_test2 {
background-image:url(images/lw_testbg.jpg);
float:left;
color:#FFFFFF;
font-style:italic;
width:225px;
height:100px;
padding:5px;
}
#lw_test3 {
background-image:url(images/lw_testbg.jpg);
float:left;
color:#FFFFFF;
font-style:italic;
width:225px;
height:100px;
padding:5px;
}
#lw_test4 {
float:left;
color:#FFFFFF;
font-style:italic;
width:225px;
height:100px;
padding:5px;
}
#lw_navbar {
background-image:url(images/lw_navbar.jpg) top no-repeat;
width:940px;
height:41px;
}
#header {
float:left;
width:100%;
background:#cccccc;
font-size:93%;
line-height:normal;
margin-top:25px;
}
ul#nav {
width:941px;
height:41px;
}
ul#nav li {
position:relative;
float:left;
text-indent:-9999px;
list-style-type:none;
margin-left:auto;
}
ul#nav li a {
border:0;
display:block;
text-decoration:none;
background:transparent url(images/navigation.gif) no-repeat;
}
li#leftside {
background:url(images/topleft.gif) no-repeat top left;
width:49px;
height:41px;
}
li#home a {
width:125px;
height:41px;
}
li#leagueware a {
width:150px;
height:41px;
}
li#about a {
width:149px;
height:41px;
}
li#show a {
width:150px;
height:41px;
}
li#demo a {
width:149px;
height:41px;
}
li#contact a {
width:123px;
height:41px;
}
li#rightside {
background:url(images/topright.gif) no-repeat top left;
width:44px;
height:41px;
}
li#home a:hover, li#home a:focus {
background-position:0px -41px;
}
li#leagueware a:link, li#leagueware a:visited {
background-position:-125px 0px;
}
li#leagueware a:hover, li#leagueware a:focus {
background-position:-125px -41px;
}
li#about a:link, li#about a:visited {
background-position: -275px 0px;
}
li#about a:hover, li#about a:focus {
background-position: -275px -41px;
}
li#show a:link, li#show a:visited {
background-position: -424px 0px;
}
li#show a:hover, li#show a:focus {
background-position: -424px -41px;
}
li#demo a:link, li#demo a:visited {
background-position: -574px 0px;
}
li#demo a:hover, li#demo a:focus {
background-position: -574px -41px;
}
li#contact a:link, li#contact a:visited {
background-position: -724px 0px;
}
li#contact a:hover, li#contact a:focus {
background-position: -724px -41px;
}
/* Main navigation "active tabs"
------------------------------------------------------------------*/
body#home-page ul#nav li#home a {
background-position:0px -82px;
}
body#leagueware-page ul#nav li#leagueware a {
background-position:-125px -82px;
}
body#about-page ul#nav li#about a {
background-position:-275px -82px;
}
body#show-page ul#nav li#show a {
background-position:-424px -82px;
}
body#demo-page ul#nav li#demo a {
background-position:-574px -82px;
}
body#contact-page ul#nav li#contact a {
background-position:-724px -82px;
}
#container {
width:940px;;
background-image:url(images/lw_midbody.gif);
background-repeat:repeat-y;
margin-left:auto;
margin-right:auto;
}
#bottomimg {
background:url(images/lw_bottom.gif) bottom;
height:24px;
width:940px;
}
|