alexp
04-30-2009, 02:29 AM
1) Script Title: Drop down/ Overlapping Content script
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamicindex5/overlapcontent.htm
3) Describe problem: This is a great script but I am having issues with the position of the drop down content. It is set to mouseover and when hovering over the anchor link the position of the drop down content changes depending on the size of the browser window.
The subcontent div is set as position:absolute, and the container div is centered in the browser window.
When the window is the same size as the container div the position is perfect, but as the browser window size is increased the position of the drop down content moves further away from the link to the point that you cant access it as it disappears once you move off the link.
The only way I can solve the horizontal position is to use position:fixed (which works perfect regardless of browser window size) but that obviously causes vertical position problems if the page has been scrolled at all.
It is happening in all browsers. Has anyone else experienced this? Can anyone help?
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamicindex5/overlapcontent.htm
3) Describe problem: This is a great script but I am having issues with the position of the drop down content. It is set to mouseover and when hovering over the anchor link the position of the drop down content changes depending on the size of the browser window.
The subcontent div is set as position:absolute, and the container div is centered in the browser window.
When the window is the same size as the container div the position is perfect, but as the browser window size is increased the position of the drop down content moves further away from the link to the point that you cant access it as it disappears once you move off the link.
The only way I can solve the horizontal position is to use position:fixed (which works perfect regardless of browser window size) but that obviously causes vertical position problems if the page has been scrolled at all.
It is happening in all browsers. Has anyone else experienced this? Can anyone help?