dss4020
02-07-2008, 02:58 AM
1) Script Title:
AnyLink Drop Down Menu
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamicindex1/dropmenuindex.htm
3) Describe problem:
Hortizontal Scroll bar showing up upon load of page and going away on mouseover. I Would like to get rid of the scroll bar upon load.
Reference Page: http://www.mnrenttoown.com/css_redesign/internal.asp
I am using one instance of AnyLink Drop Down Menu on this page and when the page loads the horizontal scroll bar shows up with IE7. The horizontal scrollbar goes away once you mouse over one of the menu links. This scroll bar does not show up with FF2.
I think I have narrowed the issue down to this following line utilized by the AnyLink Drop Down Menu
#dropmenudiv{
position:absolute;
Being relatively new to CSS I utilized the Perfect 3 Column Layout located at
http://matthewjamestaylor.com/blog/perfect-3-column.htm
I believe the only thing other than images, background colors and borders I added or changed to the core template was
html
{
height: 100%;
}
and style attributes located on <div> tags specified for easy editing for now.
I appreciate anybody's help or direction in advance.
AnyLink Drop Down Menu
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamicindex1/dropmenuindex.htm
3) Describe problem:
Hortizontal Scroll bar showing up upon load of page and going away on mouseover. I Would like to get rid of the scroll bar upon load.
Reference Page: http://www.mnrenttoown.com/css_redesign/internal.asp
I am using one instance of AnyLink Drop Down Menu on this page and when the page loads the horizontal scroll bar shows up with IE7. The horizontal scrollbar goes away once you mouse over one of the menu links. This scroll bar does not show up with FF2.
I think I have narrowed the issue down to this following line utilized by the AnyLink Drop Down Menu
#dropmenudiv{
position:absolute;
Being relatively new to CSS I utilized the Perfect 3 Column Layout located at
http://matthewjamestaylor.com/blog/perfect-3-column.htm
I believe the only thing other than images, background colors and borders I added or changed to the core template was
html
{
height: 100%;
}
and style attributes located on <div> tags specified for easy editing for now.
I appreciate anybody's help or direction in advance.