Quote Originally Posted by jettrue View Post
1. I'm not seeing that issue.

2. Put the image in the footer, and then I can help with the gap. I can't help fix it if it's not there.

1. I've "broken" it so you can see the problem without my poor fix. I'm trying to get that menu to sit in the center, without using "background-align:center" because it causes it to be off-center in *some* browsers (which is why you probably couldn't see the problem, you're lucky!).

To better explain, I need the div that the drop-down menu background sits in to have a fixed width of 606px. Changing the current width from "100%" to "606px" doesn't help.

From Stylesheet.css:

Code:
#dropMenuWrapper {
width:100%;
background:url(../images/background.jpg) repeat-y;
margin:0 auto;
height:2.18em;
position:absolute;
top:0;
left:0;
}
2. I've put the image in the footer now for you to see.


Thanks, I hope that makes the issues a little clearer :)