Alignment of Flash menu in table problem/margins between images

Hi there, I have been building a website using Dreamweaver (i'm a complete newb to CSS & HTML, i'm a kiltmaker!). It uses a table based layout which will eventually link to a shopping cart. I'm just working on the html part, and I would like to include a Flash Menu Bar. When I add the SWF file, I would like it to align with the top of my product images, but unfortunately, ends up looking like this:
http://amhamiltonhandmadekilts.co.uk/test/flashtestdresssporrans.html
I would really like it if the top of my flash menu would align at the same height as the rest of the images e.g at the same height as 'dress sporran' etc so that design is flusher.
Any ideas on how I could fix this would be very much appreciated!
Also, I would like the spacing between the images to be not as big the table, so it looks a bit neater, is this easily done?
Many thanks,
Steve

As far as getting the Flash menu to align to the top more, try adding a valign parameter to the table cell that contains it...
<td width="16%" rowspan="2" valign="top">
As far as the spacing between the images goes, I didn't really get what you might have been trying to indicate relative to being as big as the table.  But what you might want to do is create that entire menu/product table into a two column table, where the first column holds the menu and the second column holds another table with your products.  That will give you more freedom to control the size of the products table.
You might also get some suggestions to get away from the table approach for a bit of what you've done, so don't be surprised... the intentions and ideas are generally good.

Similar Messages

  • Problem with Flash Menu in iWeb...need help please.

    Ok, I designed a flash menu in iWeb and successfully placed it at the top of the site. I then used the "transparent shape" method to make the hyperlinks work properly. I made sure the flash menu was in the back and the transparent shape hyperlinks were in the front. The menu works just fine for me and anyone else using Safari or Mac computers. However, people on Windows using Firefox, IE or Chrome are unsuccessful in clicking the links. They do not work for them.
    Here's my website's homepage link. Keep in mind, if you look there on Safari, it will work but it does not when on a Windows computer. Any help is greatly appreciated.
    http://www.platinumsportspicks.com/Index/Home/Home.html
    It is clearly the problem that the flash menu is opening in front of the hyperlinked shapes but I'm not sure how to make sure they stay on front.
    Message was edited by: kwgrooms

    I don't know the answer to that one but you can use the Mouse Over and Click method I have described on this page....
    http://www.iwebformusicians.com/Tricks/MouseOver.html
    It works in IE.
    Its just a question of making up two different buttons with text for each link, taking a screenshot and cropping them and adding the JPEGs to your upload folder.
    You can make up the buttons on an iWeb page and then delete them when you have taken the screenshots. I usually do this sort of thing in Keynote so that I can save them in case I need to modify them.

  • Flash Menu problems in Firefox

    I've installed a flash menu for this site: www.phoenixhealingarts.org.  In Firefox the buttons and drop down effect (located over the outpatient programs button) does not work properly sometimes when clicked or moused over the first time.  It's as if you have to click into the menu to trigger any navigation or effects.  Surprisingly the menu works fine in IE8.  Also, a dotted line appear around the div containing the swf.  Anyone else experience this or have a solution?
    Thanks in advance,

    bump

  • Browser preview menu bar navigation problems

    Hey everyone I have a very strange problem that I honestly have no idea at all how to handle.
    Below is a template I've put together. It's for a pump repair business site (to provide clarity on any content).
    Everything was going smoothly, until I previewed it in the browser (using Firefox and Chrome). I can jump from page to page about twice, but, after that, especially when I try to return to the home page, I recieve an error like this:
    ' No webpage was found for the web address:file:///C:/Users/John/Desktop/Design/Merit%20Pump%20Website/MeritPump_Template.dwt '
    And I am also not able to access my submenus in the browser preview, and inevitably NOTHING will work after the first few jumps between pages.
    My code is below. Thank you so much for any help- this is my last major roadblock before I am able to publish.
    <!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" />
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Untitled Document</title>
    <!-- TemplateEndEditable -->
    <style type="text/css">
    <!--
    body {
        font: 100% Verdana, Arial, Helvetica, sans-serif;
        margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
        padding: 0;
        text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
        color: #000000;
        background-color: #CCC;
    p {
        font-size: 13px;
    .oneColFixCtrHdr #container {
        width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
        background: #FFFFFF;
        margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
        border: 1px none #000000;
        text-align: left; /* this overrides the text-align: center on the body element. */
    .oneColFixCtrHdr #header h1 {
        margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
        padding-top: 0px;
        padding-right: 0;
        padding-bottom: 0px;
        padding-left: 0;
    .oneColFixCtrHdr #mainContent {
        padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
        background: #FFFFFF;
        font-family: Tahoma, Geneva, sans-serif;
    .oneColFixCtrHdr #footer {
        padding: 0 10px;
        background-color: #CCC;
    .oneColFixCtrHdr #footer p {
        margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
        padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
    .footer {
        font-family: Calibri;
        font-size: 11px;
        color: #333;
        font-style: normal;
        font-weight: normal;
        padding: 5px;
        line-height: 1px;
    .disclaimer {
        font-size: 11px;
        text-align: left;
    -->
    </style>
    <script src="../SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <script src="../Scripts/swfobject_modified.js" type="text/javascript"></script>
    <link href="../SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    <!-- TemplateBeginEditable name="head" -->
    <!-- TemplateEndEditable -->
    </head>
    <body class="oneColFixCtrHdr">
    <div id="container">
      <div id="header">
        <h1>
          <object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="781" height="200">
            <param name="movie" value="../Merit Pump Site Images/Merit_Banner-02-01.swf" />
            <param name="quality" value="high" />
            <param name="wmode" value="opaque" />
            <param name="swfversion" value="9.0.45.0" />
            <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
            <param name="expressinstall" value="../Scripts/expressInstall.swf" />
            <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
            <!--[if !IE]>-->
            <object type="application/x-shockwave-flash" data="../Merit Pump Site Images/Merit_Banner-02-01.swf" width="781" height="200">
              <!--<![endif]-->
              <param name="quality" value="high" />
              <param name="wmode" value="opaque" />
              <param name="swfversion" value="9.0.45.0" />
              <param name="expressinstall" value="../Scripts/expressInstall.swf" />
              <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
              <div>
                <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
                <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>
              </div>
              <!--[if !IE]>-->
            </object>
            <!--<![endif]-->
          </object>
        </h1>
      <!-- end #header --></div>
      <ul id="MenuBar1" class="MenuBarHorizontal">
        <li><a href="../MP-index.html">Home</a>    </li>
        <li><a href="../MP-Kobepumps.html" class="MenuBarItemSubmenu">Services</a>
          <ul>
            <li><a href="../MP-Kobepumps.html">KOBE Pumps</a></li>
            <li><a href="../MP-Myerspumps.html">MYERS Pumps</a></li>
    <li><a href="../MP-Industrial.html">Industrial</a></li>
    <li><a href="../MP-Oilfield.html">Oil Field</a></li>
          </ul>
        </li>
        <li><a href="../MP-Contact.html">Contact</a>    </li>
        <li><a href="../MP-About.html">About Us</a></li>
      </ul>
    <div id="mainContent">
      <p> </p>
      <!-- TemplateBeginEditable name="content" -->
      <p>Merit Pump and  Equipment is an authorized dealer for <b><font color="#900">Kobe, Weatherford and Myers</font></b> pumps  supplying you with both pumps and parts. We are also a factory authorized pump  service center for your pump repair needs.</p>
      <p class="MsoNormalCxSpMiddle" style="line-height:normal;"> <b><font color="#900">Myers</font></b> offers a complete  line of submersible sump, sewage, effluent,   grinder, non-clog and wastewater pumps, controls, basins and accessories,  reciprocating, self-priming and pumping  systems for residential, agricultural, commercial, municipal and industrial applications.</p>
      <p class="MsoNormalCxSpMiddle" style="line-height:normal;"><b><font color="#900">Myers Aplex</font></b> offers a  complete line of high quality, medium to heavy duty reciprocating pumps for  both intermittent and continuous duty.</p>
      <p class="MsoNormalCxSpMiddle" style="line-height:normal;"> <b><font color="#900">Kobe</font></b> offers a unique  vertical plunger pump, as well as the Weatherford  horizontal   design for high pressure applications. The &quot;Kobe&quot; pump is  especially well suited for extreme pressure services up to 30,000 PSIG.</p>
      <p align="center" class="disclaimer" style="line-height:normal;"> </p>
      <p align="center" class="disclaimer" style="line-height:normal;"><em>Other Lines we carry  include LMI metering pumps, Hydra-cell pumps, Vector Peristaltic pumps,  Grinnell butterfly valves, Milliken Valves, All-Flo diaphragm pumps, Blancett  flow meters, Pacer pumps, Proco Products expansion  joints and others.</em></p>
      <p align="center" class="MsoNormalCxSpMiddle" style="line-height:normal;"> </p>
      <table id="Table_01" width="740" height="60" border="0" cellpadding="0" cellspacing="0">
        <tr>
          <td><a href="http://www.columbiantectank.com"><img src="../Merit Pump Site Images/Service1.jpg" alt="" width="195" height="60" border="0" /></a></td>
          <td><img src="../Merit Pump Site Images/Service2.jpg" width="172" height="60" alt="" /></td>
          <td><a href="http://www.femyers.com/"><img src="../Merit Pump Site Images/Service3.jpg" alt="" width="184" height="60" border="0" /></a></td>
          <td><img src="../Merit Pump Site Images/Service4.jpg" width="189" height="60" alt="" /></td>
        </tr>
      </table>
      <!-- TemplateEndEditable -->
      <p align="center" class="MsoNormalCxSpMiddle" style="line-height:normal;"> </p>
    </div>
      <div id="footer">
        <p><span class="footer">© 2006 Merit Pump &amp; Equipment CO. All rights reserved. | Home | About | Contact | FE Myers | Kobe Triplex |</span></p>
        <p><span class="footer">975 Lincoln Way West, Wooster, OH 44691 | PO Box 960</span></p>
      <!-- end #footer --></div>
    <!-- end #container --></div>
    <script type="text/javascript">
    <!--
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    swfobject.registerObject("FlashID");
    //-->
    </script>
    </body>
    </html>

    Hi!
    1. file:///C: /Users/John/Desktop/Design/Merit%20Pump%20Website/MeritPump_ Template.dwt '
    1.1 Suspicious are always these strings starting with file:///, what means, "DW thinks that every file you have linked to is outside the local root folder":
    1.2. Don't use spaces in folders/filenames. Spaces get converted %20, you could use underscores eg.
    2. ../MP-Kobepumps.html
    Where is this file located? Please control your path in DW, maybe you need ../../, maybe you can do without it, depending on which level the file is situated/nested.
    ... maybe you can post a link to your page, no matter how it looks like.Hans-G.

  • Spry Menu Bar Horizontal Problem in Internet Explorer

    I'm having a problem with a spry menu bar. It works fine in Firefox and Google Chrome, but in Internet Explorer the submenus shift to the right.
    And here's the code:
    @charset "UTF-8";/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 *//* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. *//******************************************************************************* LAYOUT INFORMATION: describes box model, positioning, z-order *******************************************************************************//* The outermost container of the Menu Bar, an auto width box with no margin or padding */ul.MenuBarHorizontal{     margin: 0 auto;     padding: 0;     list-style-type: none;     font-size: 100%;     cursor: default;     width: 54em;     border-top-width: thick;     border-right-width: thick;     border-bottom-width: thick;     border-left-width: thick;     border-top-color: #00F;     border-right-color: #099;     border-bottom-color: #093;     border-left-color: #0F9;     top: auto;}/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */ul.MenuBarActive{     z-index: 1000;}/* Menu item containers, position children relative to this container and are a fixed width */ul.MenuBarHorizontal li{     margin: 0;     padding: 0;     list-style-type: none;     font-size: 100%;     position: relative;     text-align: center;     cursor: pointer;     width: 18em;     float: left;     color: #F00;     background-color: #0000FF;}/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */ul.MenuBarHorizontal ul{     margin: 0;     padding: 0;     list-style-type: none;     font-size: 100%;     z-index: 1020;     cursor: default;     width: 18em;     position: absolute;     left: -1000em;}/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */ul.MenuBarHorizontal ul.MenuBarSubmenuVisible{     left: auto;}/* Menu item containers are same fixed width as parent */ul.MenuBarHorizontal ul li{     width: 18em;}/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */ul.MenuBarHorizontal ul ul{     position: absolute;     margin: -5% 0 0 95%;}/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible{     left: auto;     top: 0;}/******************************************************************************* DESIGN INFORMATION: describes color scheme, borders, fonts *******************************************************************************//* Submenu containers have borders on all sides */ul.MenuBarHorizontal ul{     border: 1px solid #CCC;}/* Menu items are a light gray block with padding and no text decoration */ul.MenuBarHorizontal a{     display: block;     cursor: pointer;     background-color: #000;     padding: 0.5em 0.75em;     color: #C96;     text-decoration: none;     border: black;}/* Menu items that have mouse over or focus have a blue background and white text */ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus{     background-color: #900;     color: #009;     text-align: center;}/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible{     background-color: #900;     color: #FFF;     text-decoration: underline;}/***************************************************************************** ** SUBMENU INDICATION: styles if there is a submenu under a given menu item *******************************************************************************//* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */ul.MenuBarHorizontal a.MenuBarItemSubmenu{     background-image: url(SpryMenuBarDown.gif);     background-repeat: no-repeat;     background-position: 95% 50%;     text-align: center;     font-family: "Lucida Console", Monaco, monospace;     font-weight: bold;     color: #FF0;     border: 3px solid #039;}/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */ul.MenuBarHorizontal ul a.MenuBarItemSubmenu{     background-image: url(SpryMenuBarRight.gif);     background-repeat: no-repeat;     background-position: 95% 50%;}/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */ul.MenuBarHorizontal a.MenuBarItemSubmenuHover{     background-image: url(SpryMenuBarDownHover.gif);     background-repeat: no-repeat;     background-position: 95% 50%;}/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover{     background-image: url(SpryMenuBarRightHover.gif);     background-repeat: no-repeat;     background-position: 95% 50%;}/******************************************************************************* BROWSER HACKS: the hacks below should not be changed unless you are an expert *******************************************************************************//* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */ul.MenuBarHorizontal iframe{     position: fixed;     z-index: 1010;     filter:alpha(opacity:0.1);}/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */@media screen, projection{     ul.MenuBarHorizontal li.MenuBarItemIE     {          display: inline;          f\loat: left;               }}
    WHAT DO I DO? HELP ME, THANKS.
    Ummmmmmm HELLOO.
    SOMEONE HELP ME.
    ....boy you guys are reallllly helping

    Ohhhh noooo now it looks like this.
    I don't know what to do!!!!
    Here, let me give you the css code and the html code.
    <style type="text/css">
    <!--
    #apDiv1 {
        position:absolute;
        width:160px;
        height:126px;
        z-index:1;
        left: 205px;
        top: 424px;
        margin: 0 auto;
    -->
    </style>
    <style type="text/css">
    #apDiv3 {
        position:absolute;
        width:254px;
        height:206px;
        z-index:2;
        left: 123px;
        top: 1529px;
    #apDiv4 {
        position:absolute;
        width:250px;
        height:194px;
        z-index:3;
        left: 381px;
        top: 1528px;
    #apDiv5 {
        position:absolute;
        width:256px;
        height:200px;
        z-index:4;
        left: 636px;
        top: 1529px;
    #apDiv6 {
        position:absolute;
        width:349px;
        height:205px;
        z-index:5;
        left: 889px;
        top: 1530px;
    </style>
    <style type="text/css">
    #apDiv7 {
        position:absolute;
        width:887px;
        height:204px;
        z-index:6;
        left: 324px;
        top: 905px;
    #apDiv8 {
        position:absolute;
        width:1295px;
        height:74px;
        z-index:1;
        left: 212px;
        top: 668px;
    </style>
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    <script type="text/javascript">
    function MM_swapImgRestore() { //v3.0
      var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_swapImage() { //v3.0
      var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
       if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    </script>
    <style type="text/css">
    #apDiv2 {
        position:absolute;
        width:209px;
        height:197px;
        z-index:2;
        top: 1220px;
        left: 171px;
    #apDiv9 {
        position:absolute;
        width:331px;
        height:97px;
        z-index:3;
        left: 385px;
        top: 1218px;
    #apDiv10 {
        position:absolute;
        width:292px;
        height:199px;
        z-index:4;
        left: 724px;
        top: 1218px;
    #apDiv11 {
        position:absolute;
        width:200px;
        height:115px;
        z-index:1;
    body {
        background-color: #000;
        background-image: url();
        text-align: center;
        color: #F00;
    .none {
        font-size: 80px;
        font-family: "Times New Roman", Times, serif;
        font-weight: bold;
    #apDiv12 {
        position:absolute;
        width:991px;
        height:60px;
        z-index:5;
        left: 198px;
        top: 192px;
    #apDiv13 {
        position:absolute;
        width:200px;
        height:115px;
        z-index:1;
        left: 588px;
        top: 322px;
    </style>
    <body onLoad="MM_preloadImages('images/WebConfroll.png','images/youthfootballroll.png','images/ statefbsweatshirt.png')">
    <p align="center" class="none"><img src="images/footballtitle.png" width="941" height="183"></p>
    <ul id="MenuBar2" class="MenuBarHorizontal">
      <li><a class="MenuBarItemSubmenu" href="#">[Placeholder]</a>
        <ul>
          <li><a href="#">[Placeholder]</a></li>
          <li><a href="#">[Placeholder]</a></li>
          <li><a href="#">[Placeholder]</a></li>
        </ul>
      </li>
      <li><a href="#" class="MenuBarItemSubmenu">[Placeholder]</a>
        <ul>
          <li><a href="#">[Placeholder]</a></li>
          <li><a href="#">[Placeholder]</a></li>
          <li><a href="#">[Placeholder]</a></li>
        </ul>
      </li>
      <li><a class="MenuBarItemSubmenu" href="#">Videos</a>
        <ul>
          <li><a class="MenuBarItemSubmenu" href="#">2008 Videos</a>
            <ul>
              <li><a href="videos/2009 videos/Glenbard part one/partone.html">Glenbard South Game</a></li>
              <li><a href="#">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&# 160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;[Placeholder]</a></li>
            </ul>
          </li>
          <li><a href="#" class="MenuBarItemSubmenu">2009 Videos</a>
            <ul>
              <li><a href="#">[Placeholder]</a></li>
              <li><a href="#">[Placeholder]</a></li>
            </ul>
          </li>
          <li><a href="#" class="MenuBarItemSubmenu">2010 Videos</a>
            <ul>
              <li><a href="#">[Placeholder]</a></li>
              <li><a href="#">[Placeholder]</a></li>
            </ul>
          </li>
        </ul>
      </li>
    </ul>
    <p align="center"> </p>
    <p align="center"> </p>
    <p align="center"> </p>
    <p align="center"> </p>
    <p align="center"> </p>
    <p align="center"> </p>
    <p align="center"> </p>
    <p align="center"> </p>
    <p align="center"> </p>
    <p align="center"> </p>
    <p align="center"> </p>
    <p align="center"><span class="cent"><img src="images/bulldoghelmit.png" width="150" height="99" /></span></p>
    <p align="center"> </p>
    <p align="center"> </p>
    <p align="center"> </p>
    <p class="cent"> </p>
    <div align="center">
      <ul id="MenuBar1" class="MenuBarHorizontal">
        <li> <a class="MenuBarItemSubmenu" href="#">Football Season 2008</a>
          <ul>
            <li><a href="http://page.bps101.net/web/t1350/Football2009/2008%20Defense%20Stats.pdf">Defense Stats</a></li>
            <li><a href="http://page.bps101.net/web/t1350/Football2009/2008%20Offense%20Stats.pdf">Offense and Records</a></li>
            <li><a href="http://page.bps101.net/web/t1350/BHS%20All%20Time%20Stats.pdf">AllTime Data</a></li>
            <li><a href="http://page.bps101.net/web/t1350/Football2009/Western%20Sun%202009.pdf">Western Sun Final Standings</a></li>
          </ul>
        </li>
        <li> <a href="#" class="MenuBarItemSubmenu">Football Season 2009</a>
          <ul>
            <li><a href="http://page.bps101.net/web/t1350/Football%202010/2009%20Banquet%20Record%20and%20Stats.pdf">Defense Stats</a></li>
            <li><a href="http://page.bps101.net/web/t1350/Football%202010/2009%20Banquet%20Record%20and%20Stats.pdf">Record Book and Offense</a></li>
            <li><a href="http://page.bps101.net/web/t1350/Football%202010/All-Time%20Data%202009.pdf">Alltime Data</a></li>
          </ul>
        </li>
        <li> <a class="MenuBarItemSubmenu" href="#">Football Season 2010</a>
          <ul>
            <li><a href="http://page.bps101.net/web/t1350/Football%202011/2011%20Checklist.pdf">2010-2011 Offseason Checklist</a></li>
            <li><a href="http://page.bps101.net/web/t1350/Football%202011/2010%20Defense%20Stats%20Final.pdf">Defense Stats</a></li>
            <li><a href="http://page.bps101.net/web/t1350/Football%202011/2010%20Stats%20Packet.pdf">Record Book and Offense</a></li>
            <li><a href="http://page.bps101.net/web/t1350/Football%202011/2010%20ALL%20TIME.pdf">Alltime Data</a></li>
          </ul>
        </li>
      </ul>
    </div>
    <p align="center"> </p>
    <p align="center"> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p align="center"> </p>
    <p align="center"> </p>
    <p align="center"> </p>
    <p align="center"><img src="images/Batavia Youth football.png" alt="" width="869" height="200" /></p>
    <p align="center"> </p>
    <p align="center"> </p>
    <p align="center"> </p>
    <p align="center"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image4','','images/WebConfroll.png',1)"></a></p>
    <div align="center">
      <div align="center"></div>
      <div align="center"><a href="http://www.athletics2000.com/upstate8/" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image7','','images/WebConfroll.png',1)"><img src="images/WebConf.png" name="Image7" width="206" height="194" border="0" id="Image7" /></a><a href="http://www.bataviayouthfootball.org/" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image6','','images/statefbsweatshirt.png',1)"><img src="images/statefbsweatshirt.jpg" name="Image6" width="375" height="199" border="0" id="Image6" /></a><a href="http://www.bataviayouthfootball.org/" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image8','','images/youthfootballroll.png',1)"><img src="images/youth football.png" name="Image8" width="329" height="197" border="0" id="Image8" /></a></div>
    </div>
    <p align="center"> </p>
    <p align="center"> </p>
    <p align="center"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image5','','images/youthfootballroll.png',1)"></a></p>
    <p align="center"> </p>
    <p align="center"> </p>
    <p align="center"> </p>
    <p align="center"> </p>
    <p align="center"> </p>
    <p align="center"> </p>
    <p align="center"> </p>
    <p align="center"> </p>
    <p align="center"> </p>
    <p align="center"> </p>
    <p align="center"> </p>
    <p align="center"> </p>
    <p align="center"> </p>
    <p align="center"><img src="images/Logos.png" width="1167" height="199" /></p>
    <script type="text/javascript">
    var MenuBar2 = new Spry.Widget.MenuBar("MenuBar2", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    </script>
    @charset "UTF-8";
    /* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */
    /* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
    LAYOUT INFORMATION: describes box model, positioning, z-order
    /* The outermost container of the Menu Bar, an auto width box with no margin or padding */
    ul.MenuBarHorizontal
        margin: auto 0;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        cursor: default;
        width: 54em;
        border-top: thick solid #00F;
        border-left: thick solid #00F;
        border-right: thick solid #00F;
        border-bottom: thick solid #00F;
        height: 2.2em;
    /* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
    ul.MenuBarActive
        z-index: 1000;
    /* Menu item containers, position children relative to this container and are a fixed width */
    ul.MenuBarHorizontal li
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        position: relative;
        cursor: pointer;
        width: 18em;
        float: left;
    /* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
    ul.MenuBarHorizontal ul
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        z-index: 1020;
        cursor: default;
        width: 18em;
        position: absolute;
        left: -1000em;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
        left: auto;
    /* Menu item containers are same fixed width as parent */
    ul.MenuBarHorizontal ul li
        width: 18em;
    /* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
    ul.MenuBarHorizontal ul ul
        position: absolute;
        margin: -5% 0 0 95%;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
        left: auto;
        top: 0;
    DESIGN INFORMATION: describes color scheme, borders, fonts
    /* Submenu containers have borders on all sides */
    ul.MenuBarHorizontal ul
        border: 1px solid #CCC;
    /* Menu items are a light gray block with padding and no text decoration */
    ul.MenuBarHorizontal a
        display: block;
        cursor: pointer;
        background-color: #000;
        padding: 0.5em 0.75em;
        color: #C96;
        text-decoration: none;
        text-align: center;
        height: 1.2em;
    /* Menu items that have mouse over or focus have a blue background and white text */
    ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
        background-color: #900;
        color: #009;
    /* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
    ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
        background-color: #900;
        color: #FFF;
        text-decoration: underline;
    SUBMENU INDICATION: styles if there is a submenu under a given menu item
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenu
        background-image: url(SpryMenuBarDown.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
        color: #FF0;
        font-family: "Lucida Console", Monaco, monospace;
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
        background-image: url(SpryMenuBarRight.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
        background-image: url(SpryMenuBarDownHover.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
        background-image: url(SpryMenuBarRightHover.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    BROWSER HACKS: the hacks below should not be changed unless you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
    ul.MenuBarHorizontal iframe
        position: absolute;
        z-index: 1010;
        filter:alpha(opacity:0.1);
    /* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
    @media screen, projection
        ul.MenuBarHorizontal li.MenuBarItemIE
            display: inline;
            f\loat: left;
            background: #FFF;
    DON'T GIVE UP ON ME. PLEASE.

  • Flash Menu, HTML content and Z-index

    I have a flash menu that needs to overlap HTML content. I have already done this by using a negative margin on the HTML content and setting the flash menu to transparent.
    The problem is all the HTML links that are 'underneath' the Flash menu do not function. I tried changing the Z-index but that did not work because then the menu goes behind the text. Are there any other solutions?
    Thanks.

    "robot88888888" <[email protected]> wrote...
    > You may want to look at this:
    >
    http://meyerweb.com/eric/css/edge/menus/demo.html
    >
    > You may want to stay away from pure CSS menus until
    there is better
    > browser support. Or if you prefer to use the menus you
    have, you
    > should consider making the top-level links go to a page
    which allows
    > vistors to click on your other links. For example, if
    you click the
    > Calendar option, it should bring you to a page which has
    links to the
    > Jan., Feb., etc. pages.
    >
    > Right now neither of your drop-down menu structures work
    in IE6 for
    > Windows...which I would assume is your primary audience.
    Well, there's always a way to make so-called "pure" CSS menus
    a bit
    cleaner :-)
    http://www.projectseven.com/tutorials/navigation/auto_hide/index.htm
    Al Sparber
    PVII
    http://www.projectseven.com
    "Designing with CSS is sometimes like barreling down a
    crumbling
    mountain road at 90 miles per hour secure in the knowledge
    that repairs
    are scheduled for next Tuesday".

  • Installed latest sec update and have flashing menu bar - cannot login

    I also just installed the latest security update running 10.3.9 with a original 1ghz 17" powerbook.
    Trying to boot afterwards I end up with a flashing menu bar and no disk icon on the desktop - obviously I can't login (set to single user)
    Trying to repair permissions with a CD boot results in an "internal error" with the disk utility. Disk repair reports no problems. The program then cannot continue, and I have to hold the power button to get it to shut down.
    Any ideas???
    This is the LAST time I use the auto update!!!
    17" powerbook 1ghz Mac OS X (10.3.9)
      Mac OS X (10.4.2)  

    Hey. I am having almost the exact same problem my menu bar is flashing and no HardDrive icon on the desktop!?

  • Flash menu in DW, how do I link the buttons?

    Hi there!
    I have a problem, i'm creating a site in dreamweaver with a
    lot of flash objects. For examlpe I'm making a flash menu, wich is
    the hole problem! I'm importing the flash file to the left frame in
    dreamweaver and i'm trying to link the buttons (on the menu) to ex.
    "home" or "about me", though it doesn't work! I can't link the
    buttons because they're in this flash object. I know i'm doing it
    wrong with trying to link the buttons on the flash object but I
    don't know what else to do. And the thing is that i don't wanna use
    the buttons already existing in DW, i've made my own ones. The
    buttons are moving so there is one more problem, they're coming in
    from the right side (in the left frame) and bounces once, and then
    they stop. And that's when I wan't them clickable. So how do I make
    the buttons linking to the pages??
    Would really appreciate an awnser!
    Thanks !

    Flash links are made in Flash, not DW.
    I trust these links are not important, as search engines
    can't see them
    "Sabyonei" <[email protected]> wrote in
    message
    news:f1ktus$ct9$[email protected]..
    > Hi there!
    > I have a problem, i'm creating a site in dreamweaver
    with a lot of flash
    > objects. For examlpe I'm making a flash menu, wich is
    the hole problem!
    > I'm
    > importing the flash file to the left frame in
    dreamweaver and i'm trying
    > to
    > link the buttons (on the menu) to ex. "home" or "about
    me", though it
    > doesn't
    > work! I can't link the buttons because they're in this
    flash object. I
    > know i'm
    > doing it wrong with trying to link the buttons on the
    flash object but I
    > don't
    > know what else to do. And the thing is that i don't
    wanna use the buttons
    > already existing in DW, i've made my own ones. The
    buttons are moving so
    > there
    > is one more problem, they're coming in from the right
    side (in the left
    > frame)
    > and bounces once, and then they stop. And that's when I
    wan't them
    > clickable.
    > So how do I make the buttons linking to the pages??
    > Would really appreciate an awnser!
    >
    > Thanks !
    >

  • Navigate to HTML anchor from flash menu

    Hi,
    I would like to navigate to an html anchor from a flash menu.
    I use navigateToURL(“#anchorName”,
    “_self”). It work fine in IE 7, Firefox 2 and 3 but in
    safari the page reload. How can I prevent safari from reloading the
    page ?
    Thank you !

    I have solved the problem by using the externalInterface and
    a javascript function with window.location.hash.

  • Blogger / Flash audio widget spacing problem

    This is a multi-part message in MIME format.
    ------=_NextPart_000_0157_01C8E5D5.30A1E450
    Content-Type: text/plain;
    charset="iso-8859-1"
    Content-Transfer-Encoding: quoted-printable
    Please excuse me re-posting this question, but I have new
    info and =
    needed a new subject line. :-)
    I'm trying to use a very nice little Flash audio player
    script on a =
    Blogger page. Here's what it looks like on a simple HTML
    page:
    http://ayersvirtual.com/deleteme.htm
    On that page above, in all my browsers, the spacing above and
    below the =
    audio player is fine. That's what I want.
    But when I put the same code in a Blogger post, there are
    massive =
    top-bottom margins in Firefox 3, and none at all in IE 7.=20
    Here is a sample Blogger post showing this:=20
    http://pattyayers.blogspot.com/2008/07/blogger-flash-audio-player-problem=
    .html
    I dug through Blogger's CSS, and don't see anything that
    should cause =
    this. I added a line of CSS targeted at the <object>
    tag, zeroing its =
    margins, but that didn't do it.=20
    Any help with figuring this out would be MUCH appreciated!
    --=20
    Patty Ayers | www.WebDevBiz.com
    Free Articles on the Business of Web Development
    Web Design Contract, Estimate Request Form, Estimate
    Worksheet
    ------=_NextPart_000_0157_01C8E5D5.30A1E450
    Content-Type: text/html;
    charset="iso-8859-1"
    Content-Transfer-Encoding: quoted-printable
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0
    Transitional//EN">
    <HTML><HEAD>
    <META http-equiv=3DContent-Type content=3D"text/html; =
    charset=3Diso-8859-1">
    <META content=3D"MSHTML 6.00.6001.18063"
    name=3DGENERATOR>
    <STYLE></STYLE>
    </HEAD>
    <BODY>
    <DIV><FONT face=3DArial size=3D2>Please excuse me
    re-posting this =
    question, but I=20
    have new info and needed a new subject line. 
    :-)</FONT></DIV>
    <DIV><FONT face=3DArial
    size=3D2></FONT> </DIV>
    <DIV><FONT face=3DArial size=3D2>I'm trying to
    use a very nice little =
    Flash audio=20
    player script on a Blogger page. Here's what it looks like on
    a simple =
    HTML=20
    page:</FONT></DIV>
    <DIV><FONT face=3DArial
    size=3D2></FONT> </DIV>
    <DIV><A href=3D"
    http://ayersvirtual.com/deleteme.htm"><FONT
    face=3DArial =
    size=3D2>
    http://ayersvirtual.com/deleteme.htm</FONT></A></DIV>
    <DIV><FONT face=3DArial
    size=3D2></FONT> </DIV>
    <DIV><FONT face=3DArial size=3D2>On that page
    above, in all my browsers, =
    <STRONG>the=20
    spacing above and below the audio
    player</STRONG> is =
    fine. That's=20
    what I want.</FONT></DIV>
    <DIV><FONT face=3DArial
    size=3D2></FONT> </DIV>
    <DIV><FONT face=3DArial size=3D2>But when I put
    the same code in a =
    Blogger post,=20
    there are <STRONG>massive top-bottom margins in Firefox
    3</STRONG>, and=20
    <STRONG>none at all in IE 7</STRONG>.
    </FONT></DIV>
    <DIV><FONT face=3DArial
    size=3D2></FONT> </DIV>
    <DIV><FONT face=3DArial size=3D2>Here is a sample
    Blogger post showing =
    this:=20
    </FONT></DIV>
    <DIV><FONT face=3DArial
    size=3D2></FONT> </DIV>
    <DIV><FONT face=3DArial=20
    size=3D2>
    http://pattyayers.blogspot.com/2008/07/blogger-flash-audio-playe=
    r-problem.html</FONT><A=20
    href=3D"
    http://pattyayers.blogspot.com/"></A></DIV>
    <DIV><FONT face=3DArial
    size=3D2></FONT> </DIV>
    <DIV><FONT face=3DArial size=3D2>I dug through
    Blogger's CSS, and don't =
    see anything=20
    that should cause this. I added a line of CSS targeted at the
    =
    &lt;object&gt;=20
    tag, zeroing its margins, but that didn't do it.
    </FONT></DIV>
    <DIV><FONT face=3DArial
    size=3D2></FONT> </DIV>
    <DIV><FONT face=3DArial size=3D2>Any help with
    figuring this =
    out would be MUCH=20
    appreciated!  :-)</FONT></DIV>
    <DIV><BR><FONT face=3DArial size=3D2>--
    <BR>Patty Ayers | </FONT><A=20
    href=3D"
    http://www.WebDevBiz.com"><FONT
    face=3DArial=20
    size=3D2>www.WebDevBiz.com</FONT></A><BR><FONT
    face=3DArial =
    size=3D2>Free Articles on=20
    the Business of Web Development<BR>Web Design Contract,
    Estimate Request =
    Form,=20
    Estimate
    Worksheet<BR>--</FONT></DIV></BODY></HTML>
    ------=_NextPart_000_0157_01C8E5D5.30A1E450--

    Yeah, it does make me appreciate Wordpress. I would have
    stuck with it, but
    when I found out that you have to pay to edit your CSS (on
    their hosted
    plan), I switched back to Blogger!
    I'll keep my eye on that beta ("draft") version of Blogger. I
    have to be
    cautious with my client's account, but maybe I'll try it for
    my own blogs.
    Thanks again...!
    Patty Ayers | www.WebDevBiz.com
    Free Articles on the Business of Web Development
    Web Design Contract, Estimate Request Form, Estimate
    Worksheet
    "Mad Dog" <[email protected]> wrote in
    message
    news:[email protected]...
    > I'm glad it worked. Yes, it's weird how Blogger adds
    <br>s, but remember,
    > it's for the masses who still act like they're on
    typewriters, so it does
    > make sense for most people. As I mentioned, the new
    version (in Draft mode
    > now) supposedly will get rid of that. Funny....the first
    thing I was going
    > to tell you want to remove anything more than a single
    space from the
    > <object>.....
    >
    > I'm surprised the setting affects everything. I would
    have expected it
    > would only affect a new post, not everything!
    >
    > Makes ya appreciate Wordpress, doesn't it? (Though I do
    like the interface
    > in Blogger)
    >
    > Anyway, glad I could help point you in a direction.
    >
    > MD
    >
    > P@tty Ayers ~ACE wrote:
    >> I think I found a way! I can't leave that setting
    turned off, because
    >> my client needs it turned on. (What a bizarre and
    silly way Blogger
    >> handles something as simple as paragraphs of text!)
    >>
    >> But, if I remove every ounce of white space from the
    <object> tag
    >> before I paste it in, Blogger doesn't add any
    <br> tags into it.
    >>
    >> I believe this is going to work. Mad Dog, thank you
    VERY much for
    >> giving me the clues I needed. I truly appreciate
    it!! This was really
    >> about to drive me crazy.
    >>
    >> --
    >> Patty Ayers | www.WebDevBiz.com
    >> Free Articles on the Business of Web Development
    >> Web Design Contract, Estimate Request Form, Estimate
    Worksheet
    >>
    >> "P@tty Ayers ~ACE"
    <[email protected]> wrote in
    >> message news:[email protected]...
    >>>
    >>> "Mad Dog"
    <[email protected]> wrote in message
    >>> news:[email protected]...
    >>>
    >>>> First...try going into the SETTINGS >
    FORMATTING and change
    >>>> "Convert line breaks" to "No." That might
    help, but might not.
    >>>> Blogger loves adding <br> and has been
    known to add them in
    >>>> embedded objects.
    >>>
    >>> That stops Blogger from adding <br /> tags
    into my <object> code!
    >>> Yay!! But unfortunately it left all of my blog
    posts completely without
    >>> any
    >>> paragraphs at all. If this was just for *my*
    blog, I could just add
    >>> the <p> tags in (which I tried, and it
    works). But it's for my
    >>> client's blog, and she's not going to do that.
    >>>
    >>> Does Blogger seriously not have a setting where
    hard returns are
    >>> turned into normal paragraph tags?? It's either
    <br> tags everywhere
    >>> and anywhere, or nothing??
    >>>
    >>>
    >>> --
    >>> Patty Ayers | www.WebDevBiz.com
    >>> Free Articles on the Business of Web Development
    >>> Web Design Contract, Estimate Request Form,
    Estimate Worksheet
    >>> --
    >>>
    >>>
    >>>
    >>>>
    >>>> If that doesn't do it, try using the new
    Draft version of Blogger
    >>>> (
    http://draft.blogger.com/).
    It's still a work in progress (it won't
    >>>> Autosave!) but it doesn't add the automatic
    <br> linebreak. Check
    >>>> out more info about it at
    >>>>
    http://bloggerindraft.blogspot.com/2008/06/new-feature-new-post-editor.html,
    >>>> especially about halfway down. It's
    certainly worth a try!
    >>>>
    >>>> (I used Draft Blogger when I was away a
    couple of weeks ago since
    >>>> if you advance date a post, it won't show up
    until then, unlike the
    >>>> current version which posts it immediately
    but with an advance
    >>>> date. Doh!) MD
    >>>>
    >>>>
    >>>> P@tty Ayers ~ACE wrote:
    >>>>> The "Edit HTML" window in Blogger is a
    strange thing. I never see
    >>>>> much HTML in there. There are no
    <p> or <br> tags, just my text.
    >>>>> The code that I paste into the "Edit
    HTML" window has no extra <br
    >>>>> /> tags. Blogger apparently adds them
    before publishing the page.
    >>>>>
    >>>>> In other words, no, I can't manually
    remove them, because they're
    >>>>> not shown to me. :-(
    >>>>>
    >>>>> Do you use Blogger, MD? Is the "Edit
    HTML" feature like that for
    >>>>> you, also? Any other ideas?
    >>>>>
    >>>>> --
    >>>>> Patty Ayers | www.WebDevBiz.com
    >>>>> Free Articles on the Business of Web
    Development
    >>>>> Web Design Contract, Estimate Request
    Form, Estimate Worksheet
    >>>>>
    >>>>> "Mad Dog"
    <[email protected]> wrote in message
    >>>>>
    news:[email protected]...
    >>>>>> Have you gone into the HTML window
    and manually removed them?
    >>>>>>
    >>>>>> P@tty Ayers ~ACE wrote:
    >>>>>>> Yup, Blogger has added 7 <br
    /> tags *inside* my <object> tag.
    >>>>>>> Argh. What I need is a way to
    stop Blogger from doing that. I
    >>>>>>> wonder if I can trick it
    somehow.
    >>>>>>>
    >>>>>>> --
    >>>>>>> Patty Ayers | www.WebDevBiz.com
    >>>>>>> Free Articles on the Business of
    Web Development
    >>>>>>> Web Design Contract, Estimate
    Request Form, Estimate Worksheet
    >>>>>>>
    >>>>>>> "P@tty Ayers ~ACE"
    <[email protected]> wrote
    >>>>>>> in message
    news:[email protected]...
    >>>>>>>> I'm sure you're both right,
    but there are no <br /> tags in the
    >>>>>>>> <object> code that I
    enter into Blogger. For some perverse
    >>>>>>>> reason, Blogger adds them.
    Not sure where that leaves me. :-( Any
    >>>>>>>> ideas? --
    >>>>>>>> Patty Ayers |
    www.WebDevBiz.com
    >>>>>>>> Free Articles on the
    Business of Web Development
    >>>>>>>> Web Design Contract,
    Estimate Request Form, Estimate Worksheet
    >>>>>>>> --
    >>>>>>>>
    >>>>>>>> "Speculumcm"
    <[email protected]> wrote in message
    >>>>>>>>
    news:[email protected]...
    >>>>>>>>> Osgood escribió:
    >>>>>>>>>> You have quite a few
    <br /> tags within the <object> tag
    >>>>>>>>>> itself which
    should'nt be there and will cause spacing issue.
    >>>>>>>>>> I'd remove them and
    see what happens.
    >>>>>>>>>>
    >>>>>>>>>
    >>>>>>>>> Yep, Osgood it's right,
    remove <br /> tags within <object> tag
    >>>>>>>>> and <embed> tags
    as well. Something like this:
    >>>>>>>>>
    >>>>>>>>> <object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    >>>>>>>>> codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"
    >>>>>>>>> width="290"
    height="24"> <param name=movie
    >>>>>>>>> value="
    http://mojomom.com/podcast/audio-player/player.swf"><param
    >>>>>>>>> name=quality
    value=high><param name="LOOP" value="false">
    >>>>>>>>> <param name="wmode"
    value="transparent"><param name="FlashVars"
    >>>>>>>>>
    value="playerID=1&amp;soundFile=http://media.libsyn.com/media/mojomom/Mojo__Mom_and_Momma _Zen_v1.mp3">
    >>>>>>>>> <embed
    src="http://mojomom.com/podcast/audio-player/player.swf"
    >>>>>>>>>
    FlashVars="playerID=1&amp;soundFile=http://media.libsyn.com/media/mojomom/Mojo__Mom_and_M omma_Zen_v1.mp3"
    >>>>>>>>> quality=high
    >>>>>>>>> pluginspage="
    http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"
    >>>>>>>>>
    type="application/x-shockwave-flash" width="290" height="24"
    >>>>>>>>> loop="false">
    </embed> </object>
    >>>>>>>>>
    >>>>>>>>>
    >>>>>>>>> Eso lo arregla
    definitivamente
    >>>>>>>>>
    >>>>>>>>> Saludos
    >
    >

  • Need help with flash menu

    i have a drop-down flash menu and i would like it to be
    centered on my page. i use dreamweaver. when i put the code in, it
    automatically puts the flash menu to the left, and the drop-down
    submenus are layered (they will fall over any text that is
    underneath the menu).
    now, when i center the menu using a div align, the menu
    creates white space underneath it (the submenus can’t fall
    over any text – in other words, it deletes the layering).
    here is my code (i had to put spaces in so the code
    wouldn’t get messed up here). hopefully someone can tell me
    how to center my menu but keep the layering.
    this portion goes in the head section of the code:
    < script type=”text/javascript”
    src=”flashobject.js”>< /script>
    and this goes in the body:
    < div id=”color_id” >Flash Menu
    Placeholder.< /div>
    < script type=”text/javascript”>
    var fo = new
    FlashObject(“menu2.swf”,”color”,”879”,”76”,”6”,”#FFFFFF”
    fo.addParam(“menu”,”false” );
    fo.addParam(“quality”,”best” );
    fo.addParam(“salign”,”LT” );
    fo.addParam(“scale”,”noscale” );
    fo.addParam(“wmode”, “transparent” );
    fo.write(“color_id” );
    if (navigator.appName.indexOf(“Microsoft” )!= -1)
    document.color.style.position=”absolute”;
    document.color.style.zIndex=”10”;
    document.color.style.left=”0px”;
    document.color.style.top=”0px”;
    }else{
    document.getElementById(‘color’
    ).style.position=”absolute”;
    document.getElementById(‘color’
    ).style.zIndex=”10”;
    document.getElementById(‘color’
    ).style.left=”0px”;
    document.getElementById(‘color’
    ).style.top=”0px”;
    } < /script>

    no. what happens is this: the menu centers itself, but the
    drop down submenus do not layer over any text underneath the menu.
    instead, the menu creates white space underneath itself (the same
    height as the submenus), and then the text appears under the white
    space. i've tried in both firefox and ie and it works in neither
    browser. i'm stumped as to why this does not work!

  • How to layer flash menu over flash slideshow?

    Hello All!
    I am working on developing a new website, and I have come upon a roadblock...
    Is it possible to layer a flash object over another flash object? -- The website I am creating has a flash menu and a flash sllideshow.  I want the flash menu (submenu) to be able to appear IN FRONT OF the flash slideshow.  Here is the link with my progress:
    http://nathanlafave.com/newsite/index2.html
    You will notice that when you hover over "Web" in the navigation menu, the SUBMENU appears BEHIND the flash slideshow.
    Any suggestions on making this appear IN FRONT OF the slideshow.
    Both menu and slideshow are extensions purchased from flashdevelopment24.com
    Thanks!

    You have a couple of problems.
    1) Flash slideshows typically rise to the top of everything else on the page.  Ideally, you should keep Flash animates away from drop-down or flyout menus of any type.
    2) Flash is not supported by all web devices.  How will users without Flash navigate your site?
    Almost anything you can do with Flash can be achieved with jQuery.  See examples below.
    jQuery Superfish Menus
    http://users.tpg.com.au/j_birch/plugins/superfish/
    jQuery Fancy Transitions
    http://workshop.rs/projects/jqfancytransitions/
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Flash Menu in Dreamweaver8

    Where to start... I have a Flash menu that has very simple
    buttons and each button has a link defined to a different page in
    the website. The pages are on the host server and if I type that
    address into a browser they open without any problems.
    However, if I click on a button in the menu, it replicates
    the site name twice and the page name at the end of it. So instead
    of getting www.mysite.com/about.html it shows
    www.mysite.com/www.mysite.com/about.html. I have double and triple
    checked the buttons and deleted and recreated them a hundred times
    but they always seem to duplicate the site url and then add it
    again - which gives a page not found error.
    Anyone with any ideas as to why this happens? Im a complete
    newbie and this but can get around DW8 ok.
    John

    > And for those that do not have Flash
    > installed, and want to use the objects, the code is
    included to ask the
    > user if
    > they want to install it from the macromedia site.
    Chances are, if they don't have it installed, your nag is not
    going to push
    them to do so. But if you have redundant HTML navigation,
    then you are
    covered.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "stylus01" <[email protected]> wrote in
    message
    news:f0flb8$jjd$[email protected]..
    > Thanks to _seb_ as well.
    >
    > To Murray *ACE*, the pages have a left hand vertical
    menu in html as well
    > as
    > the Flash Menu at the top so the links will be read, and
    the pages passed
    > the
    > accessibility tests built into DW8. And for those that
    do not have Flash
    > installed, and want to use the objects, the code is
    included to ask the
    > user if
    > they want to install it from the macromedia site.
    >
    > I'm not sure if you are suggesting that I know far too
    little to put a
    > website
    > up, if you are, you may well be right, but I am teaching
    myself and the
    > things
    > you mentioned above were drummed into me by a friend who
    does this for
    > living.
    > I am going to make a lot of mistakes, some serious, some
    not so, but I am
    > going
    > to continue to learn and do what I can.
    >
    > Thanks
    >

  • Flash menu not appearing in Captivate 4

    Gentlefolk;
    I am evaluating the Captivate 4 trial version and ran into a problem.
    I cobbled together a quickie menu in Flash which works fine in C4.
    However, seeking a more elegent solution, I created another menu using a Flash menu generator (Antssoft) which works fine in a browswer and in a Flash player, but does NOT appear in C4.  I see a Flash bounding box on the page, but when viewed in browser mode or by a standard preview, there is just a blank page.
    I have tried variations on my theme with the menu: changing the filename to .flv so it could be imported as a Flash object, I have used the original .swf extenstion and imported as an animation, but all with the same results.
    Suggestions? Is Captivate a beast in which one needs to build any type of menu within a Captivate project itself,and it really doesn't like external menus?
    Seems odd..but possible....
    Thx!
    Don

    What do you mean cobbled together a quickie flash menu?
    Was it something you actually built in flash to control the captivate swf, such as an animation you placed on the stage or a widget object you built?
    Yes...Captivate is a beast, well at first. There are only so many variables/functions you are allowed to play around with, although with some more digging you may be able to find some more in the class files for captivate.
    I am not sure if you are stil in need of help with this or not, let me know.
    Zcarr

  • Flash menu bar's hyperlink doesn't work after imported into dreamweaver

    I have major problems when I tried to import a flash menu bar with hyperlink (created in flash) into dreamweaver. I have 5 buttons in the same flash banner file and each button is supposed to have its unique hyperlink. None of these 5 hyperlinks is working, but it works fine if run by the .swf file alone. What could I have done wrong in flash or dreamweaver?
    Version Flash CS4, Dreamweaver CS4
    Please help....thank you in advance.
    Kind regards,

    Hi Hans-G,
    Problem only exist on Windows 7 system, working fine in XP. Thanks for yr hep!

Maybe you are looking for

  • Migrating from Arch to Dual Boot (Arch 64 + Win8.1 64).

    Hello my friends. I used to have a dual boot system (MBR, if I'm not mistaken), with Arch Linux on hda (1TB) and Windows 7 on hdb (300GB). I did this installation more than 3 years ago. The disk with windows died recently, and because I need it for w

  • Missing left border on Word Document

    I have a word document (Windows Vista) in A5 size, landscape, with a 4 sided border. The print preview shows all borders but when printing on HP L7480 Officejet Pro the left edge of the document is missing including the border. I have tried resetting

  • Create multi-page PDF with photoshop CS3

    Hi, I have created 8 A4-sized PSD documents in Photoshop CS3 and I would like to create a single PDF document with 8 pages. Is there an easy way to do this? I would really appreciate any help that people can offer, as I am stumped! Thank you in advan

  • Compatability with PCMCIA USB 2 & Zen Touch

    Hi, My laptop only has USB . built in so I have recently purchased a PCMCIA USB 2 card. It appears that the card is functioning correctly and there are no problems when used with my digital camera, printer or mouse. However, when I connect the Zen To

  • RH_OBJID_REQUEST question

    Hi, i must use FM RH_OBJID_REQUEST for a F4 help field. This FM must display the organisationnal structure, but i would like disable some objects ; this object should be displayed but disabled, so can i do this with this FM ? if yes, can you give me