|
Tailslide -> RE: Two pop out menus (12/2/2006 3:23:14)
|
You'll need to post a link because it's pretty much impossible to diagnose issues without it. I'll take two guesses though - you might be getting issues because: 1. You're using absolute positioning to position the menu below the header but haven't made the containing div position:relative which means the absolutely positioned item will take it's positioning reference from the viewport itself (so it'll be for instance 5px below and to the right of the top left of the page rather than from your header). 2. You're getting Javascripts clashing because of the two menus on a page thing where you've got duplicate ids of bits of the menu confusing the javascript. Edit: also - although you obviously want to get this problem solved, it's not a good idea to post the same question in several fora simultaneously - it can mean people wasting their time trying to solve a problem that you've already got the answer to. Post in one forum and if you don't get your answer then try another one!
|
|
|
|