page background not displaying
hi-
i have following site need have background displayed in (this blends background of flash movie): http://www.poojasdesigns.com/
however, when add css background image property html file, nothing happens. site still displays white background. there no error in code confused what's going on this. here html code... please let me know need fix this. thanks!
<!doctype html public "-//w3c//dtd xhtml 1.0 strict//en" "http://www.w3.org/tr/xhtml1/dtd/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <title>.:: pooja's designs ::.</title> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <style type="text/css" media="screen"> html, body { height:100%; background-image:url('background.gif'); } body { margin:0; padding:0; overflow:hidden; } #flashcontent { width:100%; height:100%; } </style> </head> <body> <div id="flashcontent" align="center"> <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="100%" height="100%" id="index" align="middle"> <param name="movie" value="index.swf" /> <param name="quality" value="high" /> <param name="play" value="true" /> <param name="loop" value="true" /> <param name="wmode" value="window" /> <param name="scale" value="showall" /> <param name="menu" value="true" /> <param name="devicefont" value="false" /> <param name="salign" value="" /> <param name="allowscriptaccess" value="samedomain" /> <param name="allowfullscreen" value="true" /> <!--[if !ie]>--> <object type="application/x-shockwave-flash" data="index.swf" width="100%" height="100%"> <param name="movie" value="index.swf" /> <param name="quality" value="high" /> <param name="play" value="true" /> <param name="loop" value="true" /> <param name="wmode" value="window" /> <param name="scale" value="showall" /> <param name="menu" value="true" /> <param name="devicefont" value="false" /> <param name="salign" value="" /> <param name="allowscriptaccess" value="samedomain" /> <param name="allowfullscreen" value="true" /> <!--<![endif]--> <a href="http://www.adobe.com/go/getflash"> <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="get adobe flash player" /> </a> <!--[if !ie]>--> </object> <!--<![endif]--> </object> </div> </body> </html>
*pooja*
try without quotes around image url.
More discussions in Adobe Animate CC - General
adobe
Comments
Post a Comment