Advertisement
| 09.30.2008 at 10:07AM PDT, ID: 23775409 |
|
[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: |
<!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=UTF-8" />
<title>Rachel Cyrene Blackman</title>
<style type="text/css">
<!--
@import url("css/mygall.css");
@import url("css/hoverbox/css");
@import url("css/sfishrcb.css");
body {
background: #000000;
margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
padding: 0;
text-align: right; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
color: #000000;
font-size: 12px;
font-family: Rough_Typewriter;
}
.twoColFixRtHdr #container {
}
p {
background-repeat: no-repeat;
background-image: url(img/paragraph2.png);
color: #CCCCCC;
font-size: 12px;
position: relative;
width: 400px;
text-align: center;
white-space: normal;
display: block;
height: auto;
margin-right: 100px;
}
.twoColFixRtHdr #container {
width: 800px;
margin: 0 auto;
text-align: center; /* this overrides the text-align: center on the body element. */
font-size: 13px;
line-height: 15px;
background-repeat: no-repeat;
}
.twoColFixRtHdr #header {
margin-top: 100px;
}
.twoColFixRtHdr #header h1 {
margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
margin-top: 0px;
width: 200px;
text-align: right;
font-size: 14px;
color: #FFFFFF;
}
.twoColFixRtHdr #sidebar1 {
float: right; /* since this element is floated, a width must be given */
width: 180px; /* the background color will be displayed for the length of the content in the column, but no further */
padding: 0;
height: 425px;
margin-right: 0px;
margin-top: 50px;
font-size: 14px;
text-align: center;
font-family: Rough_Typewriter;
font-weight: bold;
list-style-image: none;
list-style-type: none;
margin-left: 600px;
color: #345DA4;
z-index: -1;
position: absolute;
}
.twoColFixRtHdr #sidebar1 {
}
.twoColFixRtHdr #mainContent {
margin: 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
padding: 0px;
width: 800px;
margin-left: 0px;
height: 500px;
font-family: Rough_Typewriter;
font-size: 7px;
text-align: center;
margin-right: 0px;
color: #FFFFFF;
background-image: url(img/cambig.png);
margin-top: -50px;
}
.twoColFixRtHdr #container #header #mainNavy {
}
.twoColFixRtHdr #footer {
padding: 0;
background-image: none;
color: #FFFFFF;
font-weight: bolder;
font-size: 14px;
font: "skia";
width: 802px;
background-repeat: no-repeat;
background-position: 0;
text-align: center;
}
.twoColFixRtHdr #footer p {
margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
padding: 0;
height: 50px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
float: right;
margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
float: left;
margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}
-->
</style>
<!--[if IE 5]>
<style type="text/css">
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixRtHdr #sidebar1 { width: 220px; }
</style>
<![endif]-->
<!--[if IE]>
<style type="text/css">
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixRtHdr #sidebar1 { padding-top: 30px; }
.twoColFixRtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->
<style type="text/css">
<!--
.sideTwo {
font-family: skia;
font-size: 12px;
color: #2C5BA4;
text-decoration: none;
background-image: url(img/Pbckgrnd.png);
background-repeat: no-repeat;
text-align: center;
position: relative;
}
.style8 {color: #000000}
h4 {
display: block;
height: 54px;
width: 54px;
position: absolute;
left: 5px;
top: 145px;
bottom: 250px;
background-color: #FFFF00;
}
#apDiv1 {
position:absolute;
width:200px;
height:115px;
z-index:1;
}
-->
</style>
</head>
<body class="twoColFixRtHdr">
<div id="container" >
<div id="header">
<!-- end #header -->
</div>
<div id="mainContent"> <div id="sidebar1">
<h4><form><img src="img/P.png" input type="button" name="photos" onclick=onClick="window.location=url(photos.html")> </form></h4>
</div>
<div style="width:350px; text-align:center;background-color:#000000;border:thin,white,solid;margin-top:170px; margin-left:155px;"></div>
<!-- end #mainContent -->
</div>
<div id="work"><div id="products">
<ul id="gallery">
<li> <a href="pagetwo.html">Photos<span><img src="img/indexboys copy.jpg" /></span> </a></li>
<li><a href="nogo">Posters </a> </li>
<li> <a href="nogo"> Writing</a> </li>
<li> <a href="posters"> Media</a> </li>
</span>
</ul>
</div></div>
<!-- This clearing element should immediately follow the #mainContent div in order to force the #container div to contain all child floats --><br class="clearfloat
<div id="footer="footer" />
<div id="footer">
<div id="footer2"><img src="img/ruleruse.png" /></div>
<!-- end #container -->
<!-- end #footer --></div>
</div>
</body>
</html>
|
Advertisement