html - CSS Fluid Image issue -
my background of site responsive , works great.but i'm having issues images. want them "fixed" in same position background no matter resolution,. example re-sizing browser 990px 537px 990px 270px image never moved because width/height expand or contract depending on resolution of browser. good news figured css make width of image fluid background! bad news if make height 100% or 14%, height looks same. true need specificity height? why not width? how? #block-imageblock-4{ width:26%; height:14%; margin-top:7%; margin-bottom:1%; margin-left:37%; margin-right:36.5%; max-width:100%; max-height:100%; } so question how show image in same position on screen if resolution large or small? please provide example , not link. said figured out make width of image fluid, not height if have better way please share. i'm using drupal build site fyi. <---------------------------------------------edit------------------------------...