| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| New Member Join Date: Apr 2004 Location: hell
Posts: 5
![]() | (XHTML) Problem with backround colour in some browsers .. help My code below works fine in IE. But When i open it with mozilla, the black backround is gone. its just white, and because all my images have black backrounds, with mozillas new white drop my images are not nice to look at. it also does the same thing on Netscape........... so how can i make my black backround show up on these browsers too?????? thanx here goes: ______________________________ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" ????: NamePros.com http://www.namepros.com/programming/28752-xhtml-problem-backround-colour-some-browsers.html "DTD/xhtml1-strict.dtd"> <html> <head> </head> <body bgcolor="000000"> <div align="center"> <table border="0" width="752" cellpadding="0"> <tr> <td align="left" width="72" height="73" colspan="1" rowspan="2"> <img src="multipfi/sxisym.jpg" width="72" height="73" /> </td> <td colspan="6" rowspan="2" valign="top"> <img src="multipfi/spherex.jpg" width="287" height="76" /> </td> <td colspan="6" rowspan="1" align="right"> <a href="main.html"> <img src="multipfi/skyban2.jpg" width="368" height="39" border="0" /> </a> </td> </tr> <tr> <td colspan="6" rowspan="1" align="right"> <FONT color="00FFFF" size="2"><marquee bgcolor="000000" direction="left" loop="infinite" width="363"><STRONG> Email us for FREE demo cd: see Audio Area for more details.... (all SkyXI images. music. files. are copyrighted) </STRONG></MARQUEE></FONT> </td> </tr> </table> </div> <div align="center"> <table border="0" width="752" cellpadding="0"> <tr> <td colspan="3" rowspan="1" height="65" width="752" align="left"> <img src="multipfi/skyban.jpg" alt="" border="0" width="751" height="63" /> </td> </tr> </table> </div> <div align="center"> <table border="0" width="752" cellpadding="0"> <tr> <td> <table cellpadding="0" border="0"> <tr> <td width="190" height="90" align="left"> <a href="profilep.html"> <img src="multipfi/profileb.jpg" border="0" width="167" height="84" /> </a> </td> <td width="190" height="90" align="left"> <font size="2" color="ffffff"> About us and our services. </br> Info on our productions. </font> </td> </tr> <tr> <td width="190" height="90" align="left"> <a href="audioa.html"> <img src="multipfi/audiob.jpg" border="0" width="167" height="84" /> </a> </td> <td width="190" height="90" align="left"> <font size="2" color="ffffff"> Our Audio Area has mp3 </br> downloads, details about </br> our free Demo CD + more... </font> h</td> </tr> <tr> <td width="190" height="90" align="left"> <a href="contact.html"> <img src="multipfi/contactb.jpg" border="0" width="167" height="84" /> </a> </td> <td width="190" height="90" align="left"> <font size="2" color="ffffff"> SKyXI Comm: </br> Contact information: </br> Email <br/> Phone <br/> Post <br/> </font> h</td> </tr> <tr> <td width="190" height="90" align="left"> <a href="links.html"> <img src="multipfi/linksb.jpg" border="0" width="167" height="84" /> </a> </td> <td width="190" height="90" align="left"> <font size="2" color="ffffff"> Links: </br> Audio production </br> Game development <br/> Programming <br/> </font> </td> </tr> </table> </td> ????: NamePros.com http://www.namepros.com/showthread.php?t=28752 <td colspan="3" rowspan="1" height="360" width="361"> <table cellpadding="0" border="0"> <tr> <td width="190" height="90" align="left"> <a href="visuala.html"> <img src="multipfi/visualb69.jpg" border="0" width="167" height="88" /> </a> </td> <td width="190" height="90" align="left"> <font size="2" color="DCDCDC"> [ Visual Area Inactive] <br> <i> coming soon: SkyXI AVS presets, animations </br> + more! </i> </font> </td> </tr> <tr> <td width="190" height="90" align="left"> <img src="multipfi/xlink.jpg" border="0" width="167" height="84" /> </td> <td width="190" height="90" align="left"> h</td> </tr> <tr> <td colspan="2" rowspan="2" width ="380" height="190" align="left" valign="middle"> <font size="2" color="40E0D0"> Click appropriate image to proceed.. </br> </br> To return to this page click the silver banner located at the top right of the page. </br> </font> </br> </br> <font size="2" color="7CFC00"> Preview tracks avaliable for lisencing at the Audio Area. </br> </br> For info on our soundtrack production see our profile + services page... </br> </font> </td> </tr> </table> </td> </tr> </table> </div> </body> </html> |
| |