MyBB Community Forums

Full Version: left menu
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi friends.

how do I make the left menu?

like this: [attachment=29537]
put this code in header:
<div style="background:white;border:2px solid #777777;border-raduis:4px;padding:3px;position:fixed;top:250px;left:0;"><a href="mylink"><img src="mypicture" /></a></div>
<div style="background:white;border:2px solid #777777;border-raduis:4px;padding:3px;position:fixed;top:350px;left:0;"><a href="mylink"><img src="mypicture" /></a></div>
<div style="background:white;border:2px solid #777777;border-raduis:4px;padding:3px;position:fixed;top:450px;left:0;"><a href="mylink"><img src="mypicture" /></a></div>
which type of links you want to put on the left side ?
if you just want to have icons based menu then there are a couple of plugins for it (eg. icon columns)
hy mybb-ir

how can i make this with css code. ?
Those are inline CSS. If you want to put the styling in separate stylesheet (like global.css) bring out all the style="..." parameters and put in global.css referring the objects with class or ID.
hello effone.

How do I create it like this:

[attachment=29538]
You have to rotate the text for that using CSS.
Read this article:
http://snook.ca/archives/html_and_css/css-text-rotation