-
need help with website
pls, pls, anyone who has a spare few minutes, i could use help making my own lil website, just a few simple lil problems like :
http://www.manix-creations.net/Home/
1.without editing the images them selves, how can i place names for each of the links on the menus
2. ... i'll come to that, after i've dealt with number 1
-
I've only taken a quick look at your site, and I think one way you could do what you want is something like this:
In your style sheet:
Code:
a.menu {
background:transparent url('LinkBackground.png') no-repeat center;
text-align:center;
vertical-align:middle;
}
and then for the links:
Code:
<a class="menu" href="#">Home</a>
or something like that. Remember to change the LinkBackground for the proper file you want to use. You may find if the text is too big it will overflow the background though.
-
ok, cheers, i'll let u know if i brake it or not