|
-
Jun 22nd, 2002, 12:20 PM
#1
Thread Starter
Lively Member
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
-
Jun 22nd, 2002, 01:30 PM
#2
Frenzied Member
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.
-
Jun 22nd, 2002, 01:40 PM
#3
Thread Starter
Lively Member
ok, cheers, i'll let u know if i brake it or not
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|