The background image for this only "pops" into place as a full screen image after the browser window is resized. This seems to happen only in firefox and opera but is ok in safari. Not tested in IE yet. How can I make it instantly full screen when the page loads instead? Note when displayDiv div is removed it works fine. Thanks
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Just trigger the resize event when the page loads:
Fixed fiddle: http://jsfiddle.net/UggMq/1/ |
|||
|
|