Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Website Design Forum


You are currently viewing our Website Design Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
Old 08-04-2009, 05:57 PM fancy menu
Novice Talker

Posts: 5
Trades: 0
i am trying to create a menu that is similar to the one on this site

http://www.toucouleur.fr/

*the menu is on the top


but i have no idea how to do it, i first thought fireworks would do the trick but apparently not cuz i suck at fireworks

anyone know how to achieve this effect? or maybe help me find wat i am doing wrong in fw
applepi is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 08-04-2009, 06:13 PM Re: fancy menu
LadynRed's Avatar
Defies a Status

Posts: 10,016
Location: Tennessee
Trades: 0
Well, that one is done using PHP and/or javascript, but you could achieve something similar using CSS or perhaps jQuery.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 08-04-2009, 06:24 PM Re: fancy menu
Novice Talker

Posts: 5
Trades: 0
my guess if i am using css is to have a a:hover thing then mess around with the z-index?

i am really new to web designing, i love how u answered all my questions, you are awesome
applepi is offline
Reply With Quote
View Public Profile
 
Old 08-11-2009, 07:50 AM Re: fancy menu
Novice Talker

Posts: 6
Name: Kevyn
Trades: 0
Appetizer Either buy a some prepared dips and serve with assorted breads and breadsticks, or serve a stuffed vegetable. I like to serve stuffed cherry tomatoes and mushroom caps.
__________________

Please login or register to view this content. Registration is FREE
Orfeo Nail is offline
Reply With Quote
View Public Profile
 
Old 08-11-2009, 10:58 AM Re: fancy menu
Average Talker

Posts: 16
Trades: 0
Personally I'd just make the images on photoshop the write the CSS manually.

This is what the site dose though (just read the source dude):
So say each of those items are hyperlinks in a list. That site has one image used as the background for the container of those hyperlinks. I grabbed that image and stuck it in imageshack here:http://yfrog.com/64menuadvp

If you've looked at the image you can probibly guess what happens, when you mouse over if changes the position of the background image. It dose this by changing the class
Code:
<a onmouseover="document.getElementById('dynmenu').className=' d-work'; " id="dynwork" href="http://www.toucouleur.fr/internet-marketing/">

//...CSS:
div#dynmenu.d-work{
	background: url(elements/menu-adv.png) 0px 42px;
}
div#dynmenu.d-blog{
	background: url(elements/menu-adv.png) 0px 0px;
}
div#dynmenu.d-contact{
	background: url(elements/menu-adv.png) 0px 84px;
}
Nill is offline
Reply With Quote
View Public Profile
 
Old 08-12-2009, 07:58 AM Re: fancy menu
Experienced Talker

Posts: 38
Trades: 0
I would use css for this, i reckon its the simplest and cleanest way. Google CSS mouseover menu and it will come up with loads of useful code. I do think that the example is a bit too extravagant though, it takes too long to load!
__________________
I am thewebtaylor!! Website design, SEO and marketing.


Please login or register to view this content. Registration is FREE
thewebtaylor is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to fancy menu
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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

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





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



Page generated in 0.46586 seconds with 12 queries