This is a discussion on "displaying menus in css" within the Web Page Design section. This forum, and the thread "displaying menus in css are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
displaying menus in css
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
displaying menus in css
Hi,
I am new to this forum and web designing, so go easy on me . 1. I have used div#navigation in the css file on all the possible ids/classes related to the menus yet the submenus are stil displaying when not used. Are there any other solution for this problem? 2. I have created the classes
3. I have noticed that in IE the submenus displays correctly but that does not hold in firefox. any advices on that? Thanks for all your help. |
|
|
|
||||
|
Re: displaying menus in css
It's a lot easier to help if you send as a link...
But I can't tell you this: 1. Yes, give a class to parent menus which hides submenus... 2. Yes, you can keep the picture of the hovered parent while browsing through the submenus, but this will not work on IE without JavaScript or a hack (which we can discuss later) 3. Need to see it in action...
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
|
|
|||
|
Re: displaying menus in css
here is the link to the menu that i am trying to test out.
http://www.humanbee.com/testing/index.php hope this clarifies a little as to what i was asking. I have noticed that I had to hover back and forth between the menus a little to make the unwanted submenus to pop out. The funny thing is that the content of the submenus did not show up but the the blocks did..how strange. |
|
||||
|
Re: displaying menus in css
It's not working at all in Safari...
|
|
|||
|
Re: displaying menus in css
I believe I have mentioned that I am new to this business, what are the things I should look for between the web browsers? I am only running it on IE because I figure that most people uses IE so anything else can come afterward. Any tips and advices are welcome. Thanks
|
|
||||
|
Re: displaying menus in css
|
|
|||
|
Re: displaying menus in css
Okay so I have gone back to read up on how to create the css menu. After spending the whole afternoon (literally!) of consistently testing out the my code and from the tutorial I think it is finally working. I have tested on firefox and IE 7 it seems to be doing what I wanted now.
solved my questions from before. Now I am facing something that I think just adding one more selector would solve the problem but couldn't figure out what.. here is the link http://www.humanbee.com/testing/index.php If you hover over 3 -> 3.1 -> 3.1.1 -> 3.1.1.1, you'll see that 3 and 3.1 are highlighted but when you get to 3.1.1 and onto 3.1.1.1, 3.1.1 is no longer highlighted. I've noticed the difference between 3.1.1 and its predecessors is that 3.1.1 is actually a link as to just text. I have altered div#menuv li a:hover{ color: white; background-color: #6495ED; } to div#menuv li:hover, div#menuv li a:hover{ color: white; background-color: #6495ED; } to create the highlighted (activated? not sure if i can call that) text. any suggestions? thanks |
![]() |
| Tags |
| menus css |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| menus in css | cressy | Web Page Design | 12 | Apr 15th, 2007 12:42 |
| Need some help on menus | indianeditor | Web Page Design | 1 | Sep 20th, 2006 11:27 |
| Blooming IE and menus | maxelcat | Web Page Design | 7 | Jul 26th, 2006 14:03 |
| menus | benbacardi | JavaScript Forum | 5 | Jun 29th, 2004 09:31 |
| Drop down Menus | u2orange | Web Page Design | 8 | Nov 27th, 2003 16:13 |