Hello, I am facing problem in design issue related to DIV Tag. My problem is when i am enable a DIV on click of an Icon the DIV Overlapping with other control on form such as combo box. I have tired to Fixed using z-Index property, but it is not working. I am attaching a screen shot.
yeah, a url or code would help The thing that always seems to be the 'golden fix' for me is overflow: auto; in the css (for div boxes that don't seem to want to work right)