I have a menu at the left sidebar of my page.
So I want at the top of this menu to set an image.
So I have tis code
and I set the css for menutittleCode:<ul><li id="menutittle">menu </li> <li><a href="#">Home</a></li> <li><a href="#">Company</a></li> ...</ul>
But now the id menutittle is some pixels up to the other li elements.Code:#sidebar #menutittle #sidebar #menutittle { background: url(images/menu.png) no-repeat ; border: none; color: #FFFFFF; overflow:hidden; }
How can I set this element exactly up to the other elements?




Bookmarks