Advertisement
Advertisement
| 03.02.2008 at 07:10AM PST, ID: 23207486 |
|
[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: |
The footer, taken from MasterPage.master
<div id="footer" class="FooterText">
<br />
© 2008 AcmeProducts, Inc. All rights reserved. | (800) 000-0000 | <a href="privacy.html">Privacy/Legal</a><br />
We welcome your site <a href="mailto:webmaster@acmeproducts.com?subject=Website Feedback">feedback</a>. Please send us your questions and/or comments.<br />
<br />
<a href="http://www.section508.gov" target="_blank">
<img src="images/colophon_sec508.gif" alt="This site conforms to the US Government Section 508 Accessibility Guidelines" /></a>
<a href="http://www.w3.org/WAI/WCAG1AA-Conformance" target="_blank">
<img src="images/colophon_wai-aa.gif" alt="This site conforms to the W3C-WAI Web Content Accessibility Guidelines" /></a>
<a href="http://validator.w3.org/check/referer" target="_blank">
<img src="images/colophon_xhtml.png" alt="This site is valid XHTML" /></a>
<a href="http://jigsaw.w3.org/css-validator/check/referer" target="_blank">
<img src="images/colophon_css.png" alt="This site was built with valid CSS" /></a>
<img src="images/colophon_anybrowser.png" alt="This site is usable in any web browser" />
</div>
And the css that shapes it:
.FooterText
{
text-align:center;
position:absolute;
bottom:12px;
font-size:11px;
font-weight:normal;
text-decoration:none;
font-family:Verdana;
margin-top:10px;
margin-left:0px;
margin-bottom:2px;
padding:0px;
color:#999999;
white-space:nowrap;
width:100%;
}
.FooterText img { border-style: none; }
.FooterText A:link { font-weight:normal; color:#999999; text-decoration:underline; }
.FooterText A:visited { font-weight:normal; color:#999999; text-decoration:underline; }
.FooterText A:active { font-weight:normal; color:#999999; text-decoration:underline; }
.FooterText A:hover { font-weight:normal; color:#FF6600; text-decoration:underline; }
|