You are currently browsing comments. If you would like to return to the full story, you can read the full entry here: “Horizontal HTML & CSS navigation”.
Please i need help i put the css and html code, all is ok but the menu is without picture,
in spite of making the picture in the same file i work with dreamweaver.
What a great website, it´s so cool.
I´m now using this menu on my magento site : http://www.fashionsilver.eu
I just changed the images to black
Thank you
very created work. Thank u very much for u r help. great menu bars.
Please i need help i put the css and html code, all is ok but the menu is without picture,
in spite of making the picture in the same file i work with dreamweaver.
Check the path to the file, put in the same named folder, or update path in CSS.
To edit HTML or CSS you need HTML editor like Dreamweaver.
Still don’t know how to do it :-/
what programs do i need to do it?
is adobe photoshop elements okay?
wow, nice work thanks dog boy for the updating the correction
Learn a little CSS.
text-align: center; should do.
FIND
#navigation {
width: 950px;
height: 50px;
margin: 0;
padding: 0;
background: url(images/navigation-bg.jpg) no-repeat left top;
}
REPLACE WITH
#navigation {
width: 950px;
height: 50px;
margin: 0;
padding: 0;
text-align:center;
background: url(images/navigation-bg.jpg) no-repeat left top;
}
Great menus, any way to center them?
Awesome great work i love it, thank you so much for your help.
Very professional work..