The background of my site http://flash.jagf.net is weird in the resolution 1280x1024... How to fix it. The image reapeat itself sideways.
The background of my site http://flash.jagf.net is weird in the resolution 1280x1024... How to fix it. The image reapeat itself sideways.
When I view it alone it appears to be 1012px by 1012px.. http://jagf.net/flash/img/bg.jpeg
how do u get the background up ... i got the codes but i dont know where to put them ? help!!!!
You can always try a CSS trick but it only works with a 100% x 100% html/body.
CSS:
<style type="text/css">
html, body {margin:0; padding:0; width:100%; height:100%; overflow:hidden;}
#background{position:absolute; z-index:1; width:100%; height:100%;}
}
</style>
HTML
<body>
<div>
<img id="background" src="YOUR REAL IMAGE URL" alt="xxx" title="xxx" />
</div>
......and the rest of the HTML after this
:thefinger:thefinger:thefinger:thefinger:thefinger :thefinger:thefinger:thefinger:thefinger:thefinger :thefinger:thefinger:thefinger:thefinger:thefinger :thefinger:thefinger:thefinger:thefinger:thefinger :thefinger:thefinger:thefinger:thefinger:thefinger :thefinger:thefinger:thefinger:thefinger:thefinger :thefinger:thefinger:thefinger:thefinger:thefinger :thefinger