PDA

View Full Version : [SOLVED] Creating menu like ubuntu left sidebar


gunbladeiv
February 5th, 2008, 12:47 PM
i'm currently developing a ubuntu loco website which locate at http://www.ubuntu.com.my. We are still on the process to point it to http://www.ubuntu-my.org for the official URL.

I would like to create a left side bar like ubuntu.com did.. anyone could help me? Please.. really tried so hard.. right now, i'm using a single peace of image to replace the lack of codes.

Help really appreciate... sorry for my bad english..

Berethorn
February 5th, 2008, 03:46 PM
I suggest looking at the source code from the ubuntu.com site? =)

gunbladeiv
February 5th, 2008, 08:35 PM
yeah.. i've been looking at the source code,
but i didnt find the css for the menu..
it did use some css..

i'm blured!

whiteraven
February 5th, 2008, 10:58 PM
yeah.. i've been looking at the source code,
but i didnt find the css for the menu..
it did use some css..

i'm blured!

The css for the sidebar container div is specified in layout.css (http://www.ubuntu.com/themes/ubuntu07/layout.css) - the item is named #leftsidebar.

More of the css rendering of container items is found in other css files, which can easily be found using a highly recommended Firefox addon called Firebug (https://addons.mozilla.org/en-US/firefox/addon/1843), an indispensable tool for web developers.

gunbladeiv
February 5th, 2008, 11:42 PM
thanks a lot mate..
I did make it!

Thanks for the help.

whiteraven
February 6th, 2008, 12:10 AM
Glad to be of help... nice site you have there too!