Drop Down Menu Question

This is a discussion on "Drop Down Menu Question" within the Website Planning section. This forum, and the thread "Drop Down Menu Question are both part of the Planning Your Website category.



Go Back   Webforumz.com > Main Forums > Planning Your Website > Website Planning

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Feb 6th, 2007, 20:46
Junior Member
Join Date: Jan 2007
Location: philly
Posts: 21
Thanks: 0
Thanked 0 Times in 0 Posts
Drop Down Menu Question

I created a header in photoshop and I also created a horizontal menu within said header. I would like this menu to have the common drop down functionality on mouse rollover as we see so often. Can someone tell me how I might go about this. e.g. do i have to import it into to Flash? etc. The tools I have at my disposal are flash, dreamweaver, and photoshop. Thanks.
Attached Images
File Type: jpg tanHeader2.jpg (17.3 KB, 57 views)
Reply With Quote

  #2 (permalink)  
Old Feb 6th, 2007, 22:03
saltedm8's Avatar
Lead Administrator

SuperMember
Join Date: Nov 2005
Location: Always About
Age: 27
Posts: 1,479
Blog Entries: 1
Thanks: 1
Thanked 7 Times in 7 Posts
Re: Drop Down Menu Question

this can be done with css, have a look here http://css.maxdesign.com.au/listamatic/
Last Blog Entry: Basic Advice for newbies (Feb 1st, 2008)
Reply With Quote
  #3 (permalink)  
Old Feb 6th, 2007, 22:32
SuperMember

SuperMember
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Drop Down Menu Question

There is a horizontal option to this one as well. http://www.tanfa.co.uk/css/examples/...rial-v.asp#vs4

I actually had good luck with this one today.
Reply With Quote
  #4 (permalink)  
Old Feb 6th, 2007, 23:46
BGarner's Avatar
Reputable Member
Join Date: Oct 2006
Location: In front of the computer.
Posts: 213
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Drop Down Menu Question

Go check out the css forum. There is a tutorial in the sticky at the top of the forum on how to do this. It explains vertical and horizontal menus.
Reply With Quote
  #5 (permalink)  
Old Feb 7th, 2007, 00:38
SuperMember

SuperMember
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Drop Down Menu Question

I worked through the one in the sticky and had good luck with that also!
Reply With Quote
  #6 (permalink)  
Old Feb 7th, 2007, 01:25
Junior Member
Join Date: Jan 2007
Location: philly
Posts: 21
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Drop Down Menu Question

I thank you guys for your directions and links. I look forward to burying my nose in CSS. Before I do so I just want to be sure of one thing. I just want to be sure that you guys clicked on the thumbnail sample that I attached with the post and that you understand it's all part of the photoshop gif header image. I ask this because everything that I've seen thus far of css seems to be creating the menu in css directly. It's not clear to me how css plays into creating drop down functionality on a gif created in photoshop. Maybe absolute positioning is the key. I don't know. Thanks!!!
Reply With Quote
  #7 (permalink)  
Old Feb 7th, 2007, 01:43
BGarner's Avatar
Reputable Member
Join Date: Oct 2006
Location: In front of the computer.
Posts: 213
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Drop Down Menu Question

It's going to be exactly the same. When you style your menu you'll end up having something like this for a horizontal menu...

Code: Select all
div#navigation li a {
   background: #fff url(/images/menupic.gif) repeat-x;
   color: #000;
}

div#navigation li a:hover {
   background: #ff0 url(/images/menuhover.gif) repeat-x;
   color: #fff;
}
This code will make the background of your links into images (menupic & menuhover in this example) that are repeated horizontally or across the x-axis.

Take a look at this page that I wrote the css for the menu system. It doesn't have drop downs but it does have an image as a background...

http://ldstroop21.org
Reply With Quote
  #8 (permalink)  
Old Feb 10th, 2007, 00:40
Weird1993's Avatar
Moderator
Join Date: Feb 2007
Location: United States
Age: 15
Posts: 80
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Drop Down Menu Question

Yes CSS should do what you want, but look at what BGarner said about images, as in all the components should have their own regular and rollover gif that switch back and forth. I hope I said that right because I'm not really thinking straight right now...
Reply With Quote
  #9 (permalink)  
Old Feb 10th, 2007, 02:08
Junior Member
Join Date: Jan 2007
Location: philly
Posts: 21
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Drop Down Menu Question

Quote:
Originally Posted by Weird1993 View Post
Yes CSS should do what you want, but look at what BGarner said about images, as in all the components should have their own regular and rollover gif that switch back and forth. I hope I said that right because I'm not really thinking straight right now...
Two questions:
- Do I need to go back and recreate the menu portion of my header with the purpose of individualizing the menu items so that they each have their own list item id? This is for both the original and the hover image.

- I have this thought that I need to create a horizontal menu with css that's the same size as the menu and then superimpose it over top the actual menu and make the background transparent and indent the text -9999 so that it isn't visible. Am I off base with the whole superimpose thing?

Thanks tremendously!!! I really appreciate the help. I have been at this for 3 or 4 days now and it's kicking my butt. Had I not created this header image this would be much easier but I'm determined to see it through.
Reply With Quote
  #10 (permalink)  
Old Feb 10th, 2007, 03:39
Weird1993's Avatar
Moderator
Join Date: Feb 2007
Location: United States
Age: 15
Posts: 80
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Drop Down Menu Question

You may need to crop the menu from the header and use separate components for the menu. Try it out, and see what happens.
Reply With Quote
  #11 (permalink)  
Old Feb 10th, 2007, 08:51
Ryan Fait's Avatar
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Drop Down Menu Question

Got a better solution for the hover image change. Background switch is the ultimate!

http://www.newguyinennis.com/samples/css_hover/
Reply With Quote
Reply

Tags
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

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
drop down menu bean_2k1 JavaScript Forum 1 Jun 10th, 2008 13:08
Drop Down Menu alexgeek JavaScript Forum 8 Oct 22nd, 2007 12:52
I have a normal css menu, but want ot add drop down menu to it multichild Web Page Design 7 Jan 9th, 2007 16:07
Drop down menu ... Drysdale Web Page Design 3 Jul 21st, 2005 22:00
help with drop menu makemesick JavaScript Forum 8 Apr 25th, 2005 21:19


All times are GMT. The time now is 16:47.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43