473,396 Members | 1,918 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,396 software developers and data experts.

What is going on with this pull-down 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 1657
dk*******@sbcglobal.net 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.

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.
Wrong news group, follow-up in:

news:comp.infosystems.www.authoring.stylesheets

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;}


--
Rob
Group FAQ: <URL:http://www.jibbering.com/faq/>
May 16 '06 #2

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

Similar topics

226
by: Stephen C. Waterbury | last post by:
This seems like it ought to work, according to the description of reduce(), but it doesn't. Is this a bug, or am I missing something? Python 2.3.2 (#1, Oct 20 2003, 01:04:35) on linux2 Type...
11
by: Neo Geshel | last post by:
I have an Access DB, from which I am going to pull images. Each image has an associated ID, but the ID's are not necessarily sequential (some images may have been deleted, leaving gaps in the list...
11
by: Neo Geshel | last post by:
I have an Access DB, from which I am going to pull images. Each image has an associated ID, but the ID's are not necessarily sequential (some images may have been deleted, leaving gaps in the list...
6
by: LurfysMa | last post by:
I am working on an electronic flashcard application. I have one version up and running using Visual Basic (6.0) and Access 2000. My long-range plans are to put it up on a website and sell...
1
by: Justin | last post by:
We decided to upgrade to 2005 and upgrade our components. After fixing a few odds and end the upgrade was complete and our project was working fine. We didn't run into problems until we needed to...
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?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.