|
[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. |
||
| 09/02/2009 at 01:12AM PDT, ID: 24700504 |
|
[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: |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!-- standalone page styling -->
<style>
body {
padding:50px 50px;
font-family:"Lucida Grande","Lucida Sans Unicode","bitstream vera sans","trebuchet ms",verdana;
}
/* get rid of those system borders being generated for A tags */
a:active {
text-decoration:none;
}
:focus {
-moz-outline-style:none;
}
</style>
<!--this file includes all tools together with the jQuery library-->
<script src="http://cdn.jquerytools.org/1.0.2/jquery.tools.min.js"></script>
<!-- tab styling -->
<link rel="stylesheet" type="text/css" href="http://static.flowplayer.org/css/tabs.css" />
<!-- tab pane styling -->
<style>
/* tab pane styling */
div.panes div {
display:none;
padding:15px 10px;
border:1px solid #999;
border-top:0;
height:100px;
font-size:14px;
background-color:#fff;
}
</style>
<!-- <img border="0" src="Picture1.GIF" width="139" height="96" />-->
<h3 style="font=family: arial; font-size:18pt;font-weight:bold; color:gray">Company B<br />Monthly Service Profile<br />
<span style="font-size:10pt;font-weight:light;color:orange">Reporting Month: July 2009</span>
</h3>
<!-- the tabs -->
<ul class="tabs">
<li><a href="#first">Distribution</a></li>
<li><a href="#second">Exec Summary</a></li>
<li><a href="#third">KPIs</a></li>
<li><a href="#fourth">Appendices</a></li>
</ul>
<!-- tab "panes" -->
<div class="panes">
<div>
<p <a href="#first"></a></br>
<ul>
<li><a style="text-decoration:none;color:Gray"href="001_Landscape_V22.html"target='_blank'>Distribution List</a></br></li>
<li><a style="text-decoration:none;color:Gray"href="001_Landscape_V23.html"target='_blank'>Distribution List BNP Paribas</a></br></li>
</ul>
</p></div>
ETC ETC
<!-- </div>-->
<!-- <div>-->
<!-- </div>-->
<!-- </div>-->
<!-- This JavaScript snippet activates the tabs -->
<script>
// perform JavaScript after the document is scriptable.
$(function() {
// setup ul.tabs to work as tabs for each div directly under div.panes
$("ul.tabs").tabs("div.panes > div");
});
</script>
|
Advertisement