Page is a not externally linkable
shug - 2:45 pm on Mar 6, 2010 (gmt 0)
I have about seven different images below my navgation bar and the navigation div is closed after he last image.
CSS for the sidebar is as follows:
#sidebar {
float:left;
width:150px;
\width:170px;
w\idth:150px;
margin:0;
margin-right:0;
padding:10px;
background-color: #fff;
}
#sidebar dl{
width: 148px;
margin: 0 auto;
padding: 0;
border-left: 1px solid navy;
border-right: 1px solid navy;
border-top: 1px solid navy;
border-bottom: 1px solid navy;
}
#sidebar dd {
margin:0;
padding:0;
color: blue;
font-size: 9px;
border-top: 1px solid #fff;
background: #fff2c8;
}
#gallery a {
background: #cfd7ff url(images1/c1arrowr.gif) 5px 50% no-repeat;
color:gray;
text-decoration:none;
font-weight: normal;
display:block;
padding-left: 24px;
height: auto;
overflow: hidden;
}
#gallery a:hover {
background: #F0FFFF url(images1/c1arrowr.gif) 5px 50% no-repeat;
color:blue;
text-decoration: underline;
}
#sidebar dd.current {
padding-left: 24px;
background: #fff8dc url(images1/green1.gif) 5px 50% no-repeat;
color: navy;
}
#poppy {
border: 1px solid navy;
margin-top: 2px;
}
Thanks for your time.