ShowMenu2 help!

kweitzel

This is indeed a CSS issue. Please head over here: http://help.websitebaker.org/pages/en/bookmarks.php

you find some interesting links to this topic (under CSS resources).

cheers

Klaus

ivanisevic82

Hi boys!
Sorry for my english, I'm from Italy but I don't use the Italian forum becouse there aren't many people in it!
I hope you understand me!

I'm using showmenu2 in my webpage (under construction) www.ivanisevic82.netsons.org and at the moment the code is this:


<div id="navigation">             
              <?php show_menu2(); ?>
</div>


#navigation{
float: left;
width: 160px;
width: 170px;
width: 160px;
}


My questions are these:

1) I saw that if I cancel the css code, the web page doesn' change absolutly...so, that part is not necessary! Why?

2) I'd like to get off the little blake ball near every word of the menu (look the site to understand) and put the menu starting more at left.
I tried to add at the css:
#navigation ul{
padding-left: 5px;
}

But doesn't change nothing.

3) I'd like to give to the menu a personalized grafics. For example put a background image like button for every word of the menu.
How can I do this?

Thanks for your support, bye!