Seeking assistance with CSS.
I am looking to create a layout as follows:
I want a center-fixed menu with a width of 960px - this part is straightforward.
Alongside the menu, I aim to have two divs: one spanning from the left edge of the screen to the closest point of the centered div from the middle, and another from the next point after the centered div to the right edge of the screen.
Here's a visual representation:
|left_div| |_fixed_centered_960px_div| |__right_div|
The fluidity of the left and right divs will be dependent on the screen resolution.
If anyone can offer guidance or assistance, it would be greatly appreciated. Thank you.