Table and background img problem.
Posted
by giogram
on Stack Overflow
See other posts from Stack Overflow
or by giogram
Published on 2010-05-07T01:30:20Z
Indexed on
2010/05/07
1:38 UTC
Read the original article
Hit count: 250
I have a problem with my site.I cant make the table appears on the img. It appears down of the image or up of the image. I need some help with the codes. Actually i dont want the img to reapet and to fit in users window everytime. The code to insert the img is this
<body oncontextmenu="return false;" background="bg_body.jpg">
And the code that a actually helped me but didnt solved the problem 100% because table didnt appears with img is this
<style> <!-- body { margin: 0px; } --> </style>
<img src='whatever' style='width: 100%; height: 100%;' />
© Stack Overflow or respective owner