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.

HTML Forum


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



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Old 08-26-2005, 09:41 AM Menu
fancymoustache's Avatar
Ultra Talker

Posts: 316
Location: Michigan
Trades: 0
I want a menu system similar to they way http://www.spoono.com has. I don't know a lot of javascript, which they use for their menu, so I don't know how to do this. Note that when you click on a link (Some of this have them. Try the "Programming" link), not only does a submenu come up, but that link is different from the rest of them, to show which menu you're looking at. I'm not sure how to start this, so if anyone could help me out, I'd be very greatful.
__________________
For over a thousand generations, the Jedi Knights were the guardians of peace and justice in the Old Republic. Before the dark times, before the Empire.
fancymoustache is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 08-27-2005, 01:10 AM
Experienced Talker

Posts: 47
Trades: 0
Well I can't give you an exact example as to what you want.
Basically, the effect on the menu is CSS.
A simple one would be like
Code:
a.menu {
background-color: green; /* its not exactly green, just as a sample i'll put that */
border-style: solid;
border-width: 1px;
border-color: gray;
}
a.menu:hover {
border-width: 0px;
border-bottom-width: 2px;
border-color: green;
background-color: white;
}
and just set the class="menu" on the links. Like <a href="" class="menu">text</a>.

As far as the second row comes about, I can't tell you exactly how to make it right now. I tried looking for a tutorial but you could probably find something with more time. Basically they use the visibility attribute in CSS. Using Javascript they change the visibility for that row
So like if you make the menu row, just put a div tag like <div id="second_row" style="visibility: hidden;">Second Row</div>
And on the link for the second row do, <a href="" class="menu" onclick="second_row.visibility='visible'"> (the visibility might be true instead of visible, i don't remember)
Hope this helps, if not, I'm sure you can find plenty of tutorials online
__________________

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


Please login or register to view this content. Registration is FREE
Synchronize is offline
Reply With Quote
View Public Profile
 
Old 08-27-2005, 11:33 AM
fancymoustache's Avatar
Ultra Talker

Posts: 316
Location: Michigan
Trades: 0
Thanks for your response. I figured out how to do it.
__________________
For over a thousand generations, the Jedi Knights were the guardians of peace and justice in the Old Republic. Before the dark times, before the Empire.
fancymoustache is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to 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.28042 seconds with 12 queries