Hi,
I came across this problem yesterday whilst making a new section in my webpages.
I am using javascript to replace the innerHTML of an area defined by CSS.
The area (MainContent) was set to a specific width on the first (home) page. Then all the inside is replaced via code, which eventually will support ie and nutscrape, currently only ie.
I switched the inside to a form to display pictures listed in a list box with a button to expand into a main picture. Then I checked my floating menu area to change to another section. Horror! The floating menu section is behind the forms list box. Yet is it above the text also on the form.
Is this a bug with MS that a CSS absolutely positions cannot cover form objects?
Or is it perhaps because the menuarea (css) is defined just before the main content... in which case how come it can cover the text...?
Thanks in advance to any one with info
Vince
I came across this problem yesterday whilst making a new section in my webpages.
I am using javascript to replace the innerHTML of an area defined by CSS.
The area (MainContent) was set to a specific width on the first (home) page. Then all the inside is replaced via code, which eventually will support ie and nutscrape, currently only ie.
I switched the inside to a form to display pictures listed in a list box with a button to expand into a main picture. Then I checked my floating menu area to change to another section. Horror! The floating menu section is behind the forms list box. Yet is it above the text also on the form.
Is this a bug with MS that a CSS absolutely positions cannot cover form objects?
Or is it perhaps because the menuarea (css) is defined just before the main content... in which case how come it can cover the text...?
Thanks in advance to any one with info
Vince