473,386 Members | 2,129 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

What's going on with this pulldown menu? Pls help!

Hi there,
I'm very novice to web design. I'm trying to make a pulldown menu, but

the formatting keeps getting screwed up when you roll the mouse over
it.

Please see www.boundarysys.com for what I'm talking about. Before the
mouse touches the pulldown, the vertical height of the menubar is
perfect. As soon as the mouse rolls over it, it expands to about twice

the height.
The other problem is: how do I eliminate the vertical spaces between
the rows of the submenus? Ideally, I'd like them to have sunken
appearance. But I'd settle just for them not looking like individual
cells floating in space.
Thanks so much for any help/guidance/info.
Here is the style sheet I'm using:
BODY
{font-family: verdana, tahoma, arial, sans-serif;
font-size: 10pt;
margin: 0px;
margin-left: 2px;
margin-right: 3px;
padding: 0px;}
P /* PADDING AROUND LETTERS IN TOP MENU BAR */
{padding-top: 5px;
margin-left: 5px;}
table.navbar
{font-size: 8pt;
margin: 0px; /* this is an outline around the entire top menu bar */
height: 15px;} /* the height of the main menu bar */
table.menu /* THIS CONTROLS THE GROUPING OF THE WHOLE SUBMENU - EX. A
BORDER HERE WOULD GO AROUND THE WHOLE SUBMENU */
{font-size: 8pt;
margin: 0px;
padding: 0px}
td.menuNormal /* TOP MENU BAR COLORS */
{color: #1E7575;
vertical-align: top;
border: 1px solid #CCCCCC;
background-color: #e5e5e5;}
td.menuHover /* TOP MENU BAR COLORS SELECTED */
{color: #1E7575;
vertical-align: top;
border: 1px solid #CCCCCC;
height: 15px;
background-color: #e5e5e5}
div.menuNormal /* THIS CONTROLS THE ZIPPING UP OF THE PULL DOWN MENUS
*/
{display: none;
position: static;}
div.menuHover /* THIS CONTROLS THE ZIPPING UP OF THE PULL DOWN MENUS
*/
{display: inline;
position: absolute;}
a.menuitem:link /* DROP DOWN BOX MENU */
{background-color: #33CCCC;
display: block;}
a.menuitem:hover /* DROP DOWN BOX SELECTED ITEM */
{color: black;
background-color: #CCFFFF;
display: block;}
a.menuitem:visited /* REDUNDANT BUT NECESSARY - MUST MATCH
A.MENUITEM.LINK - FOR ITEMS ALREADY CLICKED */
{background-color: #33CCCC;
display: block;}

May 16 '06 #1
1 1759
leicklda wrote:
Hi there,
I'm very novice to web design. I'm trying to make a pulldown menu, but

the formatting keeps getting screwed up when you roll the mouse over
it.


I haven't looked at your styling problems but you do realise, I suppose,
that if the client's browser is not javascript enabled, the page has no
menu whatsoever.

Louise
May 16 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

9
by: flarkblark | last post by:
I recently had the displeasure of looking at the code required to implement the pop-up menus used in a pulldown menu system for a webpage. The sheer amount of Javascript required was amazing...
1
by: George Medlock | last post by:
One of the items in the help pulldown menu is a website address. How do I create a hyperlink to the menu item? Thanks
2
by: Thrasher Remailer | last post by:
Using the example at http://www.w3schools.com/dhtml/tryit.asp?filename=trydhtml_menu10 as a base, how can I extend this code to handle tiered ( cascading ) pulldowns? For example, hovering...
1
by: dkimbrell | last post by:
Hi there, I'm very novice to web design. I'm trying to make a pulldown menu, but the formatting keeps getting screwed up when you roll the mouse over it. Please see www.boundarysys.com for...
2
by: Reinhold Schrecker | last post by:
Hi, I am trying to generate a pulldown-menu with JavaScript/DOM: The following Code works fine with Opera an Mozilla but in the IE the width of the select element is too short: ...
1
by: trojnfn | last post by:
I have a pulldown menu that contains five options, and ten input fields. Depending on which option is selected, the field(s) will either be enabled or disabled. I am able to use javascript to do...
3
by: WiseG1rly | last post by:
Hey everyone! I am completley new and I will start off by saying that I am not a programmer - figuring out this search took so long! I am debugging now and would appreciate any help :) ...
4
by: WiseG1rly | last post by:
Hey everyone! Still working on a site I posted for a while ago. Essentially I have a search function that is populated through by a database in mySQL and PHP. I need a few things to help the...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.