the background picture for a table is not working right in FF or IE7
Here is part of the div...
I want the image to start in the top left corner of the table....but its starting at the top left of the screen..
in IE6/Maxthon.. it works fine.
Code:#divInfo { background: rgb(124,130,84); background-image:url(../info/left_img.jpg); background-repeat: no-repeat; position: relative; background-attachment: fixed; background-position: 0 0; font-family: Times New Roman, serif; font-size: 13pt; color: rgb(255,255,255); overflow: Auto; left: 10px; top: 0px; height:340px; width:760px; padding-left: 20px; padding-right: 20px; padding-top: 20px; text-align: justify;Code:<table class="gallery" border="0" cellpadding="0" cellspacing="0" width=820 height=380 align="center"> <tr> <td> <div id="divInfo">




Reply With Quote