When items are placed with opacity:1; within a div set at opacity:0.5;, the item with opacity:1; will appear as if it also has an opacity of 0.5. While this is not the desired effect, the outer div must remain at 0.5 opacity because it serves as a background. Is there a solution to this issue?