Advertisement
| Hall of Fame |
|
[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: 431: 432: 433: 434: 435: 436: 437: 438: 439: 440: 441: 442: 443: 444: 445: 446: 447: 448: 449: 450: 451: 452: 453: 454: 455: 456: 457: 458: 459: 460: 461: 462: 463: 464: 465: 466: 467: 468: 469: 470: 471: 472: 473: 474: 475: |
/* top elements */
* {
margin: 0; padding: 0;
}
body {
margin: 0; padding: 0;
font: 71%/1.5em Verdana, 'Trebuchet MS', Arial, Sans-serif;
/* background: url(headerbg-blue.gif) repeat-x; */
color: #666666;
text-align: center;
}
The CSS looks like this:
/* links */
a {
background: inherit;
color: #3182C0;
}
a:hover {
background: inherit;
color: #72A545;
}
/* headers */
h1, h2, h3 {
font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif;
text-transform: uppercase;
color: #555;
}
h1 { font-size: 1.5em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.2em; text-transform: none;}
#main h1, #rightbar h1 {
padding: 10px 0 5px 5px;
margin: 0 0 0 10px;
text-transform: uppercase;
border-bottom: 1px solid #f2f2f2;
}
#sidebar h1 {
padding: 10px 0px 5px 30px;
background: url(square_arrow.gif) no-repeat 2px 12px;
margin: 0;
text-transform: uppercase;
}
p, h1, h2, h3 {
margin: 10px 15px;
}
ul, ol {
margin: 10px 30px;
padding: 0 15px;
color: #3182C0;
}
ul span, ol span {
color: #666666;
}
/* images */
img {
border: 0px solid #CCC;
}
img.float-right {
margin: 5px 0px 5px 15px;
}
img.float-left {
margin: 5px 15px 5px 0px;
}
a img {
border: 0px solid #3791D7;
}
a:hover img {
border: 0px solid #806B4D !important; /* IE fix*/
border: 0px solid #3791D7;
}
code {
margin: 5px 0;
padding: 10px;
text-align: left;
display: block;
overflow: auto;
font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
/* white-space: pre; */
background: #FAFAFA;
border: 1px solid #f2f2f2;
border-left: 3px solid #3182C0;
}
acronym {
cursor: help;
border-bottom: 1px solid #777;
}
blockquote {
margin: 15px;
padding: 0 0 0 32px;
background: #FAFAFA url(quote.gif) no-repeat 5px 10px !important;
background-position: 8px 10px;
border: 1px solid #f2f2f2;
border-left: 3px solid #3182C0;
font-weight: bold;
}
/* form elements */
form {
margin:10px; padding: 0;
border: 1px solid #f2f2f2;
background-color: #FAFAFA;
}
label {
display:block;
font-weight:bold;
margin:5px 0;
}
input {
padding: 4px;
border:1px solid #eee;
font: normal 1em/1.5em Verdana, sans-serif;
color:#777;
}
textarea {
width:350px;
padding:4px;
font: normal 1em/1.5em Verdana, sans-serif;
border:1px solid #eee;
height:100px;
display:block;
color:#777;
}
input.button {
margin: 0;
font: bold 1em Arial, Sans-serif;
border: 1px solid #CCC;
background: #FFF;
padding: 2px 3px;
color: #333;
}
/* search form */
form.searchform {
background: transparent;
border: none;
margin: 0; padding: 0;
}
form.searchform input.textbox {
margin: 0;
width: 120px;
border: 1px solid #CCC;
background: #FFF;
color: #333;
vertical-align: top;
}
form.searchform input.button {
width: 55px;
vertical-align: top;
}
/*****************/
/* Layout */
/*****************/
#wrap {
margin: 0 auto;
width: 850px;
text-align: left;
background: #FFF;
}
#content-wrap {
clear:both;
margin: 0; padding:0;
width: 850px;
}
/* header */
#header {
position: relative;
/* background: url(headerbg-blue.gif) repeat-x;*/
height: 84px;
}
#header h1#logo {
position: absolute;
margin: 0; padding: 0;
font: bolder 4.1em 'Trebuchet MS', Arial, Sans-serif;
letter-spacing: -2px;
color: #CCC;
text-transform: lowercase;
/* change the values of top and Left to adjust the position of the logo*/
top: 0; left: 5px;
}
#header h2#slogan {
position: absolute;
margin: 0; padding: 0;
font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
text-transform: none;
color: #FFF;
/* change the values of top and Left to adjust the position of the slogan*/
top: 48px; left:65px;
}
#header .searchform {
position: absolute;
top: 5px; right: 3px;
}
/* main column */
#main {
float: left;
margin-left: 15px;
padding: 0;
width: 54%;
border-left: 1px solid #f2f2f2;
}
.post-footer {
background-color: #FAFAFA;
padding: 5px; margin-top: 20px;
font-size: 95%;
border: 1px solid #f2f2f2;
}
.post-footer .date {
background: url(clock.gif) no-repeat left center;
padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
background: url(comment.gif) no-repeat left center;
padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
background: url(page.gif) no-repeat left center;
padding-left: 20px; margin: 0 10px 0 5px;
}
/* sideabar */
#sidebar {
float: left;
width: 21%;
margin: 0; padding: 0;
display: inline;
}
#sidebar ul.sidemenu {
list-style: none;
text-align: left;
margin: 0 0 8px 0;
padding-right: 0;
text-decoration: none;
}
#sidebar ul.sidemenu li {
border-bottom: 1px solid #EFF0F1;
background: url(arrow.gif) no-repeat 2px 5px;
padding: 2px 5px 2px 20px;
}
* html body #sidebar ul.sidemenu li { height: 1%; }
#sidebar ul.sidemenu a {
font-weight: bold;
background-image: none;
text-decoration: none;
}
/* rightbar */
#rightbar {
float: right;
width: 21%;
padding: 0;
}
/* footer */
#footer {
clear: both;
background: #FFF url(footerbg.gif) repeat-x left top;
border-top: 1px solid #F2F2F2;
text-align: center;
height: 50px;
}
#footer a {
text-decoration: none;
font-weight: bold;
}
/* menu */
#menu {
clear: both;
margin: 0; padding: 0;
}
#menu ul {
position: relative;
bottom: 4px;
margin: 0; padding: 0;
float: left;
font: bold 1.4em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
width: 850px;/* 775px; */
border: 1px solid #808080;
border-width: 0 0 4px 0;
list-style: none;
}
#menu ul li{
display: inline;
}
#menu ul li a {
position: relative; bottom: -4px;
float: left;
color: #808080;
padding: 0px 10px;
text-decoration: none;
background: white url(menudivide.gif) repeat-y right top;
border-bottom: 4px solid #808080;
}
#menu ul li a:hover{
color: black;
background-color: #F3F3F3;
border-bottom: 4px solid #3791D7;
}
#menu ul li#current a{
color: #333;
background-color: #F3F3F3;
border-bottom: 4px solid #3791D7;
}
/* Alignment classes */
.float-left { float: left;}
.float-right { float: right; }
.align-left { text-align: left; }
.align-right { text-align: right; }
.align-center { text-align: center; }
.align-justify { text-align: justify; }
/* display classes */
.clear { clear: both; }
.block { display: block; }
.hide { display: none; }
.blue { color: #3791D7; }
/* added by MCO */
#flashcontent {
width:100%;
height:100%;
}
__________________________________________________________________
The param.xml file looks like this:
The param.xml file looks like this:
<?xml version="1.0" encoding="UTF-8"?>
<params>
<customParams sspWidth="541" sspHeight="441" />
<nativeParams
albumBackgroundAlpha="100"
albumBackgroundColor="0x1A1A1A"
albumDescColor="0xCCCCCC"
albumDescSize="9"
albumPadding="6"
albumPreviewScale="Proportional"
albumPreviewSize="54,40"
albumPreviewStrokeColor="0xFFFFFF"
albumPreviewStrokeWeight="1"
albumPreviewStyle="Inline Left"
albumRolloverColor="0x262626"
albumStrokeAppearance="Visible"
albumStrokeColor="0x333333"
albumTextAlignment="Left"
albumTitleColor="0xFFFFFF"
albumTitleSize="9"
audioLoop="Off"
audioPause="Off"
audioVolume="75"
autoFinishMode="Switch"
cacheContent="None"
captionAppearance="Overlay Auto"
captionBackgroundAlpha="75"
captionBackgroundColor="0x000066"
captionHeaderAppearance="Hidden"
captionPadding="5,5,5,5"
captionPosition="Bottom"
captionTextAlignment="Left"
captionTextColor="0xEEEEEE"
captionTextSize="9"
contentAlign="Center"
contentAreaBackgroundAlpha="100"
contentAreaBackgroundColor="0x000066"
contentAreaStrokeAppearance="Visible"
contentAreaStrokeColor="0x262626"
contentFormat="Normal"
contentFrameAlpha="100"
contentFrameColor="0x262626"
contentFramePadding="0"
contentFrameStrokeAppearance="Hidden"
contentFrameStrokeColor="0x333333"
ontentOrder="Sequential"
contentScale="Downscale Only"
directorLargeImageSettings="80,1,100"
directorThumbImageSettings="50,1"
displayMode="Auto"
feedbackBackgroundAlpha="40"
feedbackBackgroundColor="0x000000"
feedbackHighlightAlpha="80"
feedbackHighlightColor="0xFFFFFF"
feedbackPreloaderAlign="Center"
feedbackPreloaderAppearance="Pie"
feedbackPreloaderPosition="Inside Content Area"
feedbackScale="100"
feedbackTimerAlign="Top Right"
feedbackTimerAppearance="Visible"
feedbackTimerPosition="Inside Content Area"
galleryAppearance="Hidden"
galleryBackgroundAlpha="100"
galleryBackgroundColor="0x121212"
galleryColumns="2"
galleryOrder="Left to Right"
galleryPadding="10"
galleryRows="4"
galleryNavActiveColor="0x303030"
galleryNavAppearance="Visible"
galleryNavInactiveColor="0x000000"
galleryNavRolloverColor="0x262626"
galleryNavStrokeAppearance="Visible"
galleryNavStrokeColor="0x141414"
galleryNavTextColor="0xCCCCCC"
galleryNavTextSize="9"
iconInactiveAlpha="40"
iconShadowAlpha="60"
keyboardControl="On"
mediaPlayerAppearance="Visible"
mediaPlayerBackgroundAlpha="25"
mediaPlayerBackgroundColor="0x000066"
mediaPlayerBufferColor="0x000000"
mediaPlayerControlColor="0xFFFFFF"
mediaPlayerElapsedBackgroundColor="0xFFFFFF"
mediaPlayerElapsedTextColor="0x000000"
mediaPlayerIconColor="0xCCCCCC"
mediaPlayerPosition="Bottom"
mediaPlayerProgressColor="0xCCCCCC"
mediaPlayerScale="80"
mediaPlayerTextColor="0xEEEEEE"
mediaPlayerTextSize="9"
mediaPlayerVolumeBackgroundColor="0x000000"
mediaPlayerVolumeHighlightColor="0xCCCCCC"
navAppearance="Always Visible"
navBackgroundAlpha="100"
navBackgroundColor="0x000066"
navButtonsAppearance="All Visible"
navGradientAlpha="30"
navGradientAppearance="Glass Dark"
navIconColor="0xEEEEEE"
navLinkAppearance="Thumbnails"
navLinkCurrentColor="0xEEEEEE"
navLinkPreviewAppearance="Visible"
navLinkPreviewBackgroundAlpha="100"
navLinkPreviewBackgroundColor="0xFFFFFF"
navLinkPreviewScale="Proportional"
navLinkPreviewSize="80,60"
navLinkPreviewStrokeWeight="1"
navLinkRolloverColor="0xFFFFFF"
navLinkSpacing="10"
navLinksBackgroundAlpha="100"
navLinksBackgroundColor="0x000066"
navNumberLinkColor="0x999999"
navNumberLinkSize="9"
navPosition="Bottom"
navThumbLinkBackgroundColor="0x666666"
navThumbLinkInactiveAlpha="100"
navThumbLinkShadowAlpha="60"
navThumbLinkSize="20,20"
navThumbLinkStrokeWeight="1"
permalinks="Off"
soundEffects="None,None,None"
textStrings="Previous Screen,Next Screen,Screen,of,No caption,No title"
transitionDirection="Left to Right"
transitionLength="2"
transitionPause="4"
transitionStyle="Cross Fade"
typeface="Lucida Grande,Lucida Sans Unicode,Verdana,Arial,_sans"
typefaceHead="Lucida Grande,Lucida Sans Unicode,Verdana,Arial,_sans"
typefaceEmbed="Off"
videoAutoStart="On"
videoBufferTime="0.1"
videoSmoothing="On"
xmlFilePath="images.xml"
xmlFileType="Default" />
</params>
|