javascript - Resizing a page accordingly -
i have basic site header, main application window bunch of jquery , multiple divs in 1 container, , footer few links, these take 620px in height , i'd have page cut off @ 625px mark can't seem around having white space @ bottom if set background image 100% , it's container 625px.
this happens when maximize resolution of browser window via full screen mode (in firefox if matters), leave in regular viewing mode, page looks great got me thinking white space @ bottom show other ppl higher resolution. if set height of background container 768px, no white space w/full screen vertical scroll bar , bunch of useless space @ bottom. makes site kind of weird because there's 1 window acts application multiple animations.
is there method ending page @ specific px dimension , still have fit high resolution screen without having re-flow entire page? ask because have lot of absolute divs , re-flowing them re size accordingly not attractive. why not use flash? because use javacript whenever possible avoid depending on adobe flash player.
thanks
you can use jquery resize container fit window resize when browser window resized, it's not ideal solution, i'd recommend setting background image on body image exceeds height of browser windows it'll cut off smaller resolutions without scrollbar , no white space ever seen. if that's mean.
Comments
Post a Comment