dyzine
01-07-2009, 10:45 PM
1) Script Title:
DD Drop Down Panel
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamicindex17/dddropdownpanel.htm
3) Describe problem:
my pages use pure css and absolute positioning, but it seems the drop down doesnt like this setup. the only way i can get this to work is by assigning an absolute position (top:0;) to the ddpanel div. this makes the panel appear on top of the header like it's suppose to, but when the panel is opened it overlaps the page rather than pushing it down. If I don't add the absolute positioning, then it will only push down the header, making the header overlap the rest of the page (which has a different absolute position). I dont mind the overlapping so much, but it would be really cool if the page could get pushed down like its suppose to. Is there any work around for this to be compatible with my setup and push down all elements even if they're absolutely positioned? many thanks :)
DD Drop Down Panel
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamicindex17/dddropdownpanel.htm
3) Describe problem:
my pages use pure css and absolute positioning, but it seems the drop down doesnt like this setup. the only way i can get this to work is by assigning an absolute position (top:0;) to the ddpanel div. this makes the panel appear on top of the header like it's suppose to, but when the panel is opened it overlaps the page rather than pushing it down. If I don't add the absolute positioning, then it will only push down the header, making the header overlap the rest of the page (which has a different absolute position). I dont mind the overlapping so much, but it would be really cool if the page could get pushed down like its suppose to. Is there any work around for this to be compatible with my setup and push down all elements even if they're absolutely positioned? many thanks :)