joshcali
07-03-2002, 09:18 AM
Hi,
I;m hoping someone can help me here. I'm relatively new to web programming. But, I have a bit of code that works off my home machine with apache running 1.3.22, but the server is running v 1.3.24 and the code doesn't work.
I'm trying to get an image with transparency in a table, to composite over the background image in the table. here's my code:
<table width="100%" height="120" bordercolor="#000000" border="1" cellspacing="0" cellpadding="0" background="/sitedesign/reiss_global/images/reissBackground.jpg">
<tr>
<td border="0" cellspacing="0" cellpadding="0" width="100%" align="right" >
<img src="/sitedesign/reiss_global/images/logoBanner4.gif">
</td>
</tr>
</table>
please help... I've been working on this since midnight! and I'm not sure if it;s a problem with the server settings, but here are the symptoms
until 8:40am,
the images would load correctly in
internet explorer 6.0 from localhost
internet explorer 6.0 from remote server
netscape 4.77 from localhost
and the background was missing in
netscape 4.77 from remote server
at 8:40am, a config script was run on remote server and now
the images would load correctly in
internet explorer 6.0 + netscape 4.77 from localhost
and the background was missing in
internet explorer 6.0 + netscape 4.77 from remote server
any ideas!!!
thanks, I'm at wit's end
-J
I;m hoping someone can help me here. I'm relatively new to web programming. But, I have a bit of code that works off my home machine with apache running 1.3.22, but the server is running v 1.3.24 and the code doesn't work.
I'm trying to get an image with transparency in a table, to composite over the background image in the table. here's my code:
<table width="100%" height="120" bordercolor="#000000" border="1" cellspacing="0" cellpadding="0" background="/sitedesign/reiss_global/images/reissBackground.jpg">
<tr>
<td border="0" cellspacing="0" cellpadding="0" width="100%" align="right" >
<img src="/sitedesign/reiss_global/images/logoBanner4.gif">
</td>
</tr>
</table>
please help... I've been working on this since midnight! and I'm not sure if it;s a problem with the server settings, but here are the symptoms
until 8:40am,
the images would load correctly in
internet explorer 6.0 from localhost
internet explorer 6.0 from remote server
netscape 4.77 from localhost
and the background was missing in
netscape 4.77 from remote server
at 8:40am, a config script was run on remote server and now
the images would load correctly in
internet explorer 6.0 + netscape 4.77 from localhost
and the background was missing in
internet explorer 6.0 + netscape 4.77 from remote server
any ideas!!!
thanks, I'm at wit's end
-J
