|
|
|
#1 (permalink) |
|
Messages: n/a
Hébergeur: |
Hi All,
Here is my problem: I have this flash menu that I am trying to insert into my page. Once inserted, I can't get rid of the space around it (top and Bottom). I gave it it's own table and the space wont go away. Then, I tried to not use any tables and then the space is still there. I am a major beginner, so please speak in "dummy" terms. Thanks so much in advance, Melanie <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>Untitled Document</title> <!-- saved from url=(0014)about:internet --> <!-- The script to prevent blocking in IE and for other menu maintenance --> <script src='http://f-source.com/scripts/ActiveContentDropDown2.js' type='text/javascript'></script> <!-- Don't rely on our server, download the script, --> <!-- save it and change the script source path --> <style type="text/css"> <!-- body { background-color: #84a5ce; } .style1 {color: #000000} .style2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; } --> </style></head> <body> <div align="center"> <table width="800" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="70" bgcolor="#84A5CE"><img src="head.gif" alt="head" width="800" height="70" /></td> </tr> </table> <table width="800" border="0" cellpadding="0" cellspacing="0" bgcolor="#84A5CE"> <tr bgcolor="#84A5CE"> <td valign="top"> <!-- f-source menu navigation settings (search engine friendly) --> <!-- Change these links and press F12 to test --> <div id='menu' style='position:absolute; visibility:hidden;'> <div><a href='http://geronemus.com'>Home</a></div> <div class='submenu'> </div> <div><a href='http://f-source.com'>Our Practice</a></div> <div class='submenu' style='color:#FFFFFF; background:#ED8B8B; border:#995A57;'> <div><a href='http://practice.html'>Practice Information</a></div> <div><a href='http://print.html'>Print Patient Information</a></div> </div> <div><a href='http://about.html'>About Us</a></div> <div class='submenu'> </div> <div><a href='http://f-source.com'>Our Services</a></div> <div class='submenu'> <div><a href='http://bonding.com'>Bonding</a></div> <div><a href='http://bridges.com'>Bridges</a></div> <div><a href='http://crowns.com'>Crowns</a></div> <div><a href='http://hygeine.com'>Hygeine</a></div> <div><a href='http://whitening.com'>Teeth Whitening</a></div> <div><a href='http://veneers.com'>Veneers</a></div> <div><a href='http://inlays.com'>Inlays</a></div> <div><a href='http://f-source.com'>SubButton4-1</a></div> <div><a href='http://f-source.com'>SubButton4-1</a></div> <div><a href='http://f-source.com'>SubButton4-1</a></div> <div><a href='http://f-source.com'>SubButton4-1</a></div> <div class='submenu'> <div class='submenu'> </div> </div> </div> <div><a href='http://f-source.com'>Our Technology</a></div> <div class='submenu'> <div><a href='http://f-source.com'>Digital Xray</a></div> <div><a href='http://f-source.com'>Intaoral Camera</a></div> <div><a href='http://f-source.com'>Electric Handpieces</a></div> <div><a href='http://f-source.com'>SubButton4-1</a></div> <div><a href='http://f-source.com'>SubButton4-1</a></div> </div> <div><a href='http://about.html'>Smile Gallery</a></div> <div class='submenu'> </div> <div><a href='http://about.html'>Contact Us</a></div> <div class='submenu'> </div> <div><a href='http://about.html'>FAQ</a></div> <div class='submenu'> </div> <div><a href='http://f-source.com'><b>Links</b></a></div> </div> <div id="f-source-menu" style="position:relative;"> <object classid="clsid 27CDB6E-AE6D-11cf-96B8-444553540000"codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve rsion=9,0,28,0" width="800" height="62" align="top" > <param name="flash_component" value="fsmenuAdobeFull.swc" /> <param name="movie" value="Menu.swf" /> <param name="quality" value="high" /> <param name="FlashVars" value="flashlet={_searchFieldWidth:120,_subMenuCol or:#f7f7f7,_subHighlightColor: #A0A0A0,_searchHighlightColor:#74F044,_Transparenc yShadow:100,_showSearchField:f alse,mainSoundURL:'None',_subFont:'Arial',_menuCol or:#DEDEDE,_dividerColor:#CCCC CC,clickSoundURL:'None',_TransparencyMain:100,stre tch_width_to:'800px',_subButto nText:#555555,_searchField:#ffffff,_mainFontSize:1 2,subSoundURL:'None',_mainButt onText:#007DB1,_textHighlight:#8CC63F,_subHeight:2 3,bg_Pic_URL:'None',_searchInp utTextColor:#000000,_mainHeight:30,_mainFont:'Aria l',_mainButWidthExt:8,_Transpa rencySub:80,xml_Path:'None',_subFontSize:11,_subBo rderColor:#C6C6C6}" /> <param name="wmode" value="transparent" /> <param name="BGCOLOR" value="#84A5CE" /> <param name="SCALE" value="exactfit" /> </object> <noscript> <object> The <a href="http://f-source.com/">web menu</a> provided by f-source.com. All Rights Reserved </object> </noscript> <script type="text/javascript">var connected; if (connected){ Run_f_source_menu() }else{ alert("The page is not connected with script file ActiveContentDropDown2.js") };function JSF(url){alert("javascript: "+url);}</script> </div> <!-- End of f-source menu code --> </td> </tr> </table> <table width="800" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="265" bgcolor="#84A5CE"><img src="palm.gif" alt="palm" width="800" height="265" /></td> </tr> </table> <table width="800" border="0" align="center" cellpadding="15" cellspacing="0"> <tr> <td width="572" background="welcome.gif" bgcolor="#84A5CE" class="style1"> </td> <td width="228" height="400" bgcolor="#333333"> </td> </tr> </table> <table width="800" border="0" cellspacing="0" cellpadding="0"> <tr> <td height="70" bgcolor="#FF6666"> </td> </tr> </table> </div> </body> </html> |
|
![]() |
| Outils de la discussion | |
|
|