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.

CSS Forum


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



Reply
Drop down menu.. that should look amazign.. but I don't know how to do it =/
Old 04-07-2007, 06:57 PM Drop down menu.. that should look amazign.. but I don't know how to do it =/
Experienced Talker

Posts: 34
Name: Juan
Trades: 0
hey guys so I got a lot of critics on making my http://www.reviewsandsuch.com site better by making it funner and to include features to make it more attractive well I have decided to change the menu to this http://www.dynamicdrive.com/dynamici...slide/demo.htm
[the left one]

Yet I have no idea how to do that!?!

I have read the instructions..http://www.dynamicdrive.com/dynamici...lide/index.htm but their in gibrish.
but I did understand where it said that I needed to upload the files onto my server. done.
And then it said something to do with uploading the code.. what code?
so I Kinda just saw a code and then did it.. this is the one i upoloaded

PHP Code:
<style type="text/css">
                            
/*Menu Links*/

/*NOTE: anything not specified for the #(menu id's) a selector and its pseudo classes
may be inherited in some browsers from other 'a' element styles (if any) on the page*/

#menu1 a {color:black;background-color:white;text-decoration:none;text-indent:1ex;}
#menu1 a:active {color:black;text-decoration:none;}
#menu1 a:hover {color:black;background-color:#FFFF99}
#menu1 a:visited {color:black;text-decoration:none;}

#menu2 a {color:navy;background-color:white;text-decoration:none;text-indent:1ex;}
#menu2 a:active    {color:blue;text-decoration:none;}
#menu2 a:visited {color:blue;text-decoration:none;}
#menu2 a:hover {color:navy;background-color:#f0fea8}

#menu3 a { /*Menu3 Links*/
color:black;
background-color:white;
text-decoration:none;
text-indent:1ex;
}
#menu3 a:hover {
color:black;background-color:#FFFF99;
}
#menu3 a:active    {color:black;text-decoration:none;}
#menu3 a:visited    {color:black;text-decoration:none;}


                           /*End Menu Links*/
</style>
<
script src="mmenu.js" type="text/javascript"></script>
<script src="menuItems.js" type="text/javascript">

/***********************************************
* Omni Slide Menu script - © John Davenport Scheuer: http://home.comcast.net/~jscheuer1/
* very freely adapted from Dynamic-FX Slide-In Menu (v 6.5) script- by maXimus
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full original source code
***********************************************/ 
but I don't know what to do with it.. and how to edit it. so I was wondering if you guys could at least guide me in the right direction that would be great =]

You guys are hamazing.

Juan
reviewsandsuch is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 04-07-2007, 06:59 PM Re: Drop down menu.. that should look amazign.. but I don't know how to do it =/
Experienced Talker

Posts: 34
Name: Juan
Trades: 0
wait.. does this go here?
I don't know if it does and I didn't know where to post it.. sorry. =[
reviewsandsuch is offline
Reply With Quote
View Public Profile
 
Old 04-07-2007, 10:22 PM Re: Drop down menu.. that should look amazign.. but I don't know how to do it =/
Tom_M's Avatar
Ultra Talker

Posts: 250
Name: Tom Maurer
Location: Pennslvania, USA
Trades: 0
The code you pasted above gets pasted into the <head> tag in all the pages you want the menu to appear.

Edit menuItems.js to customize the menu. You can add links to your menus. Or you can tweak the variables (all explained in properties.htm) to change how the menu works.

Its all pretty easy. Just browse menuItems.js. The file is commented enough that you should be able to edit it without trouble.
Tom_M is offline
Reply With Quote
View Public Profile
 
Old 04-08-2007, 11:48 AM Re: Drop down menu.. that should look amazign.. but I don't know how to do it =/
LadynRed's Avatar
Defies a Status

Posts: 10,016
Location: Tennessee
Trades: 0
I wouldn't use that menu at all. I can't stand those types of menus and I've seen others post similar opinions. Besides, if anyone has javascript turned off, you have no menu !
__________________
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 04-08-2007, 01:00 PM Re: Drop down menu.. that should look amazign.. but I don't know how to do it =/
chrishirst's Avatar
Missing! presumed drunk.

Posts: 41,517
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
Quote:
if anyone has javascript turned off, you have no menu
Search Engines for instance.
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 04-08-2007, 01:04 PM Re: Drop down menu.. that should look amazign.. but I don't know how to do it =/
Extreme Talker

Posts: 169
Trades: 0
Bad idea as LadynRed pointed out. I don't understand why you'd want it at all.
__________________
George Bush would never take me alive.
MJM_RDS is offline
Reply With Quote
View Public Profile
 
Old 04-09-2007, 02:33 PM Re: Drop down menu.. that should look amazign.. but I don't know how to do it =/
Experienced Talker

Posts: 34
Name: Juan
Trades: 0
Okay what about the drop down menu would you guys recommend that instead?
__________________
SpinnersCast senior Show Host

And owner of Reviews And Such!
reviewsandsuch is offline
Reply With Quote
View Public Profile
 
Old 04-09-2007, 03:13 PM Re: Drop down menu.. that should look amazign.. but I don't know how to do it =/
LadynRed's Avatar
Defies a Status

Posts: 10,016
Location: Tennessee
Trades: 0
You can create lots of dropdown menus using HTML and pure CSS.
Check out some examples: http://www.cssplay.co.uk/menus/index.html
__________________
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 04-13-2007, 12:22 AM Re: Drop down menu.. that should look amazign.. but I don't know how to do it =/
Experienced Talker

Posts: 34
Name: Juan
Trades: 0
well thank you very much LadyRed
__________________
SpinnersCast senior Show Host

And owner of Reviews And Such!
reviewsandsuch is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Drop down menu.. that should look amazign.. but I don't know how to do it =/
 

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.29543 seconds with 12 queries