Help with 3 Columns…
-
Greetings all.
I was wondering if anyone can help troubleshoot this one. If you visit my blog at:
https://www.forceforge.com
Try and resize the page and look at the RIGHT column. Here’s what my layout CSS:
#login, #search, #archives, #categories, #wp-calendar {/*3 columns menu */
left: 735px;
margin: 0;
position: absolute;
width: 110px;
border: 1px solid #666666;
background-color: #FFFFFF;
padding: 0 8px;
}
#login {
top: 55px;
}
#search {
top: 265px;
}
#archives {
top: 255px;
/*top: 275px;*/
}
#categories {
top: 405px;
}
#wp-calendar {
top: 95px;
background: transparent;
empty-cells: show;
font-size: 12px;
width: 125px;
margin-bottom: 8px;
}
Thank you in advance
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Help with 3 Columns…’ is closed to new replies.