Advertisement
Advertisement
| 07.07.2008 at 01:01AM PDT, ID: 23542646 |
|
[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: 225: 226: 227: 228: 229: 230: 231: 232: 233: 234: 235: 236: 237: 238: 239: 240: 241: 242: 243: 244: 245: 246: 247: 248: 249: 250: 251: 252: 253: 254: 255: 256: 257: 258: 259: 260: 261: 262: 263: 264: 265: 266: 267: 268: 269: 270: 271: 272: 273: 274: 275: 276: 277: 278: 279: 280: 281: 282: 283: 284: 285: 286: 287: 288: 289: 290: 291: 292: 293: 294: 295: 296: 297: 298: 299: 300: 301: 302: 303: 304: 305: 306: 307: 308: 309: 310: 311: 312: 313: 314: 315: 316: 317: 318: 319: 320: 321: 322: 323: 324: 325: 326: 327: 328: 329: 330: 331: 332: 333: 334: 335: 336: 337: 338: 339: 340: 341: 342: 343: 344: 345: 346: 347: 348: 349: 350: 351: 352: 353: 354: 355: 356: 357: 358: 359: 360: 361: 362: 363: 364: 365: 366: 367: 368: 369: 370: 371: 372: 373: 374: 375: 376: 377: 378: 379: 380: 381: 382: 383: 384: 385: 386: 387: 388: 389: 390: 391: 392: 393: 394: 395: 396: 397: 398: 399: 400: 401: 402: 403: 404: 405: 406: 407: 408: 409: 410: 411: 412: 413: 414: 415: 416: 417: 418: 419: 420: 421: 422: 423: 424: 425: 426: 427: 428: 429: 430: 431: 432: 433: |
/* -------------------------------------------
* Layout Containers
------------------------------------------- */
#Wrapper
{
position: relative;
top: 0px;
z-index: 1;
text-align: left;
width: 771px;
margin: 0 auto; /* MUST HAVE THIS!! Auto margin left and right ensure centred */
padding: 0;
}
/*-------------------------------------------------*/
#Header
{
position: relative;
float: left;
width: 771px;
height: 88px;
margin: 0;
padding: 0;
background-color: Transparent;
}
/*-------------------------------------------------*/
#Header #Logo
{
position: absolute;
top: 20px;
left: 0;
width: 201px;
height: 55px;
text-indent: -10000px;
font-size: 0;
overflow: hidden;
background: #2D1C07 url('../../images/engadine_tavern_logo.gif') no-repeat 0 0;
}
/*-------------------------------------------------*/
#Header #ToolBar
{
position: absolute;
top: 20px;
right: 10px;
height: 30px;
margin: 0;
padding: 0;
list-style-type: none;
background-color: Transparent;
}
#ToolBar LI
{
margin-left: 20px;
}
#ToolBar LI A
{
position: absolute;
top: 0;
display: block;
height: 30px;
line-height: 30px;
color: #9B4915;
text-indent: 14px;
text-decoration: none;
white-space: nowrap;
}
#ToolBar LI#ToolBar_Favorites A
{
right: 180px;
background: Transparent url('../../images/icons/favorites.gif') no-repeat 0 8px;
}
#ToolBar LI#ToolBar_Email A
{
right: 85px;
background: Transparent url('../../images/icons/print.gif') no-repeat 0 9px;
}
#ToolBar LI#ToolBar_Print A
{
right: 0;
background: Transparent url('../../images/icons/email.gif') no-repeat 0 10px;
}
/*-------------------------------------------------*/
#Header #SiteSearch
{
position: absolute;
bottom: 10px;
right: 10px;
margin: 0;
padding: 0;
text-align: right;
height: 30px;
background-color: Transparent;
}
#SiteSearch LABEL
{
color: #CA5C1B;
line-height: 18px;
vertical-align: baseline;
}
#SiteSearch INPUT.text
{
background-color: #0F0908;
border: solid 1px #512B0C;
color: #9B4915;
height: 15px;
}
/*-------------------------------------------------*/
#Banner
{
float: left;
width: 771px;
height: 199px;
margin: 0;
padding: 0;
background-color: #2D1C07;
}
/*-------------------------------------------------*/
#GlobalMenu
{
position: relative;
float: left;
margin: 0;
padding: 0;
width: 771px;
height: 27px;
list-style-type: none;
background-color: #FFFFFF;
border-bottom: solid 3px #2D1C07;
}
#GlobalMenu LI
{
float: left;
}
#GlobalMenu LI A
{
position: absolute;
top: 0;
display: block;
height: 27px;
line-height: 27px;
text-indent: -9999px;
overflow: hidden;
font-size: 0;
text-align: center;
text-decoration: none;
}
/*-------------------------------------------------*/
#GlobalMenu LI#GlobalMenu_Home A
{
width: 61px;
right: 456px;
background: Transparent url('../../images/navs/global/home.jpg') no-repeat 0 0;
}
#GlobalMenu LI#GlobalMenu_About A
{
width: 73px;
right: 383px;
background: Transparent url('../../images/navs/global/about_us.jpg') no-repeat 0 0;
}
#GlobalMenu LI#GlobalMenu_Menu A
{
width: 53px;
right: 330px;
background: Transparent url('../../images/navs/global/menu.jpg') no-repeat 0 0;
}
#GlobalMenu LI#GlobalMenu_Gallery A
{
width: 71px;
right: 259px;
background: Transparent url('../../images/navs/global/gallery.jpg') no-repeat 0 0;
}
#GlobalMenu LI#GlobalMenu_Calendar A
{
width: 79px;
right: 180px;
background: Transparent url('../../images/navs/global/calendar.jpg') no-repeat 0 0;
}
#GlobalMenu LI#GlobalMenu_Newsletter A
{
width: 93px;
right: 87px;
background: Transparent url('../../images/navs/global/newsletter.jpg') no-repeat 0 0;
}
#GlobalMenu LI#GlobalMenu_Contact A
{
width: 87px;
right: 0;
background: Transparent url('../../images/navs/global/contact.jpg') no-repeat 0 0;
}
#GlobalMenu LI#GlobalMenu_Home A:hover,
#GlobalMenu LI#GlobalMenu_About A:hover,
#GlobalMenu LI#GlobalMenu_Menu A:hover,
#GlobalMenu LI#GlobalMenu_Gallery A:hover,
#GlobalMenu LI#GlobalMenu_Calendar A:hover,
#GlobalMenu LI#GlobalMenu_Newsletter A:hover,
#GlobalMenu LI#GlobalMenu_Contact A:hover
{
background-position: 0 -27px;
}
/*-------------------------------------------------*/
#Content
{
position: relative;
float: left;
width: 771px;
min-height: 400px;
margin: 0;
padding: 0 0 100px 0;
background-color: #E5E0DC;
}
/*-------------------------------------------------*/
#LeftContent
{
position: absolute;
top: 20px;
left: 0;
width: 176px;
min-height: 400px;
margin: 0;
padding: 0 20px 0 20px;
background-color: #E5E0DC;
}
/*-------------------------------------------------*/
#LeftContent #PageMenu
{
width: 180px;
margin: 0 10px 40px 0;
padding: 0;
list-style-type: none;
background-color: #E5E0DC;
}
#LeftContent #PageMenu LI
{
color: #666666;
height: 25px;
line-height: 25px;
text-transform: uppercase;
}
#LeftContent #PageMenu LI A,
#LeftContent #PageMenu LI A:link,
#LeftContent #PageMenu LI A:visited
{
display: block;
color: #666666;
height: 25px;
line-height: 25px;
text-transform: uppercase;
background: Transparent url('../../images/bullets/right_bullet.gif') no-repeat 158px center;
text-decoration: none;
border-bottom: solid 1px #FFFFFF;
}
#LeftContent #PageMenu LI A.selected,
#LeftContent #PageMenu LI A:hover,
#LeftContent #PageMenu LI A:active
{
color: #CA5C1B;
background: Transparent url('../../images/bullets/right_bullet_on.gif') no-repeat 160px center;
}
/*-------------------------------------------------*/
#MainContent
{
float: left;
width: 535px;
margin: 20px 0 0 216px;
padding: 0 10px 0 10px;
min-height: 400px;
background-color: #E5E0DC;
color: #666666;
}
/*
#MainContent
{
width: 350px;
}
*/
/*-------------------------------------------------*/
#MainContent #PageTitle
{
font-size: 20px;
height: 25px;
line-height: 25px;
color: #CA5C1B;
text-transform: uppercase;
margin: 0 0 10px 0;
}
#MainContent #PageTitle.first
{
margin-bottom: 0;
padding-bottom: 0;
}
#MainContent #PageSubTitle,
#MainContent .PageSubTitle
{
font-size: 14px;
height: 14px;
line-height: 18px;
color: #2D1C08;
text-transform: uppercase;
margin: 0 0 20px 0;
}
/*-------------------------------------------------*/
#RightContent /* Three Column */
{
position: absolute;
top: 20px;
right: 0;
width: 185px;
min-height: 400px;
margin: 0;
padding: 0 10px 0 10px;
background-color: #E5E0DC;
}
#RightContent IMG
{
margin-bottom: 10px;
}
#RightContent /* Makes Two Column (default) */
{
display: none;
}
/*-------------------------------------------------*/
#Footer
{
float: left;
width: 771px;
height: 30px;
line-height: 30px;
vertical-align: bottom;
margin: 0 0 40px 0;
padding: 10px 0 0 0;
color: #666666;
border-top: solid 3px #000000;
}
/*-------------------------------------------------*/
#FooterMenu
{
float: left;
width: 471px;
margin: 0;
padding: 0;
}
#FooterMenu LI
{
display: inline;
}
#FooterMenu A
{
height: 30px;
line-height: 30px;
padding-left: 2px;
padding-right: 3px;
color: #666666;
}
#FooterMenu A,
#FooterMenu A:link,
#FooterMenu A:visited
{
text-decoration: underline;
}
#FooterMenu A:hover,
#FooterMenu A:active
{
color: #666666;
text-decoration: none;
}
/*-------------------------------------------------*/
#Copyright
{
float: right;
width: 300px;
height: 30px;
line-height: 30px;
margin: 0;
padding: 0;
text-align: right;
color: #666666;
}
/*-------------------------------------------------*/
|