|
[x]
Posted via EE Mobile
|
||
Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again. |
||
| Question |
|
[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: |
/*BEGIN_SYSTEM_STYLES*/
html {
height: 100%;
}
body {
background-color: inherit; /* background color */
color: inherit; /* text color */
font-family: Verdana; /* font name */
font-size: x-small; /* font size */
margin: 0; /* top right bottom left */
height: 100%;
}
.aspmaker {
color: inherit; /* text color */
font-family: Verdana; /* font name */
font-size: x-small; /* font size */
}
input, textarea, select {
font-family: Verdana; /* font name */
font-size: x-small; /* font size */
}
a:active {
color: ; /* active link color */
}
a:link {
color: ; /* link color */
}
a:visited {
color: ; /* visited link color */
}
/* Menu */
ul.ewMenuBarVertical {
list-style-type: none;
list-style-position: outside;
padding: 2px;
margin: 0 0 0 6px;
}
ul.ewMenuBarVertical ul,li {
list-style-type: none;
list-style-position: outside;
padding: 0;
margin: 0 0 0 6px;
}
/* template layout */
.ewLayout {
font-family: Verdana; /* font name */
font-size: x-small; /* font size */
width: 100%;
height: 100%;
}
.ewHeaderRow {
background-color: #FF0000; /* background color */
}
.ewContentTable {
font-family: Verdana; /* font name */
font-size: x-small; /* font size */
width: 100%;
height: 100%;
}
.ewMenuColumn {
background-color: #F1F1F1; /* background color */
width: 180px;
vertical-align: top;
padding: 1px;
}
.ewContentColumn {
background-color: inherit; /* background color */
vertical-align: top;
padding: 10px;
}
.ewFooterRow {
background-color: #FF0000; /* background color */
color: #FFFFFF; /* footer font color */
padding: 4px;
}
.ewFooterText {
font-family: Verdana; /* font name */
font-size: x-small; /* font size */
}
.ewForm {
margin: 0;
padding: 0;
}
.ewGrid {
border-collapse: separate;
}
.ewGridContent {
padding: 0;
border: 1px solid #8A0A37; /* grid border */
}
/* grid pager panel */
.ewGridUpperPanel, .ewGridLowerPanel {
padding: 3px;
border-left: 0;
border-right: 0;
background-color: #EFEFEF; /* grid header color */
color: #8A0A37; /* grid header font color */
font-family: Verdana; /* font name */
font-size: x-small; /* font size */
}
.ewGridUpperPanel {
border-top: 0px;
border-bottom: 1px solid;
border-color: #8A0A37;
}
.ewGridMiddlePanel {
border: 0;
}
.ewGridLowerPanel {
border-top: 1px solid;
border-bottom: 0px;
border-color: #D5D5D5;
}
.ewGridUpperPanel td, .ewGridLowerPanel td {
color: #8A0A37; /* grid header font color */
font-family: Verdana; /* font name */
font-size: x-small; /* font size */
}
.ewPager td {
white-space: nowrap;
}
.ewTabContent {
padding: 0;
border: 0;
}
.ewMultiColumnTable {
border: 0;
}
.ewMultiColumnTable td {
padding: 10px;
}
/* main table */
.ewTable {
border: 0;
border-spacing: 0;
border-collapse: collapse;
empty-cells: show;
width: 100%;
font-family: Verdana; /* font name */
font-size: x-small; /* font size */
}
.ewTableSeparate {
border-collapse: separate;
}
.ewTable td {
padding: 3px; /* cell padding */
border-bottom: 1px solid; /* border width, horizontal grid line */
border-top: 0px;
border-left: 0px;
border-right: 1px solid; /* border width, vertical grid line */
border-color: #D5D5D5; /* border color */
}
.ewTableAddOpt {
border: 0;
border-spacing: 0;
font-family: Verdana; /* font name */
font-size: x-small; /* font size */
}
.ewTableAddOpt td {
padding: 3px; /* cell padding */
border: 0;
}
.ewTable .ewTableHeader, .ewTable .ewTableHeader td {
background-color: #B1174D; /* header bgcolor */
color: #FFFFFF; /* header font color */
border-bottom: 1px solid; /* header border width */
border-right: 1px solid; /* header border width */
border-color: #8A0A37; /* header border color */
background-image: url(C:\Program Files\PHPMaker 6\themes\_images\/red.png); /* header bg image */
background-repeat: repeat-x;
vertical-align: top;
}
.ewPointer {
cursor: pointer;
}
.ewTableHeader a:link, .ewTableHeader a:active, .ewTableHeader a:visited {
color: #FFFFFF; /* header font color */
text-decoration: none;
}
.ewTableHeaderBtn {
width: 100%;
font-family: Verdana; /* font name */
font-size: x-small; /* font size */
}
.ewTableHeader .ewTableHeaderBtn td {
background: transparent;
padding: 0;
border: 0;
white-space: nowrap;
}
/* main table row color */
.ewTableRow {
background-color: #FFFFFF; /* alt row color 1 */
color: inherit;
}
/* main table alternate row color */
.ewTableAltRow {
background-color: #F8EDEF; /* alt row color 2 */
color: inherit;
}
/* main table last row */
.ewTableLastRow td {
border-bottom: 0px;
}
/* main table edit mode row color */
.ewTableEditRow {
background-color: #FFE4E1; /* edit mode color */
color: inherit;
}
/* main table highlight color */
.ewTableHighlightRow {
background-color: #FFB6C1; /* highlight color */
color: inherit;
}
/* main table select color */
.ewTableSelectRow {
background-color: #747474; /* select color */
color: #FFFFFF;
}
/* main table footer */
.ewTableFooter {
background-color: #F5F5F5; /* footer color */
color: inherit;
}
/* table for export to HTML */
.ewExportTable {
border-collapse: collapse;
empty-cells: show;
}
.ewExportTable td {
padding: 3px; /* cell padding */
border: 1px solid #C0C0C0;
}
.ewBasicSearch {
font-family: Verdana; /* font name */
font-size: x-small; /* font size */
border: 0px;
border-collapse: collapse;
}
.ewBasicSearch td {
border: 0px;
padding: 2px;
}
.ewSearchOpr {
font-family: Verdana; /* font name */
font-size: x-small; /* font size */
color: maroon;
}
.ewItemTable td {
color: inherit; /* text color */
font-family: Verdana; /* font name */
font-size: x-small; /* font size */
border: 0px;
padding: 0px;
vertical-align: top;
}
/* separator */
.ewSeparator {
color: gray;
}
/* classes for report */
.ewReportTable {
border: 0px;
border-collapse: collapse;
}
.ewReportTable td {
padding: 3px;
}
.ewGroupField {
font-weight: bold;
}
.ewGroupName {
font-weight: bold;
}
.ewGroupHeader {
border-bottom: 3px double Gray;
border-top: 3px double Gray;
}
.ewGroupSummary {
border-top: 1px solid Gray;
}
.ewGroupAggregate {
font-weight: bold;
}
.ewGrandSummary {
border-top: 1px solid Gray;
}
/* message */
.ewMessage {
color: red; /* message color */
font-family: Verdana; /* font name */
font-size: x-small; /* font size */
}
/* required field indicator */
.ewRequired {
color: red; /* message color */
font-family: Verdana; /* font name */
font-size: x-small; /* font size */
}
/* highlight */
.ewHighlightSearch {
font-weight: bold;
background-color: yellow;
}
/* Template */
.ewTemplate {
display: none;
}
/* YUI TabView */
.yui-skin-sam .yui-navset .yui-nav {
font-family: Verdana; /* font name */
font-size: x-small; /* font size */
}
.yui-skin-sam .yui-navset .yui-content {
padding: 0;
border: 0;
}
/* .yui-navset defaults to .yui-navset-top */
.yui-skin-sam .yui-navset .yui-nav,
.yui-skin-sam .yui-navset .yui-navset-top .yui-nav { /* protect nested tabviews from other orientations */
border-width: 0 0 2px;
}
/* YUI Button */
.yui-skin-sam .yui-button button, .yui-skin-sam .yui-button a {
font-size: x-small; /* font size */
}
/* YUI Panel */
.yui-skin-sam .yui-panel .hd {
font-size: x-small; /* font size */
line-height: 2.5;
}
/* Auto-Suggest */
.yui-skin-sam .yui-ac { /* DO NOT CHANGE! */
position: relative;
}
.yui-skin-sam .yui-ac-input { /* DO NOT CHANGE! */
position: relative;
width: auto;
}
.yui-skin-sam .yui-ac-content ul{
font-family: Verdana; /* font name */
font-size: x-small; /* font size */
color: #000000; /* text color */
}
.ewUnmatched {
background: #FF9F9F;
}
/*END_SYSTEM_STYLES*/
/*BEGIN_USER_STYLES*/
/* your CSS styles here */
/*END_USER_STYLES*/
|
Advertisement
| Hall of Fame |