You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a DIV that I want to overlay another DIV on the page. It's a basic paren/tchild setup...a user clicks to view more detail on an item and I Would like to show the top level DIV ...which could be expanded/collapsed .
When I use absolute positioning though, this doesn't work with my div. Is there something I could do to fix? FYI in my case, I want the div to be positioned/anchored on right size of page and the resize handle would be "w" , so they could essentially pull open the drawer to see the detail.
The text was updated successfully, but these errors were encountered:
I have a DIV that I want to overlay another DIV on the page. It's a basic paren/tchild setup...a user clicks to view more detail on an item and I Would like to show the top level DIV ...which could be expanded/collapsed .
When I use absolute positioning though, this doesn't work with my div. Is there something I could do to fix? FYI in my case, I want the div to be positioned/anchored on right size of page and the resize handle would be "w" , so they could essentially pull open the drawer to see the detail.
The text was updated successfully, but these errors were encountered: