i need help php css div and flash -


hello wanted include flash clock on header overlaps causing existing header not being displayed. please refer image link thanks.

<?php  echo "   <p align=\"center\">   <embed      title=\"clock\"      src=\"http://www.respectsoft.com/onlineclock/onlineclock.swf?ccolor=red\"quality=\"high\"      wmode=\"transparent\" bgcolor=\"#ffffff\" width=\"88\"      height=\"31\" align=\"middle\" allowscriptaccess=\"samedomain\"      type=\"application/x-shockwave-flash\"      pluginspage=\"http://www.macromedia.com/go/getflashplayer\"    />   <br>\n"; ?> 

this working still interferring...

<?php echo "<div style=\"position: relative; z-index: 1;\"> <embed title=\"clock\" src=\"http://www.respectsoft.com/onlineclock/onlineclock.swf?ccolor=red\" quality=\"high\" wmode=\"transparent\"  width=\"88\" height=\"31\" align=\"middle\" allowscriptaccess=\"samedomain\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" /><br>\n </div>\n";?> 

hey think should use z-index in css style sheet (read css z-index if u dont know it) giving id's both header , clock , use z-index on these suggested earlier daniel.

best of luck


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -