Code:
/* CSS Document */
/* CSS RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
background-image:url(assets/images/bgtile.png);
background-repeat: repeat-x;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/* END OF CSS RESET */
/* SPIDER BACKGROUND */
#box {
width:800px;
height:850px;
margin-left:auto;
margin-right:auto;
margin-top:0px;
background-image:url(assets/images/spiderbg.png);
background-repeat:no-repeat;
}
/* CONTENT BOX MOJO */
#contentBox {
width:300px;
height:20px;
padding-top:200px;
margin-left:30%;
margin-right:30%;
}
#contentBox ul {
margin:0px;
padding:0px;
position:relative;
width:100%;
}
#contentBox ul li {
display:inline;
float:left;
background-color:#000;
color:#FFF;
}
.titleCell {
width:75px;
height:20px;
position:relative; z-index:1000;
margin:0px; padding:0px;
cursor:pointer;
}
.titleCell strong {
font-size:14px;
position:absolute; z-index:1000;
width:73px; height:18px;
text-align:center;
border:#000 solid; border-width:1px;
}
#contentBox ul ul {
position:absolute; left:0px;
display:none;
z-index:100;
}
#contentBox ul ul li {
border:#000 solid;
border-width:1px;
width:500px;
padding:10px;
margin-top:50px;
margin-left:-100px;
color:#FFF;
background-color:#CCC;
opacity: 0.2;
}
#contentBox ul li:hover ul {
display:block; top:-1px; top:19px;
}
#contentBox ul li:hover .titleCell strong {
border-width:1px;
background-color:#000;
color:#666;
}
Bookmarks