Reply
How do I create this menu
Old 05-02-2007, 02:43 PM How do I create this menu
Average Talker

Posts: 16
Name: Michelle
Location: Virginia
...specifically, do you think they used a border to create the embossed look of the line below each item? When I tried to recreate something using groove, ridge and inset border styles, none of them looked like this. Do you think they used one a lighter color for the top border and a darker color for the bottom boarder to create that effect?

I really like the way the menu looks. Thanks for any help.

michelle1908 is offline
Reply With Quote
View Public Profile Visit michelle1908's homepage!
 
When You Register, These Ads Go Away!
Old 05-02-2007, 03:29 PM Re: How do I create this menu
Experienced Talker

Posts: 41
Name: nabil

There are using this image combined with CSS
something like (assuming the link have class="mylink"):

Code:
.mylink a{
        background-image:...
        background-position:... /* so it shows the BOTTOM of the image */
        background-repeat:...
        }
.mylink a:hover{
        background-position:... /* so it shows the TOP of the image */
        }
__________________
Selling Virtual CC
nabil_kadimi is offline
Reply With Quote
View Public Profile
 
Old 05-02-2007, 03:33 PM Re: How do I create this menu
Average Talker

Posts: 16
Name: Michelle
Location: Virginia
Ohhh. That makes sense. I'm relatively new with CSS and am constantly in search of how "they do the cool stuff." Thanks so much!
michelle1908 is offline
Reply With Quote
View Public Profile Visit michelle1908's homepage!
 
Old 05-03-2007, 02:03 AM Re: How do I create this menu
ADAM Web Design's Avatar
Canadastaninianite

Posts: 5,945
Name: Adam for web page design, not program
Location: Toronto, Ontario, Canada
You can also cheat it by using two borders, one a light colour and one a dark:

e.g.
Code:
<div style="border-top:  1px solid #F0F0F0; border-bottom:  1px solid #A0A0A0; background-color:  #CCCCCC;">
...
</div>
Will give you a similar effect with no graphics required (replace with your own colours.)
ADAM Web Design is offline
Reply With Quote
View Public Profile Visit ADAM Web Design's homepage!
 
Old 05-03-2007, 02:21 AM Re: How do I create this menu
vangogh's Avatar
Post Impressionist

Posts: 8,935
Name: Steven Bradley
Location: Boulder, Colorado
The leaf would have to be an image, but everything else could be coded with css. The embossed line looks like it could be a simple <hr /> too.

Michelle I wrote a post awhile back about creating simple menus with css. This menu is a little more complicated than the one in my post, but not really all the much. The post might help you understand the basic way to do something like this with css and html lists and hopefully help you take it to the next level like the menu you're showing.
__________________
l Search Engine Friendly Web Design | Van SEO Design
l Tips On Marketing, SEO, Design, and Development | TheVanBlog
l Custom WordPress Themes
| Small Business Forum
vangogh is offline
Reply With Quote
View Public Profile Visit vangogh's homepage!
 
Old 05-03-2007, 11:13 AM Re: How do I create this menu
Experienced Talker

Posts: 41
Name: nabil
The site that in question uses a lot of unnecessary images!!!
__________________
Selling Virtual CC
nabil_kadimi is offline
Reply With Quote
View Public Profile
 
Old 05-06-2007, 08:37 AM Re: How do I create this menu
Average Talker

Posts: 16
Name: Michelle
Location: Virginia
Thanks for the great responses!
michelle1908 is offline
Reply With Quote
View Public Profile Visit michelle1908's homepage!
 
Old 05-08-2007, 01:23 AM Re: How do I create this menu
vangogh's Avatar
Post Impressionist

Posts: 8,935
Name: Steven Bradley
Location: Boulder, Colorado
Glad to help Michelle. Have you been able to get your menu looking the way you want?
__________________
l Search Engine Friendly Web Design | Van SEO Design
l Tips On Marketing, SEO, Design, and Development | TheVanBlog
l Custom WordPress Themes
| Small Business Forum
vangogh is offline
Reply With Quote
View Public Profile Visit vangogh's homepage!
 
Reply     « Reply to How do I create this menu
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Webmaster Resources Marketplace:
Software Development Company | Webhosting.UK.com | Text Link Brokers 


   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.14132 seconds with 12 queries