MyBB Community Forums
Coding a sidebar - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Extensions (https://community.mybb.com/forum-201.html)
+--- Forum: Themes (https://community.mybb.com/forum-103.html)
+---- Forum: Theme Support (https://community.mybb.com/forum-10.html)
+---- Thread: Coding a sidebar (/thread-64442.html)



Coding a sidebar - Lo. - 2010-02-07

How would i go by adding a sidebar to everypage? Devilson and i have tried a few things, haven't worked well...


RE: Coding a sidebar - flav1us - 2010-02-07

Here is an idea:

#content {
float:left;
}
#sidebar {
float:right;
}

Header:
find: <div id="content"> and before it add
<div id="sidebar">Sidebar Content</div>



RE: Coding a sidebar - Dylan M. - 2010-02-07

Sidebar... Sidebox... whats the difference? Smile

SCD Side Boxes


RE: Coding a sidebar - Lo. - 2010-02-07

(2010-02-07, 03:15 PM)ralgith Wrote: Sidebar... Sidebox... whats the difference? Smile

SCD Side Boxes

I need to redistribute. i can't do that, also i want stock items like acctrade.org

@flav i will try that.


RE: Coding a sidebar - virus4 - 2010-02-10

And so if you created a new template responsible for the sidebar? Then you have more order in the code.