Hello Overflowers,
I've designed an HTML page with the following specifications:
1. Resetting HTML, BODY, DIVs, and SPANs to have no border, padding, margin, or outline
2. Setting display properties for HTML, BODY, and DIV elements
3. Defining height and width for HTML and BODY
4. Creating a DIV named #slider inside BODY
5. Adding two inner DIVs #sidebar and #main within #slider with specific styles
Issue: Despite defining widths for #slider and #main, the expected total width is not being achieved
Can anyone spot what might be missing in this setup?
Sincerely