We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Add Reply
  • Pages:
  • 1
  • 5
  • 17
Sidebar
Topic Started: Apr 27 2011, 11:23 PM (25,723 Views)
Cory
Member Avatar
Member
[ *  *  *  *  *  *  *  *  * ]
Code Name: Sidebar

Preview

What the code does: This code will add a sidebar to the left of your board so you can add in content to the side of your board.

How to use the code: Simply follow the instructions below and edit in any content that you wish to display on the sidebar.

How to install the code:

Admin CP Posted Image Themes Posted Image Themes Posted Image Edit Theme Appearance
Code:
 
#sidebar {
padding: 10px;
position: absolute;
width: 150px;
}

#main {
margin-left: 170px !important;
}
Admin CP Posted Image Themes Posted Image Themes Posted Image Edit Theme Layout: Above <!-- BOARD --> Tag HTML
Code:
 
<div id="sidebar">
<div id="portal">
<div class="portal_box">
<h2>Title</h2>
<div class="portal_content">Content</div>
</div>
<div class="portal_box">
<h2>Title</h2>
<div class="portal_content">Content</div>
</div>
<div class="portal_box">
<h2>Title</h2>
<div class="portal_content">Content</div>
</div>
<div class="portal_box">
<h2>Title</h2>
<div class="portal_content">Content</div>
</div>
<div class="portal_box">
<h2>Title</h2>
<div class="portal_content">Content</div>
</div>
</div>
</div>
Extra notes: The HTML will add five blocks for you to modify, you can add more or remove some to have less. Please post here if the code didn't work or you wish to make modifications to it.
Offline Profile Quote Post Goto Top
 
Replies:
Cory
Member Avatar
Member
[ *  *  *  *  *  *  *  *  * ]
Code:
 
<center><table width="100%" border="1">
<TR>
<TD class="maintitle"><img src="http://i1.ifrm.com/style_images/1/nav_m.gif">BULLETIN BOARD
</TD>
</TD>
</TR>
<TR>
<TD class="row4"><marquee>BREAKING NEWS: Virus Outbreak confirmed. Thousands reported dead, Martial Law has been implemented. Please stay in your homes and wait for further instructions!<marquee></TD></TR></center>
Locate that in your Board Template and change it to this:
Code:
 
<table border="1">
<tr>
<td class="maintitle">
<img src="http://i1.ifrm.com/style_images/1/nav_m.gif" alt="nav" />BULLETIN BOARD
</td>
</tr>
<tr>
<td class="row4">
<marquee>BREAKING NEWS: Virus Outbreak confirmed. Thousands reported dead, Martial Law has been implemented. Please stay in your homes and wait for further instructions!</marquee>
</td>
</tr>
</table>
Offline Profile Quote Post Goto Top
 
Seiyoku
Member Avatar
Member
[ * ]
You, my dear, are amazing!

Solved the issue completely.

Thank you so much for that!
Offline Profile Quote Post Goto Top
 
Toytrain
Member Avatar
Member
[ * ]
Cory in the past few days I find myself browsing your threads and help posts more and more. I just wanted to say wow and thank you so much!

I am fast becoming a fan <3
Offline Profile Quote Post Goto Top
 
PrionBlank
Member Avatar
Member
[ * ]
I want to know how to make the same kind of Sidebar like this one http://z13.invisionfree.com/BleachNewAge -- so I can add it to my forum :(
Offline Profile Quote Post Goto Top
 
Cory
Member Avatar
Member
[ *  *  *  *  *  *  *  *  * ]
No problem, Toytrain.

PrionBlank: The coding in the original post is very similar to that board in terms of layout. The styles are based on the theme the user is currently using. You can make it so the H2's don't have a background and border or remove them altogether.
Offline Profile Quote Post Goto Top
 
Ramis
Member
[ * ]
Ok, so I'm having the same problem that previous people have had with the sidebar bleeding past the board below the wrap. I've added the additional code, but it doesn't seem to have done anything.

This is what I have for my CSS (note this is a preliminary CSS and I will be changing much of the color scheme and what not as I go along. Also, the sidebar codes are towards the bottom.):
Code:
 
html,body {
background:#404040 ;
color:#989898;
font-family:"Helvetica", "Arial", "Bitstream Vera Sans", "Verdana", sans-serif;
font-size:93.3%;
margin:0;
padding:0;
}

a {
color:#eee6ab;
text-decoration:none;
}

a:hover {
color:#bdb88e;
text-decoration:underline;
}


hr {
background-color:#2C2C2C;
border:0;
color:#2C2C2C;
height:1px;
}

table {
background:#2c2c2c;
border-collapse:separate;
border-spacing:0;
clear:both;
empty-cells:show;
width:100%;
}

th,td {
border:1px solid #1d1d1d;
}

th {
background:url(http://img580.imageshack.us/img580/4408/an7s.jpg) repeat-x scroll #4b4e51;
color:#989898;
font-weight:400;
padding:3px 5px;
text-align:left;
}

td {
background:url(http://img801.imageshack.us/img801/8533/gps0.jpg) top repeat-x #292c2f;
color:#989898;
border: 1px solid #4c4e50;
border-bottom: none;
padding:5px 10px;
}

th a,th a:hover {
color:#777;
font-weight:700;
}


h1 {
font-size:200%;
}

h2,h3 {
font-size:100%;
}

.category h2,.topic h2,#portal h2,#portal_foot h2,thead th {
color:#fff;
font-size:110%;
font-weight:700;
}

thead th {
border:1px solid #4C4E50;
border-bottom-width:1px;
padding:5px;
text-align:center;
}

h2.special {
background:transparent url(http://img62.imageshack.us/img62/329/6gn3.jpg)
repeat-x scroll center top;
border-color:#45484b
font-size:95%
height:13 px
margin-left:1px
margin-right:1px
}

input,select,textarea,button,a.btn_fake {
background:#333537 url(http://img707.imageshack.us/img707/2093/mdg6.jpg) repeat-x scroll center top;
border:1px solid #4ce50;
color:#989898;
padding:3px 5px;
vertical-align:middle;
font-size:95%;
}

textarea {
font-family:"Verdana", sans-serif;
font-size:100%;
margin:auto;
width:98%;
}

input:focus,input.focus,textarea:focus,textarea.focus {
border-color:#989898;
}

.submit_error {
background:#fff8eb;
}

button,a.btn_fake {
background:url(http://img203.imageshack.us/img203/5955/ptm4.jpg) repeat-x scroll center top #36393b;
border:1px solid #4c4e50
color:#989898;
cursor:default;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:90%;
overflow:visible;
width:auto;
}

button:hover,a.btn_fake:hover {
border-color:#989898;
}

button.btn_text {
background:none;
border:0;
cursor:pointer;
font-family:Arial, "Bitstream Vera Sans", Verdana, sans-serif;
font-size:100%;
}

.notice {
background:url(http://z3.ifrm.com/194/76/0/p78643/rowslight.jpg) top repeat-x #2b2b2b;
border:1px solid #1d1d1d;
color:#959595;
margin:10px auto 0;
width:70%;
}

.notice dt {
color:#8CB5E7;
font-weight:700;
}

.notice dd {
font-style:italic;
}

dl.info {
background:url(http://z3.ifrm.com/194/76/0/p78643/rowslight.jpg) top repeat-x #2b2b2b;
border-color:#1d1d1d;
}

.info dt {
background:url(http://z3.ifrm.com/194/76/0/p78642/rowsdark.jpg) top repeat-x #272727;
color:#b3b3b3;
}

dl.error {
background:#2b2b2b;
border-color:#1d1d1d;
margin-bottom:5px;
}


.error dt {
background:url(http://z3.ifrm.com/194/76/0/p78642/rowsdark.jpg) top repeat-x #272727;
color:#f22d2d;
}

#top ul,#nav,ul.cat-pages,ul.cat-topicpages,table.calendar ul,div.meta_menu ul,#pm_folderlist,#profile_menuwrap ul {
list-style:none;
padding:0;
}

#profile_menuwrap ul,ul.cat-topicpages,blockquote dl,#fast-reply dd {
margin:0;
}

#top li,#nav li,ul.cat-pages li,ul.cat-topicpages li,table.calendar li,#pm_folderlist li,#profile_menuwrap li,#ucp_gallery li {
display:inline;
}

#top_bar {
display:none;
}

#top {
background:url(http://z3.ifrm.com/194/76/0/p78589/topmenu.jpg) repeat-x top #586eb1;
border:1px solid #1d1d1d;
height:18px;
padding:0 2% 2px;
font-size:90%;
}

#top_info {
color:#fff;
float:left;
margin-top:4px;
}

#top_menu {
background: #1d1d1d;
border-left:1px solid #1d1d1d;
float:right;
margin-top:0px;
}

.drop_menu img { padding-right:2px; }

.drop_menu li {
background:url(http://z3.ifrm.com/194/76/0/p78591/topmenu.jpg) top repeat-x #393939;
float:left;
margin-right:1px;
text-align:center;
font-size:90%;
}

.drop_menu a {
display:block;
padding:2px .25em;
position:relative;
width:9em;
}

.drop_menu a:hover {
color:#ef7400;
text-decoration:none!important
}

.drop_menu ul {
-moz-opacity:0.85;
border-top:1px solid #1d1d1d;
color:#fff;
left:-999em;
margin:0;
opacity:0.85;
position:absolute;
width:9.4em;
}

.drop_menu ul li {
font-size:85%;
margin:0;
padding:0;
width:100%;
}

.drop_menu ul li a {
background:url(http://z3.ifrm.com/194/76/0/p78642/rowsdark.jpg) top repeat-x #272727;
border:0 solid #1d1d1d;
border-width:0 1px 1px;
display:block;
padding:4px 5%;
width:90%;
}

.drop_menu li ul li a:hover {
background:url(http://z3.ifrm.com/194/76/0/p78643/rowslight.jpg) top repeat-x #2b2b2b;
}

#logo {
background:url(http://z3.ifrm.com/194/76/0/p78594/logo.jpg) repeat-x top #232323;
border:1px solid #1f1f1f;
border-top:0;
clear:both;
margin:0;
}

#submenu_bar {
height:6px;
border:1px solid #1d1d1d;
border-top:0;
background:url(http://z3.ifrm.com/194/76/0/p78642/rowsdark.jpg) top repeat-x #272727;
}

#submenu {
background:url(http://z3.ifrm.com/194/76/0/p78589/topmenu.jpg) repeat-x top #586eb1;
color:#fff;
font-size:80%;
margin:0;
padding:3px 5px 3px;
text-align:right;
border:1px solid #1d1d1d; border-top:0;
}

#wrap {
background:#fff;
border:1px solid #3A5197;
margin:0 2% 30px;
}

#nav {
background:url(http://z3.ifrm.com/194/76/0/p78847/th.jpg) repeat-x top #2d2d2d;
color:#959595;
border:1px solid #1d1d1d;
border-top:0;
height:1%;
padding:4px 1%;
font-size:92.5%;
}

.meta_box {
background:url(http://z3.ifrm.com/194/76/0/p78589/topmenu.jpg) repeat-x top #272727!important;
border:1px solid #1d1d1d;
font-size:85%;
line-height:150%;
padding:10px 25px;
}

.meta_menu {
background:url(http://z3.ifrm.com/194/76/0/p78847/th.jpg) repeat-x top #2d2d2d;
border:1px solid #1d1d1d;
padding:3px;
width:49%;
}

.meta_menu h3 {
background:url(http://z3.ifrm.com/194/76/0/p79033/meta_menu.jpg) repeat-x top left #272727;
border:1px solid #1d1d1d;
clear:both;
color:#b3b3b3;
font-size:100%;
font-weight:700;
margin:-1px;
text-align:center;
padding:6px;
}

ul.cat-pages {
float:left;
font-size:90%;
margin:15px 0;
padding: 5px 1px;
width:49%;
}

.cat-pages a,.cat-pagesjump i,.cat-topicpages a {
background:url(http://z3.ifrm.com/194/76/0/p78589/topmenu.jpg) repeat-x top #586eb1;
border:1px solid #1d1d1d;
color:#b3b3b3;
}

.cat-pages a:hover,.cat-topicpages a:hover {
color:#fff;
}

.cat-pages span {
background:url(http://z3.ifrm.com/194/76/0/p78642/rowsdark.jpg) top repeat-x #272727;
border:1px solid #1d1d1d;
color:#959595;
cursor:default;
font-weight:700;
padding:2px 5px;
}

.cat-pages input {
background:#373737;
color:#1d1d1d;
padding:3px 5px;
vertical-align:baseline;
}

ul.cat-topicpages {
float:right;
font-size:80%;
padding:1px 0;
}

tr.generic td,div.generic {
font-size:120%;
font-weight:700;
padding:20px;
text-align:center;
}

td.c_head,td.c_foot,td.c_sort {
background:url(http://z3.ifrm.com/194/76/0/p78846/dr2.jpg) repeat-x top #2b2b2b;
color:#959595;
font-size:80%;
}

td.c_desc {
background:url(http://z3.ifrm.com/194/76/0/p78642/rowsdark.jpg) top repeat-x #272727;
font-weight:700;
text-align:right;
vertical-align:middle;
width:200px;
}

td.c_desc small {
display:block;
font-weight:400;
}

tr.pm_new td {
background:#2f2f2f;
font-weight:700;
}

tr.hidden td.c_post {
background:#D8DCEB;
}

.bday {
background:url(http://z3.ifrm.com/static/1/s_minibday.png) no-repeat;
color:#425384;
font-size:90%;
font-weight:700;
height:16px;
padding:2px 2px 2px 18px;
width:20px;
}

.c_mark {
background:url(http://z3.ifrm.com/194/76/0/p78642/rowsdark.jpg) top repeat-x #272727;
text-align:center;
width:1%;
}

.c_forum {
color:#959595;
font-size:80%;
width:60%;
}

.c_forum strong a,.c_last strong a {
color:#bce336;
}

.c_forum strong a {
font-size:135%;
}

td.c_last {
background:url(http://z3.ifrm.com/194/76/0/p78642/rowsdark.jpg) top repeat-x #272727;
font-size:85%;
}

.c_forum-desc {
color:#333;
font-size:85%;
}

.c_last-title {
background:url(http://z3.ifrm.com/194/76/0/p78842/nav.png) no-repeat left;
display:block;
line-height:16px;
padding-left:10px;
}

td.c_info-v,td.c_info-t,td.c_info-r {
font-size:80%;
padding:5px;
text-align:center;
}

td.c_subforum {
background:url(http://z3.ifrm.com/194/76/0/p78642/rowsdark.jpg) top repeat-x #272727;
color:#959595;
font-size:80%;
font-style:italic;
}

.cat_head td {
border-color:#1d1d1d;
padding:0;
border-top:0;
}

#stats .cat_head td {
border-color:#1d1d1d;
border-top:0;
}

.description {
color: #959595;
font-size:85%;
}

a.member:hover {
color:#b0b0b0;
}

td#stats_events a,td#stats_events span {
background:url(http://z3.ifrm.com/static/1/s_minical.png) no-repeat 2px;
padding:4px 0 4px 20px;
}

td.c_username {
background:url(http://z3.ifrm.com/194/76/0/p78847/th.jpg) repeat-x top #2d2d2d;
padding:4px 0;
text-align:center;
}

td.c_username a {
font-size:140%;
font-weight:700;
}

td.c_user {
font-size:80%;
}

td.c_user dl {
background:url(http://z3.ifrm.com/194/76/0/p78642/rowsdark.jpg) top repeat-x #272727;
border:1px solid #1d1d1d;
margin:10px 0;
padding:5px 7px;
width:160px;
}

dl.user_profile {
overflow:hidden;
word-wrap:break-word;
}

dl.user_profile dd {
font-style:italic!important;
margin-left:8px;
}

dl.user_info dd {
font-weight:700;
margin-bottom:1px;
}


#profile_menu ul {
-moz-opacity:1;
border-top:0;
opacity:1;
}

#profile_menu a {
background:url(http://z3.ifrm.com/194/76/0/p78847/th.jpg) repeat-x top #2d2d2d;
border:1px solid #1d1d1d;
}

#profile_menu li li a {
background:url(http://z3.ifrm.com/194/76/0/p78642/rowsdark.jpg) top repeat-x #272727;
border-top:0;
}

#profile_menu li ul li a:hover {
background:url(http://z3.ifrm.com/194/76/0/p78643/rowslight.jpg) top repeat-x #2b2b2b;
}

td.c_poll-choice label {
font-weight:700;
padding-left:1em;





}

td.c_poll-votes {
font-size:120%;
text-align:center;
width:15%;
}

td.c_poll-bar div {
background:url(http://z3.ifrm.com/194/76/0/p79007/poll_span.jpg) no-repeat right;
float:left;
height:11px;
padding-right:3px;
}

td.c_poll-bar span {
background:url(http://z3.ifrm.com/194/76/0/p79006/poll_l.jpg) no-repeat;
display:block;
float:left;
height:11px;
width:3px;

}

.editby,.queued {
color:#959595;
font-size:85%;
font-style:italic;
margin-top:1em;
padding:3px 5px;
}

.queued {
background:none;
border-color:#1d1d1d;
}

blockquote {
background:url(http://z3.ifrm.com/194/76/0/p78847/th.jpg) repeat-x top #2d2d2d;
border:1px solid #1d1d1d;
margin:10px auto;
padding:3px;
width:98%;
}

blockquote dl {
background:url(http://z3.ifrm.com/194/76/0/p78589/topmenu.jpg) repeat-x top #272727;
border:1px solid #1d1d1d;
color:#fff;
}

blockquote dl dt {
color:#fff;
float:left;
font-weight:700;
}

code {
background:none;
display:block;
font-family:Monaco, Consolas, "Courier New", Courier, monospace;
white-space:normal;
}

div.spoiler {
background:url(http://z3.ifrm.com/194/76/0/p78847/th.jpg) repeat-x top #2d2d2d;
border:1px solid #1d1d1d;
border-top:0;
padding:5px 7px;
}

div.spoiler_toggle {
background:url(http://z3.ifrm.com/194/76/0/p78589/topmenu.jpg) repeat-x top #272727;
border:1px solid #1d1d1d;
color:#fff;
cursor:pointer;
font-weight:700;
padding:2px 4px;
}

td.c_postinfo {
background:url(http://z3.ifrm.com/194/76/0/p78847/th.jpg) repeat-x top #2d2d2d;
color:#959595;
font-size:80%;
vertical-align:middle;
}

td.c_sig {
color:#959595;
font-size:80%;
}

td.c_sig blockquote {
background:none transparent;
border:0;
border-left:3px solid #959595;
padding-left:5px;
}

td.c_sig blockquote dl {
background:none transparent;
border:0;
color:#959595;
}

td.c_sig blockquote dl dt,td.c_sig blockquote dl dd {
color:#959595;
padding:0;
}

td.c_sig blockquote div {
background:transparent;
margin-left:5px;
padding:0;
}

tr.c_postfoot td {
background:url(http://z3.ifrm.com/194/76/0/p78589/topmenu.jpg) repeat-x top #272727;
clear:both;
}

td.c_footicons,td.c_postinfo {
width:100%;
}

td.c_username {
width:175px;
}

.c_next a {
display:block;
font-size:125%;
font-weight:700;
text-align:center;
}

td.c_view {
background:url(http://z3.ifrm.com/194/76/0/p78642/rowsdark.jpg) top repeat-x #272727;
color:#959595;
}

div.c_view-list {
color:#b3b3b3;
font-size:92.5%;
}

dl#fast-reply dt {
background: url(http://z3.ifrm.com/194/76/0/p78638/h2wrap.jpg) repeat-x;
border:1px solid #1d1d1d;
border-top:0;
color:#b3b3b3;
font-size:110%;
font-weight:700;
margin:0;
padding:5px;
}

dl#fast-reply dd {
background:url(http://z3.ifrm.com/194/76/0/p78643/rowslight.jpg) top repeat-x #2b2b2b;
border:1px solid #1d1d1d; border-top:0;
padding:15px 0;
text-align:center;
}

#c_post-preview {
background:#272727;
border:1px solid #1d1d1d;
margin:0 auto 10px;
padding:5px;
text-align:left;
width:98%;
}

#c_post-resize span {
color:#b3b3b3;
cursor:pointer;
font-size:225%;
padding:20px 5px 0;
}

#emot_wrap {
background:#2d2d2d;
border:1px solid #1d1d1d;
}

#emot_list {
background:url(http://z3.ifrm.com/194/76/0/p78643/rowslight.jpg) top repeat-x #2b2b2b;
}

#emot_wrap h3 {
background:url(http://z3.ifrm.com/194/76/0/p78847/th.jpg) repeat-x top #2d2d2d;
border-bottom:1px solid #1d1d1d;
color:#b0b0b0;
font-size:120%;
text-align:center;
}

#emot_end {
border-top:1px solid #1d1d1d;
background:url(http://z3.ifrm.com/194/76/0/p78642/rowsdark.jpg) top repeat-x #272727;
display:block;
font-weight:700;
padding:4px 0;
text-align:center;
}

#pm_folders {
border-left:1px solid #1d1d1d;
border-right:1px solid #1d1d1d;
padding-top:30px;
vertical-align:top;
width:150px;
}

#pm_folderlist {
position: relative;
margin-left:0;
margin-top:0
}

#pm_folderlist li {
background:url(http://z3.ifrm.com/194/76/0/p79071/pmfolderlist.jpg) no-repeat 5px;
display:list-item;
margin-bottom:4px;
padding-left:28px;
}

#pm_forwarded {
border:1px dotted #1d1d1d;
color:#999;
font-size:90%;
font-style:italic;
margin-top:1em;
padding:3px 5px;
}

.calendar td {
background: #2d2d2d
}

.calendar td.cal_inactive {
background:#323232;
color:#959595!important;
}

.calendar td.cal_inactive div {
background:none;
}

.calendar td div {
background:url(http://z3.ifrm.com/194/76/0/p78847/th.jpg) repeat-x top #2d2d2d;
font-weight:700;
padding:5px 7px;
}

.calendar div a {
background:url(http://z3.ifrm.com/static/1/s_minibday.png) no-repeat 5px;
float:right;
font-size:80%;
font-weight:400;
padding:0 0 6px 24px;
}

.calendar li a,.calendar li span {
border-color:transparent;
border-style:solid;
border-width:1px;
display:block;
padding:3px;
}

.calendar td#cal_current {
background:#393939;
}

.calendar td#cal_current div {
background:url(http://z3.ifrm.com/194/76/0/p78591/topmenu.jpg) top repeat-x #393939;
color: #bce336;
}

div.portal_content {
background:url(http://z3.ifrm.com/194/76/0/p78643/rowslight.jpg) top repeat-x #2b2b2b;
border:1px solid #1d1d1d;
font-size:88.3%;
margin:0;
padding:5px 7px;
}

#portal h2 {
font-size:88.3%;
}

#portal h4 {
background:url(http://z3.ifrm.com/194/76/0/p78847/th.jpg) repeat-x top #2d2d2d;
border-left:1px solid #1d1d1d;
border-right:1px solid #1d1d1d;
color:#959595;
font-size:88.3%;
font-weight:400;
margin:0;
padding:5px 7px;
}


#faq dt a {
color:#bce336;
font-size:120%;
font-weight:700;
}

#faq dd.faq_more a,#faq dl.faq_more a:hover {
color:#999;
font-style:italic;
}

.search_results {
background:url(http://z3.ifrm.com/194/76/0/p78642/rowsdark.jpg) top repeat-x #272727;
border:1px solid #1d1d1d;
margin-bottom:1em;
padding:5px 7px;
}

.search_results h3 {
display:inline;
font-size:125%;
}

.search_results cite,.search_results p {
color:#959595;
font-size:85%;
margin:0;
}

#findposts .c_mark {
background:url(http://z3.ifrm.com/194/76/0/p78642/rowsdark.jpg) top repeat-x #272727;
font-size:200%;
font-weight:700;
vertical-align:top;
}

#pmtoast {
background:url(http://z3.ifrm.com/194/76/0/p78642/rowsdark.jpg) top repeat-x #272727;
border:2px solid #151515;
bottom:10px;
color:#959595;
display:none;
font-size:90%;
position:fixed;
right:10px;
text-align:right;
text-decoration:none;
width:200px;
z-index:1;
}

#pmtoast:hover {
border-color:#101010;
}

#pmlink {
background:url(http://z3.ifrm.com/static/1/toast.png) no-repeat 5px;
color:#959595;
display:block;
padding:10px 10px 10px 55px;
text-decoration:none;
}

#pmlink big {
color:#bce336;
display:block;
font-weight:700;
padding-bottom:5px;
}

#pmlink strong {
color:#b3b3b3;
}

#pmclose {
background:url(http://z3.ifrm.com/194/76/0/p78642/rowsdark.jpg) top repeat-x #272727;
color:#b3b3b3;
display:block;
font-size:80%;
padding:1px 10px;
border-top:1px solid #1d1d1d;
}

#pmclose:hover {
color:#b3b3b3;
}

#foot_wrap {
margin:20px 0px 20px 0;
}

#foot td {
background:url(http://z3.ifrm.com/194/76/0/p78847/th.jpg) repeat-x top #2d2d2d;
color:#959595;
border:1px solid #1d1d1d;
font-size:80%;
}


#foot #foot_datetime {
border-left:1px solid #1d1d1d;

width:1%;
white-space:nowrap;
}

#copyright {
color:#d2d2d2;
font-size:80%;
margin:10px 0;
text-align:center;
}

#c_tos h3 {
color:#333;
font-size:120%;
}


td.username_ok {
background:url(http://z3.ifrm.com/194/76/0/p78642/rowsdark.jpg) top repeat-x #272727;
}

input.username_ok {
outline:2px solid #90c837;
}

td.username_no {
background:url(http://z3.ifrm.com/194/76/0/p78642/rowsdark.jpg) top repeat-x #272727;
}

input.username_no {
outline:2px solid #c83737;
}

#acplogin {
background:url(http://z3.ifrm.com/194/76/0/p78847/th.jpg) repeat-x top #2d2d2d;
border:2px solid #1d1d1d;
height:275px;
left:50%;
margin:-137.5px 0 0 -250px;
padding:0;





position:absolute;
top:50%;
width:500px;
}

#acplogin h1 {
color:#b3b3b3;
font-weight:400;
height:50px;
margin-bottom:20px;
padding:50px 20px 0 0;
text-align:right;
}

#acplogin h1 img {
position:absolute;
left:0;
top:0;
}

a img {
border:0;
}

form {
display:inline;
margin:0;
padding:0;
}

.category h2,.topic h2,#portal h2 {
padding:9px;
text-align:left;
}

h3 {








padding:3px 0;
}

input[type=checkbox] {
background:transparent;
border:0;
padding:0;
vertical-align:bottom;
}

input[type=radio] {
border:0;
}

select {
margin:0 7px;
padding:0;
vertical-align:bottom;
}

option {
margin:2px 0;
}

button.btn_img {
border:0;
cursor:pointer;
padding:0;
}

.notice dt,.notice dd {
padding:5px 7px;
}

.drop_menu a img {
vertical-align:bottom;
}

.drop_menu li:hover ul,.drop_menu li.hover ul {
left:auto;
}

#submenu a {
padding:3px 5px;
}

#main {
height:1%;
padding:0 1%;
}

#nav li img {
vertical-align:top;
}

.meta_box,.meta_menu {
margin:10px 0;
}

.meta_box li {
display:list-item;
list-style-position:inside;
list-style-type:square;
margin-left:10px;
}

.meta_menu ul {
font-size:90%;
margin:5px 5%;
}

.meta_menu img,.meta_menu span {

float:right;
margin:10px 20px;
}

.cat-pages a,.cat-pagesjump i,.cat-topicpages a {
cursor:pointer;
padding:2px 5px;
}

.cat-topicpages a {
padding:0 2px;
}



.cat-buttons,.topic-buttons {

float:right;
margin:15px 0;

text-align:right;
width:50%;
}

tr.postbtn td {
padding:5px;
text-align:center;
}

.row1,.row2 {
line-height:1.4;
}

td.c_head input,td.c_head button,td.c_foot input,td.c_foot button,td.c_sort input,td.c_sort button {
padding:1px;
}

td.c_desc img,td.c_desc input {
float:left;
vertical-align:middle;
}

.category {

margin:10px 0 0;
}

span.collapse,span.uncollapse {
cursor:pointer;
float:right;
position:relative;
}

.c_mark img {
display:block;
margin:auto;
}

.c_last {
line-height:1.4;
min-width:300px;
width:30%;
}

.category td.c_foot {
height:10px;
}

#stats_members {
line-height:1.2;
}

td.c_cat-mark,td.c_cat-icon {
padding:5px 0;
text-align:center;
width:30px;
}

td.c_cat-starter {
width:125px;
}

td.c_cat-lastpost {
width:175px;

}

.c_user {
vertical-align:top;
width:1px;
min-width:175px;
max-width:175px;
}

.c_post {
width:100%;

}

.c_sig,.c_nosig {
width:100%;
}

.avatar {
display:block;
margin:auto;
text-align:center;
}

.av_wrap {
overflow:hidden;
text-align:center;
margin:auto;
}

td.c_user .usertitle {
margin:3px 0;
overflow-x:hidden;
text-align:center;
}

.pip {
margin:3px 0;
white-space:nowrap;
}

dl.user_info dt,dl.user_info dd {
padding:.1em;
}

dl.user_info dt {
float:left;
margin:0;
min-width:4em;
}

dl.user_info dd.spacer,dl.user_profile dd.spacer {
clear:both;
float:none;
height:1px;
padding:0;
}

td.c_poll-choice {
line-height:1.5;
padding-left:45%;
}

td.c_poll-answer {
text-align:right;
width:42.5%;
}

td.c_poll-bar {
text-align:left;
vertical-align:middle;
width:42.5%;
}

* html td.c_poll-bar span {
margin-top:3px;
}

td.c_post {
line-height:1.7;
vertical-align:top;
}

td.c_post ul {
list-style-type:square;
margin-left:10px;
}

.c_post img,#topic_review img {
max-width:90%;
}

.c_post-attachment {
font-size:83.3%;
margin-top:1em;
padding:1em;
}

.c_post-attachment dd {
margin-left:1em;
}

.post_sep {
background: url(http://z3.ifrm.com/194/76/0/p79121/postsep.jpg) top repeat-x #202020;
font-size:1px;
height:1px;
}

td.c_sig,td.c_nosig {
height:1%;
vertical-align:top;
}

td.c_nosig {
border-top-style:hidden!important;
background:#2b2b2b;
}

blockquote dl dt,blockquote dl dd {
padding:2px 4px;
}

blockquote div,blockquote code {
margin:0;
padding:10px;
}

dl#fast-reply {
clear:both;
margin:auto;
width:80%;
}

dl#fast-reply dd p {
margin:-3px;
padding:0 5% 10px;
text-align:left;
}

dl#fast-reply dd textarea {
display:block;
height:100px;
margin-bottom:10px;
padding:2px;
width:90%;
}

#c_post-text {
height:223px;
}

#c_post-resize {
float:right;
margin-top:-1px;
padding:4px 0 0;
text-align:right;
}

#btn_preview {
float:left;
margin:10px 0 0 1px;
}

#c_emot {
height:225px;
vertical-align:top;
width:210px;
}

#emot_list {
height:275px;
margin:0 auto;
overflow:auto;
padding:5px 0;
text-align:center;
}

div#emot_list {
padding:0;
}

#emot_list li {
display:inline;

padding:4px 10px;
}

#emot_list img {
cursor:pointer;
vertical-align:baseline;
}

.pm {
margin-bottom:1em;
}

#pm_datesent {
width:200px;

}


#pm_select {
text-align:center;
width:1px;
}

#conversation .c_post {
padding:2em;
}


#ucp_profile,#pm_messages {
float:right;
}

#ucp_settings img,#ucp_profile img {
margin:18px 20px;
}

#ucp_gallery li {
float:left;
margin:15px 5px;
}

#ucp_gallery button {
cursor:pointer;
text-align:center;
}

.ucp button.btn_text {
padding:5px 0;
text-align:center;
width:100%;
}

.calendar td {
height:125px;
padding:0;
vertical-align:top;
width:14.3%;
}

.calendar li {
display:list-item;
font-size:80%;
margin:0;
}

.calendar li.placeholder {
padding:4px;
}

.calendar li span {
cursor:default;
}

.calendar td#cal_current div {
padding-top:3px;
}

#portal_head {
margin-bottom:10px;
}

#portal_foot {
margin-top:10px;
}

#portal_l,#portal_r {
font-size:88.3%;
margin:0;
padding:0;
}

#portal_l {
float:left;
width:200px;
}

#portal_r {
float:right;
width:150px;
}

#portal_news {
margin:0 160px 0 210px;
}


#portal_clear {
background:transparent;
border:none;
clear:both;
font-size:1px;
height:1px;
margin:0;
padding:0;
}

.portal_box {
margin-bottom:5px;
padding:1px;
}

.portal_box table {
clear:none;
}

#portal h2,#portal_foot h2 {
clear:none;
margin:0;
padding:3px 5px;
}

#faq {
margin:20px 0;
}

#faq dl {
padding:1em;
}

#faq dt {
margin-bottom:5px;
}

#faq dd {
display:list-item;
margin:0 0 3px 15px;
padding-left:3px;
}

.search_results div {
display:block;
margin:5px 0;
}

#acplogin #loginform {
display:block;
padding:0 50px;
}

.category h2 a,#portal h2 a,#portal_foot h2 a,thead a,.category h2 a:hover,#portal h2 a:hover,#portal_foot h2 a:hover,thead a:hover,#top_info a,#top_info a:hover,.drop_menu a,.drop_menu a:hover,#submenu a,#submenu a:hover {
color:#d3d3d3;
}

input,select,td,th {

font-size:90%;
}



button.btn_default,#nav li span,.c_post-attachment dt,#c_tos dt {
font-weight:700;
}

#submenu a:hover,.meta_menu a:hover {
text-decoration:underline;
}

.meta_box h3,td.c_topicfoot strong,#meta_welcome strong {
font-size:120%;







}

td.c_topicfoot {
background:url(http://z3.ifrm.com/194/76/0/p78847/th.jpg) repeat-x top #2d2d2d;
}

.meta_box h3,.meta_box a,.meta_box a:hover,tr.pm_new td a,tr.pm_new td a:hover,tr.hidden td a,tr.hidden td a:hover,.c_forum strong a:hover,.c_last strong a:hover,#faq dt a:hover,.search_results h3 a,.search_results h3 a:hover {
color:#dafb69;
}

blockquote div {
background:none;
color: #959595;
}

.row2 td {
background:url(http://z3.ifrm.com/194/76/0/p78642/rowsdark.jpg) top repeat-x #272727;
}

a.member,.calendar td a,.calendar a:hover,#faq dd a,#faq dd a:hover {
color:#dddddd;
}

img,.meta_box button img,td.c_cat-mark input,.c_post-attachment img,.warn img,#ucp_gallery a img {
vertical-align:middle;
}

h1,h2,h3,#nav,#boardmeta,#main {
clear:both;
margin:0;
}

#meta_welcome,.search_results {
clear:both;
}

#stats_events {
line-height:2;
}

.c_cat-starter,.c_cat-replies,.c_cat-views,td.c_poll-total,td.c_poll-vote,td.c_topicfoot,.warn,.ucp th,#c_notes,.calendar th {
text-align:center;
}

blockquote dl dd,#foot #foot_links {
text-align:right;
}

#c_post,#ucp_gallery {
text-align:center;
vertical-align:top;
}

#files_upload input,.pm .row1 a,.pm .row2 a,#ucp_gallery button img,#findposts td a {
display:block;
}


#ucp_settings,#pm_settings {
float:left;
}

#c_tos dd,#username_response {
margin-left:10px;
}

#vlx {
z-index:1;
}

#blog {
background:#292929;
border:1px solid #1d1d1d;
color:#b3b3b3;
margin:10px 0;
}

#blog blockquote {
background:none;
border:none;
font-size:85%;
padding:0 10px;
color: #b3b3b3
}

#blog h1 {
float:right;
}

#blog h2 {
background:none;
clear:none;
font-size:130%;
padding:0;
}

#blog h2,#blog h2 a,#blog h2 a:hover {
color:#b3b3b3;

}

#blog_foot {
clear:both;
margin-bottom:20px;
}

#blog_head {
background:#2c2c2c;
border:8px solid #212121;
padding:10px 14px;
}

#blog_head img.avatar {
display:inline;
}

#blog_main {
margin:20px 200px 10px 10px;

}

#blog_categories,#blog_readers,#blog_about,div.blog_options {
background:#2c2c2c;
margin:15px 0;
padding:5px 7px;
color: #959595;
border:1px solid #1d1d1d;
}

#blog_sidebar h3,#blog_sidebar dt {
color:#b3b3b3;
font-weight:700;
}

#blog_sub {
background:#212121;
border-bottom:1px solid #1d1d1d;
clear:both;
position:relative;
padding:3px 7px;
text-align:right;
}

#blog_sub a {
font-size:87%;
}

#blog_sub button {
font-size:80%!important;
font-weight:bold;
border:1px solid #1d1d1d;
}

#blog_sub input {
color: #d0d0d0;
border:1px solid #1d1d1d;
font-size:90%!important;
}

#blog_sub span {
padding-top:4px;
}

#blog_sidebar {
background:#212121;

float:right;
font-size:93.3%;
margin:20px 10px 0 0;
padding:0 10px;
width:160px;
}

#blog_sidebar dd {
margin-left:10px;
}

#blog_user {
font-size:175%;
}

div.blog_options {
font-size:90%;
text-align:right;
}

div.blog_date {
background:url(http://z3.ifrm.com/194/76/0/p78847/th.jpg) repeat-x top #2d2d2d;
border:1px solid #1d1d1d;
color:#b3b3b3;
float:right;
font-weight:700;
margin:0 15px;
text-align:center;
text-transform:uppercase;
width:40px;
padding-top:2px;
}

div.blog_date span {
background:url(http://z3.ifrm.com/194/76/0/p78589/topmenu.jpg) repeat-x top #272727;
border-top:1px solid #1d1d1d;
color:#bae235;
display:block;
font-size:130%;
font-weight:700;
padding:2px 4px;
}

div.blog_entry {
background:url(http://z3.ifrm.com/194/76/0/p78847/th.jpg) repeat-x top #2d2d2d;
margin:10px 0;
padding:5px 7px;
border:1px solid #1d1d1d
}

#blog_comments li {
padding:5px 7px;
}

#blog_comments li.odd {
background:#2c2c2c;
}

#shoutwrap {
background:#2c2c2c;
border:1px solid #1d1d1d;
font-size:88.3%;
}

#shoutwrap td {
padding:0;
}

#shoutbox {
list-style-type:none;
margin:0;
padding:0;
}

#shoutbox li {
padding:5px 7px;
}

#shoutbox li.odd {
background:#f6f6f6;
}

#shoutbox dl,#shoutbox dt,#shoutbox dd {
margin:0;
padding:0;
}

#shoutbox dt {
color:#959595;
font-size:80%;
}

#shoutopts,#shoutpost {
clear:both;
text-align:center;
}

#shout.btg {
margin:0;
}

#main_content {width:100%;margin:0px auto;}
/* repeating background image of the header */
#header {background:url(http://z3.ifrm.com/231/44/0/p99250/silttop.jpg);height: 51px; width:100%;}

/* top left corner */
#header_l {background:url(http://z3.ifrm.com/231/44/0/p99251/silttopleft.jpg);height: 51px; width: 51px; float:left;}
/* top right corner */
#header_r {background:url(http://z3.ifrm.com/231/44/0/p99252/silttopright.jpg);height: 51px;width: 51px;float:right;}
/* left side border */
#side_l {background:url(http://z3.ifrm.com/231/44/0/p99248/siltleft.jpg) repeat-y left;}
/* right side border */
#side_r {background:url(http://z3.ifrm.com/231/44/0/p99249/siltright.jpg) repeat-y right #2c2c2c;margin-left:51px;padding-right:51px;}


/* repeated footer background */
#footer {background:url(http://z3.ifrm.com/231/44/0/p99245/siltbottom.jpg);height:51px; width:100%;}
/* bottom left corner */
#footer_l {background:url(http://z3.ifrm.com/231/44/0/p99246/siltbottomleft.jpg); height: 51px; width: 51px; float:left;}

/* bottom right corner */
#footer_r {background:url(http://z3.ifrm.com/231/44/0/p99247/siltbottomright.jpg); height: 51px; width: 51px; float:right;}

/* this will remove the spacing and borders from the default layout. Is essential for image border to appear correctly */
#foot_wrap {margin:20px 1% 0px;}
#main, #wrap {background: #2c2c2c;margin:0;border:0px;}
.drop_menu { margin-bottom: 0;}

#wrap { background: #2c2c2c; margin:2%; padding: 15px; border:1px solid #080808; }

/***** Three Piece H2 *****/
/* h2wrap is the center stretch.*/
.h2wrap {
background: url(http://z3.ifrm.com/194/76/0/p78638/h2wrap.jpg) repeat-x;
}

/* h2left is the left image. */
.h2left {
background: url(http://z3.ifrm.com/231/44/0/p99241/siltlefth2.jpg) no-repeat top left;
height: 31px;
}

/* h2center is the text itself. */
.h2center{
padding: 7px 0px 0px 0px;
height:31px;
font-weight:bold;
text-size:120px;
color: #e0e0e0;
text-align:center;
}

/* h2right is the right image. */
.h2right {
background: url(http://z3.ifrm.com/194/76/0/p78637/h2right.jpg) no-repeat right top;
height: 31px;
}

/* Collapse/Uncollapse Images */
.collapse,.uncollapse {
right: 15px;
top: -3px;
}

div.h2center a { color: #d3d3d3!important; font-weight:bold; }

thead td,thead th {padding:0px;border-width:0px;}

/* Leave the above alone. For the bottom, style your profile h2's. */
.profile th, .calendar th, #portal h2, #portal_foot h2, #acplogin th {padding:5px;
background: url(http://z3.ifrm.com/194/76/0/p79068/wrapbordertopless.jpg) repeat-x;
border:1px solid #1d1d1d;
border-bottom:0 }

.calendar th a, .calendar th a:hover { color: #bce336; }

#sidebar {
padding: 10px;
position: absolute;
width: 210px;
}

#main {
margin-left: 220px!important;
}

.sidebar {
background: url(http://img221.imageshack.us/img221/7816/elvz.jpg) repeat-x;
border:1px solid #4C4E50;
margin-bottom:5px;
padding:1px;
}

td.c_subforum {
display: none;
}


And for my layout, I have this:

Code:
 
<br /><div id="wrap">
<!-- HEADER -->
<!-- TOPMENU -->
<!-- NAV -->
<div id="sidebar">
<div id="portal">
<div class="sidebar">
<h2>Title</h2>
<div class="portal_content">Contnet.</div>
</div><br>
<div class="sidebar">
<h2>Title</h2>
<div class="portal_content">Content
</div><br>
<div class="sidebar">
<h2>Title</h2>
<div class="portal_content">Content</div>
</div><br>
<div class="sidebar">
<h2>Title</h2>
<div class="portal_content">Content</div>
</div><br>
<div class="sidebar">
<h2>Title</h2>
<div class="portal_content">Content</div>
</div><br>
</div>
</div>
<!-- BOARD --></div>


<br><center><font size="0px">Find more great themes at the <a href=http://ifsz.com><b>IFSZ</b></a></font></center></div>

<script type="text/javascript">
//<![CDATA[
$("td.c_user dl").corner("11px");

//]]>
</script>

<script type="text/javascript">
(function ($) {
var sidebarHeight = $('#sidebar').height();
$('#main').css('min-height', sidebarHeight + 'px');
})(jQuery);
</script>



Any help or enlightenment you could give me on this issue would be awesome. This is the best style of sidebar I have seen thus far in my search for a sidebar and I would love to be able to use it.
Edited by Ramis, Jun 25 2013, 05:22 PM.
Offline Profile Quote Post Goto Top
 
Cory
Member Avatar
Member
[ *  *  *  *  *  *  *  *  * ]
Change your Theme Layout to this:
Code: HTML
 
<br /><div id="wrap">
<!-- HEADER -->
<!-- TOPMENU -->
<!-- NAV -->
<div id="sidebar">
<div id="portal">
<div class="portal_box">
<h2>Title</h2>
<div class="portal_content">Content</div>
</div>
<div class="portal_box">
<h2>Title</h2>
<div class="portal_content">Content</div>
</div>
<div class="portal_box">
<h2>Title</h2>
<div class="portal_content">Content</div>
</div>
<div class="portal_box">
<h2>Title</h2>
<div class="portal_content">Content</div>
</div>
<div class="portal_box">
<h2>Title</h2>
<div class="portal_content">Content</div>
</div>
</div>
</div>
<!-- BOARD --></div>

<br /><div class="c" style="font-size: small">Find more great themes at the <a href="http://ifsz.com/"><strong>IFSZ</strong></a></div>

<script type="text/javascript">
//<![CDATA[
$('td.c_user dl').corner('11px');
$('#main').css('min-height', $('#sidebar').height() + 'px');
//]]>
</script>
Offline Profile Quote Post Goto Top
 
Ramis
Member
[ * ]
Ok, so I've done that but the issue with the sidebar bleeding over has occurred again.

Screenshot
Offline Profile Quote Post Goto Top
 
Cory
Member Avatar
Member
[ *  *  *  *  *  *  *  *  * ]
Did you change anything?

It's fine for me on my test board: http://i.imgur.com/NrIYpDG.png
Offline Profile Quote Post Goto Top
 
Ramis
Member
[ * ]
Nope, I have a carbon copy of the code you set earlier as the code for my board. Sidebars are such a pain, but so convenient.

Edit: the only change is the addition of a C-box which I will be using once the site opens up. Could that be the issue?
Edited by Ramis, Jun 25 2013, 10:50 PM.
Offline Profile Quote Post Goto Top
 
Cory
Member Avatar
Member
[ *  *  *  *  *  *  *  *  * ]
Can you post your Theme Layout with the Chatango box included?
Offline Profile Quote Post Goto Top
 
Ramis
Member
[ * ]
Sure, here it is. Ugly looking thing.

Code:
 
<br /><div id="wrap">
<!-- HEADER -->
<!-- TOPMENU -->
<!-- NAV -->
<div id="sidebar">
<div id="portal">
<div class="portal_box">
<h2>Title</h2>
<div class="portal_content">Content</div>
</div>
<div class="portal_box">
<h2>Communications</h2>
<div class="portal_content"><script id="sid0010000033166383326">(function() {function async_load(){s.id="cid0010000033166383326";s.src='http://st.chatango.com/js/gz/emb.js';s.style.cssText="width:200px;height:400px;";s.async=true;s.text='{"handle":"swl","styles":{"a":"3E4245","b":60,"c":"EEDB88","d":"EEDB88","e":"3E4245","f":50,"g":"CCCCCC","h":"3E4245","i":62,"j":"CCCCCC","l":"999999","m":"3E4245","n":"CCCCCC","q":"999999","r":100,"s":1,"aa":1}}';var ss = document.getElementsByTagName('script');for (var i=0, l=ss.length; i < l; i++){if (ss[i].id=='sid0010000033166383326'){ss[i].id +='_';ss[i].parentNode.insertBefore(s, ss[i]);break;}}}var s=document.createElement('script');if (s.async==undefined){if (window.addEventListener) {addEventListener('load',async_load,false);}else if (window.attachEvent) {attachEvent('onload',async_load);}}else {async_load();}})();</script></div>
</div>
<div class="portal_box">
<h2>Title</h2>
<div class="portal_content">Content</div>
</div>
<div class="portal_box">
<h2>Title</h2>
<div class="portal_content">Content</div>
</div>
<div class="portal_box">
<h2>Title</h2>
<div class="portal_content">Content</div>
</div>
</div>
</div>
<!-- BOARD --></div>

<br /><div class="c" style="font-size: small">Find more great themes at the <a href="http://ifsz.com/"><strong>IFSZ</strong></a></div>

<script type="text/javascript">
//<![CDATA[
$('td.c_user dl').corner('11px');
$('#main').css('min-height', $('#sidebar').height() + 'px');
//]]>
</script>
Offline Profile Quote Post Goto Top
 
Cory
Member Avatar
Member
[ *  *  *  *  *  *  *  *  * ]
I see what the issue is.
Code:
 
<script type="text/javascript">
//<![CDATA[
$('td.c_user dl').corner('11px');
$('#main').css('min-height', $('#sidebar').height() + 'px');
//]]>
</script>
Change that to this:
Code:
 
<script type="text/javascript">
//<![CDATA[
$('td.c_user dl').corner('11px');

$(window).load(function () {
$('#main').css('min-height', $('#sidebar').height() + 'px');
});
//]]>
</script>
Offline Profile Quote Post Goto Top
 
Ramis
Member
[ * ]
Amazing, that did it! Thanks a bunch Cory. This is why you're the expert.
Offline Profile Quote Post Goto Top
 
Yuuaku
Member
[ * ]
Hello. This code is really great and useful so thanks for that. However, I need help a bit.

I'm attempting to add this code:

Quote:
 
<center><!-- BEGIN CBOX - www.cbox.ws - v001 -->
<div id="cboxdiv" style="text-align: center; line-height: 0">
<div><iframe frameborder="0" width="200" height="305" src="http://www4.cbox.ws/box/?boxid=4196373&boxtag=45mn52&sec=main" marginheight="2" marginwidth="2" scrolling="auto" allowtransparency="yes" name="cboxmain4-4196373" style="border:#343434 1px solid;" id="cboxmain4-4196373"></iframe></div>
<div><iframe frameborder="0" width="200" height="75" src="http://www4.cbox.ws/box/?boxid=4196373&boxtag=45mn52&sec=form" marginheight="2" marginwidth="2" scrolling="no" allowtransparency="yes" name="cboxform4-4196373" style="border:#343434 1px solid;border-top:0px" id="cboxform4-4196373"></iframe></div>


as for the content in sidebar, but apparently it ruins the code wholly then and shows the board somewhere below sidebar (prolly same problem what previous persons been having) and messes up the whole layout.
Edited by Yuuaku, Jul 19 2013, 08:42 PM.
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
Go to Next Page
« Previous Topic · ZetaBoards Codes & Modifications · Next Topic »
Add Reply
  • Pages:
  • 1
  • 5
  • 17