I'll need to take a closer look at your source and css. Be back in a few....
Edit:
Phew, that's hard to read.
I can't even see the dropdown menu, so I can't see the results you're describing. I can see it in your other page, but not the css one.
That's pretty peculiar. Maybe you've got some duplicate rules overriding something? or perhaps there's some important piece of the JavaScript missing from the css one?
As far as the menu being pushed down, maybe you need to check the combined widths and paddings to make sure that that's not the problem. I can't see from looking at the source what's wrong (I'm tired and hungry so I can't study it real well).
What have you tried/checked to fix these problems?













Friends:
I'm hoping someone will be able to help me with two problems related to this page:
I think both problems are somehow related to this portion of my style sheet:
width: 760px;
\width: 780px;
w\idth: 760px;
margin: 0px;
margin-left: auto;
margin-right: auto;
padding: 0px;
background-image: url(/images/container_background.gif);
background-color: black;
}
#banner {
padding: 0px;
margin-bottom: 0px;
}
#content {
padding: 10px;
margin-top: 0px;
margin-right: 200px;
background-color: white;
text-align : left;
}
#navmenu {
position: relative;
top: -3px;
left: 0px;
height: 21px;
width: 760px;
background-color: black;
}
#sidebar-a {
float: right;
width: 200px;
\width: 210px;
w\idth: 200px;
margin: 0;
padding: 0px;
background-color: rgb(204, 204, 204);
height: 100%;
}
.footer {
clear: both;
padding: 5px;
margin-top: 5px;
background-color: rgb(51, 51, 51);
font-size : 8pt;
color : white;
}
A.footer {
clear: both;
padding: 0px;
margin-top: 0px;
background-color: rgb(51, 51, 51);
font-size : 8pt;
color : white;
text-decoration : none;
}
A.footer:hover {
clear: both;
padding: 0px;
margin-top: 0px;
background-color: rgb(51, 51, 51);
font-size : 8pt;
color : white;
text-decoration : underline;
}
First Problem
Can someone tell me why the content in the right-hand column falls below the content in the left-hand column (rather than beside it)?
Second Problem
The drop-down navigation menu (which I created using a product called AllWebMenus Pro from likno.com) is somehow being affected by the css. The same navigation menu is used on this page, which is a mockup I originally showed my client. The mockup was done in tables, but the version I'm working on now uses css positioning.
The way the menus work on the design which uses table is exactly how I want it to work. But the menus on the design which uses css positioning seems to add some dark gray padding around each sub menu item, seems to make the borders between sub menu items thicker, and seems to add some black padding around each main menu item (Home, About Us, Directories, etc.) so that the blue rollover color does not appear to "cover" the entire menu item the way it does on the design which uses table.
Any thoughts on either of these problems?
Thanks in advance for any help anyone can offer - I really appreciate it.
Frank