Tagged Questions
1
vote
0answers
63 views
Combining position: relative with float in CSS
I have always thought of position: relative and float: left as different tools that should be used separately, with some features that overlap. position should be used for positioning things relative ...
0
votes
0answers
21 views
Deleting dynamic elements from a database
I have a select dropdown, with '+' and '-' buttons that add and remove items before submission.
I would like to be able to remove the elements with the '-' button after they have been added to the ...