Hi There!
I’m trying to make a header DIV with 3 part, from left to right:
- left side (div)- including backgroung image, right aligned
- center part (div) - including header content, constant size of 800px
- right side (div) - including backgroung image, left aligned
I want the sides to resize so that they fill the gaps between the center part and the borders of the browser, and when the browser is too small - they just hide, and the center part goes to the h-center of the page.
How can I do that?
TNX