Advertisement
Advertisement
| 10.22.2008 at 05:26PM PDT, ID: 23839201 |
|
[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: |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
<link href="css/default.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="javascript/scriptaculous.js"></script>
<script type="text/javascript" src="javascript/prototype.js"></script>
<script type="text/javascript" src="javascript/effects.js"></script>
<script type="text/javascript">
window.onload = begin;
function begin()
{
new Effect.Appear(document.getElementById('DivLayout-Fadewrapper'), { duration: 2.0, delay: 4.0});
new Effect.Fade(document.getElementById('DivLayout-Loadingwrapper'), { duration: 2.0, delay: 2.0});
new Effect.SlideDown(document.getElementById('slidedown_demo'), { duration: 2.0, delay: 2.0});
}
</script>
<script type="text/javascript">
function handleClick(elemId,href){
$(elemId).fade();
setTimeout("nav('"+href+"')",1500);
return false;
}
function nav(href){
location.href=href;
}</script>
</head>
<body>
<div id="DivLayout-Loadingwrapper">
<img src="images/loading.gif" alt="Loding indicator" class="loadingimage" /><br />
<span>Now loading website - Please wait</span>
<p>Note: Your browser must have Javascript enabled to view this website, if page content does not load
shortly, please check your browsers settings.</p>
</div>
<div id="DivLayout-Fadewrapper" style="display:none">
<div id="DivLayout-Mainwrapper">
<div id="DivLayout-Headwrapper">
<div id="slidedown_demo" style="display:none; width:80px; height:80px; background:#ccc; text-align:center;">
<div>
This is some test content. This is some test content.
</div>
</div>
</div>
<div id="DivLayout-Menuwrapper">Content for id "DivLayout-Menuwrapper" Goes Here</div>
<div id="DivLayout-Contentwrapper">
<p>Content for id "DivLayout-Contentwrapper" Goes Here</p>
<p> </p>
<p> </p>
<p><a href="test.html" onclick="return handleClick('DivLayout-Fadewrapper',this.href);">test link</a></p>
<p> </p>
<p> </p>
<li><a href="#" onclick="Effect.SlideDown('slidedown_demo'); return false;">Click here for a demo!</a></li>
<p> </p>
</div>
<div id="DivLayout-Basewrapper"><!--Creates base shadow--></div>
</div>
<div id="DivLayout-Copyrightwrapper">
<span>
W3C Standards compliant XHTML | CSS by Richard Massey<br />
Copyright © 2008, -------------, All rights reserved.
</span>
<a href="test.html" onclick="return handleClick('DivLayout-Fadewrapper',this.href);">Link One</a>|
<a href="test.html" onclick="return handleClick('DivLayout-Fadewrapper',this.href);">Link Two</a>|
<a href="test.html" onclick="return handleClick('DivLayout-Fadewrapper',this.href);">Link Three</a>|
<a href="test.html" onclick="return handleClick('DivLayout-Fadewrapper',this.href);">Link Four</a>|
<a href="test.html" style="margin-right:0" onclick="return handleClick('DivLayout-Fadewrapper',this.href);">Link Five</a>
</div>
</div>
</body>
</html>
|