Currently, with STYLE, I can use width: 100%
and auto
on the height (or vice versa), but I still can\'t constrain the image into a specific positio
I think this is what your looking for, i was looking for it my self, but then i remembered it again befor i found the code.
background-repeat: repeat-x;
background-position: top;
background-size:auto;
background-attachment: fixed;
digital evolution is on its way.
Use JQuery or so, as CSS is a general misconception (the countless questions and discussions here about simple design goals show that).
It is not possible with CSS to do what you seem to wish: image shall have width of 100%, but if this width results in a height that is too large, a max-height shall apply - and of course the correct proportions shall be preserved.