Need help: I need to have a select overlap another component
I have a tight space requirement here the explaination then code sample. I have a row of inputs and a link with a select set in the between in a div. I need to allow multi selection on the select which is the problem. The select must be within the div and when in non-select state set to 1 when the user is to make a selection I expand the select to 10. This causes the div to expand and any thing under to move in kind. I need a way to allow the select to expnad with out moving expanding the parent div.
Nope didn't do it, All float does is shift the other components to one side, I need theselect to overlay the other component. To for a moment move forward. I've done it by accident some times helps to remeber your mistake.
Use the CSS position: (absolute or relative, based on needs) and z-index to a positive value
on the <select> tag or the <div> tag area that contains the selection list.
Bookmarks