Advertisement
Advertisement
| 07.09.2008 at 11:21AM PDT, ID: 23551257 |
|
[x]
Attachment Details
|
||
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: |
CSS:
body {
background-image: url('b52a.jpg');
}
#top_links{
font-family: "Courier New", Courier, monospace;
font-size: 0.9px;
display: block;
}
#top_links ul{
list-style-type:none;
}
#top_links li{
float: left;
display: inline-block;
border-top-style: dotted;
border-width: thin;
border-bottom-style: dotted;
border-color: #CC00FF;
}
#top_links a:hover{
background-color: #9933FF;
}
#container {
margin: 0,auto;
position: absolute;
left: 165px;
top: 29px;
width: 558px;
height: 446px;
z-index: 1 }
#content {
}
#side_bar {
position: relative;
float: left;
display: inline;
}
#side_bar ul {
display: inline-block;
list-style-type: none;
}
#side_bar li {
display: block;
font-family: Arial, Helvetica, sans-serif;
font-size: 0.9px;
}
top_links a:link {
background-color: #FF0066;
}
HTML:
<!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" dir="ltr">
<!-- #BeginTemplate "Photos.dwt" -->
<head>
<title></title>
<link rel="stylesheet" type="text/css" href="photos.css">
<style type="text/css"></style>
</head>
<body>
<div id="container">
<div id="page_content">
<div id="content">
<div id="inline_page">
<iframe src="Jdcamp/index.shtml" style="height: 444px; width: 345px"></iframe>
</div>
<div id="side_bar">
<ul>
<li>Home</li>
</ul>
</div></div></div></div>
<!-- #BeginEditable "%23content" -->
<!-- #EndEditable -->
</body>
<!-- #EndTemplate -->
</html>
|