Spry navbar position with other page elements.

2 questions on positioning  a horizontal navbar with other page elements.
1.) I replaced a standard horizontal navbar with a spry horizontal bar.
Below the navbar is a simple image div- centering an image on the page.
The image is placed with auto margins r/l to stay centered.
After I replaced the standard navbar with the Spry navbar, the centered image now appears to the right.
What I want is the original design-  the Spry navbar to be positioned above the image, drop down menu items can appear over the centered image.
My edited Spry page is not live until it works correctly- the original page without the new menu bar is here- michael-davidson.com)
2.) My plan is to keep the navbar on all my pages- so I'll set it up in a template.
Many of my pages wil consist of simpleviewer galleries- like this; simpleviewer gallery- will it work to put a drop down above the gallery?
Will there be a problem having the Spry navbar drop down over the simpleviewer gallery?
thank you.
btw- I did search for the answer to this positioning question, but could not find it. If there is a guide for positioning a Spry navbar, I'd love to read it!
thank you

I may have missed it, but I didn't see any style rule that positions your div#navbar. I may be wrong, but it seems to me that if you don't style the div, it will sit on the left of your page.
When you put Spry Menubars above Flash elements, Flash will as a rule put itself in front of other elements.
Try changing this:
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','632','height','238','src','home-flash','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','home-flash' ); //end AC code  
To this:
AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','wmode','opaque','width','632','height','238','src','home-flash','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','home-flash' ); //end AC code 
This is from another thread: http://forums.adobe.com/thread/419243
Beth

Similar Messages

  • How do I center objects (photos and animations) so they stay centered with the other page elements?

    How do I center objects (photos and animations) so they stay centered with the other page elements?

    Geez .. Your class doesn't fulfill the javabean specifications. The properties should not be public.
    It should rather look likepublic class TheAddress {
        // Properties ---------------------------------------------------------------------------------
        private String address1;
        private String address2;
        // Constructors -------------------------------------------------------------------------------
        public TheAddress() {
            // Default constructor.
        public TheAddress(String address1, String address2) {
            // Full constructor.
            this.address1 = address1;
            this.address2 = address2;
        // Getters ------------------------------------------------------------------------------------
        public String getAddress1() {
            return address1;
        public String getAddress2() {
            return address2;
        // Setters ------------------------------------------------------------------------------------
        public void setAddress1(String address1) {
            this.address1 = address1;
        public void setAddress2(String address2) {
            this.address2 = address2;
    }

  • Spry event listeners with dynamic form elements

    Hi ,
    I am trying to implement spry event listeners with a form that has dynamic check boxes and text field name. I now i can get the elements in a var and loop through with a normal function but can this work for spry events listeners

    Short answer is yes. But I have a feeling that you need further assistance, in which case give us a URL to a page that you want to apply the event listener to.

  • Can't open fullbookmark page,2/3 hidden,same with other pages, HELP. Thanks

    The bookmarks drop box is in the "middle" of the screen, not on the full left. So cannot see most of the bookmark page(the right 2/3 is hidden). Tried to move the box with mouse, no result. Occurs with other bookmark pages as well. Started 2 days ago. Also missing toolbar with icons at top of screen.For example if I want to print your info/answer, there is no print icon/button. Thanks. PS- keep answer simple as possible as I'm a novice.

    Let's start with the toolbars. Do you have any of the toolbar area, including menu bar, tab bar, etc.? If nothing appear, check that you are not in full screen view. The F11 key switches between full screen and normal views.
    If an individual toolbar is missing, you can try one of these methods to display it:
    * right-click a blank area of the tab bar
    * right-click the new tab "+" button on the tab bar
    * tap the Alt key > View menu > Toolbars
    Any luck?
    Regarding your bookmarks list, there are 4 possible ways to get at the list:
    * Drop-down menu from the classic menu bar or orange Firefox button
    * Drop-down menu from a toolbar button
    * Bookmarks Sidebar (Ctrl+b)
    * Library dialog (Ctrl+Shift+b or "Show All Bookmarks")
    Could you check and report back on which ones are working and which ones are broken?

  • Strokes in symbols not flattening properly with other background elements (CS5 & CS6)

    Hi There,
    We have a bunch of round button symbols for navigational elements which are constructed in the following way:
    Circle symbol with a fill and stroke
    Circle symbol placed into button symbols (e.g. magnifying glass or arrow)
    Button symbols placed onto page
    This allows us to update the background circle symbol and have all the buttons (about 30 of them) update at once.
    But when the symbols render on a dark background, they look like badly clear-cut raster images - i.e. the antialiased edges look like they've been flattened on white instead of merging with the background colour like a 24bit png.
    Hopefully you can see the kind of bitsy edge in the image below to see what I mean:
    I don't recall having this issue in the past - I've fiddled with the stroke settings but still no luck, here are the settings as they currently stand:
    Is there a setting that controls this behavior that I might've changed or missed?
    Cheers
    Ben

    There's a dirty little secret with 1-pixel strokes: They're not actually center-aligned. (How could they be and still stay sharp?) So your single-pixel stroke is actually aligned to the inside. And it's anti-aliased. What you're most likely noticing is the lightly-colored fill showing through the semi-transparent portions of the stroke.
    A couple ideas on how to fix this: a) Set stroke width to 2px, center-aligned, and choose "Fill over stroke" under Stroke Options, b) Leave stroke width at 1px, align outside, and decrease the object dimensions by 1px, c) Set stroke to None and add the stroke using Photoshop Live Effects. Somehow, no matter which position is chosen for stroke alignment within Photoshop Live Effects, fill bleed-through along the outer edges is not a problem. However, every solution will change how the circle is rendered somewhat, so finding the best solution requires trial and error.

  • Using Javascript to rasterize a layer and maintain its position with other layers.

    Trying to use javascript to rasterize just the contents of a certain layer by its name.
    It needs to maintain its position.
    I've sort of cobbled a script, but it keeps moving the rastered art to the top layer.
    Ex, top down i have Layer 4, RasterizeMe, Layer 2, Layer 1. 
    The rastered contents end up on Layer 4
    Any help would be apprecieated, or if theres a better method of doing this.
    //  Rasterize Layer by name
        if ( app.documents.length > 0 ) {
            doc = app.activeDocument;
            if(!doc.saved){
                Window.alert("This script needs to modify your document. Please save it before running this script.");
            }else{
                createRasterLayer(doc);
        }else{
            Window.alert("You must open at least one document.");
    function createRasterLayer(doc){
        var totalLayers = doc.layers.length;  //get the total number of layers in the active document
        for ( var i = 0 ; i < totalLayers ; i++){  //looping through layers            
            var currentLayer = doc.layers[i];
            var tempItem;
            if(currentLayer.visible == false) continue;   //We don't want to deal with hidden layers
            currentLayer.locked = false;                       //Unlock the layer if needed
            var layerName = new String( currentLayer.name );
            if ( layerName.indexOf("RasterizeMe") == 0 ) {
                currentLayer.hasSelectedArtwork = true;   //Select ALL in the layer
                if(doc.visibleBounds[2] == 0) continue;   // ignore empty layers
                var newoptions = new RasterizeOptions; 
                newoptions.resolution = 350;
                if ( doc.selection.length > 0 ) {
                    newGroup = app.activeDocument.groupItems.add();
                    for ( z = 0; z < doc.selection.length; z++ ) {
                        doc.selection[z].move( newGroup, ElementPlacement.INSIDE);
                    doc.rasterize (newGroup, newGroup.visibleBounds, newoptions);

    you're adding the group to the document, it will be the top most object on the top most layer
    newGroup = app.activeDocument.groupItems.add();
    use this to add the group to the current layer
    newGroup = currentLayer.groupItems.add();
    or if theres a better method of doing this.
    I would
    - loop through all layers,
    - hide them all, except the one you want to rasterize,
    - Rasterize the document
    - unhide layers

  • IView from second level navigation merged with Other page

    Hi All,
    I encountered a typical problem with iViews.
    I have second level navigation with links as AAA,BBB,CCC (work sets) added to the Role-1.
    CCC is a work set which is been added with pages CCC-1,CCC-2,CCC-3. (CCC-1,CCC-2,CCC-3 are also added to detailed level navigation).
    Now on clicking of CCC (second level navigation link), I have page displaying with CCC-1 (which is working as desired).
    Now I have page DDD wh.ich is directly to the Role-1. Hence now second level navigation is displaying as AAA,BBB,CCC,DDD on clicking on Role -1 .
    Now when I click on CCC, while displaying the contents of CCC-1, DDD (page) is also displaying beneath of the CCC-1.
    I don't want this DDD merging with CCC-1.
    Can any one help me, how to resolve this issue.
    Thanks in Advance,
    Chinna.

    Hi,
    Just a thought : you could create a new workset and put DDD in it and see if that helps.
    Regards,
    Pierre

  • What Can Be Done To Have My Logo in Fox and IE Have Sam Position on the Page?

    Hi,
    My logo and index page in FireFor and  Explore Look Offset.
    What can I do to have the logo and text around the logo look CENTERED?   Is it Possible?
    www.collegebargain.com
    cheers,
    Dreamweaver101.1

    First validate code and fix errors.
    http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.collegebargain.com%2F
    The main problem is a missing document type declaration (DTD) on top.
    To fix this in DW, go to Modify > Page Properties > Title/encoding  Choose a DTD that fits your coding skills.  If you're intent on using tables for layouts, then I recommend HTML 4.0 Transitional.  Hit Apply.  Repeat with other pages.
    Nancy O.

  • Can't download photoshop elements 13 purchased on line with download page showing not applicable. what must I do next?

    Can't download Photoshop elements 13 purchased on line with download page showing not applicable.
    What must I do next?
    Years ago started with Photoshop 2.0 advanced to Photoshop Deluxe 4.0 so far so good.
    Purchased Photoshop Elements 8 some time ago, but never got help because Elements never downloaded
    and can only use it just to open pictures that's all.
    Now I Purchased adobe Photoshop Elements 13 and if I can't download this one with no help
    with a Trouble Ticket # 186456123 still pending after a week of promises from support calling
    1-800-833-6687 after 4 phone calls, to call me back.
    Who can I call to get my money back?
    My name is Gunter Krummet (nicknamed Bill)
    My phone number is 815-385-1761
    My Email is [email protected]
    Thank You to anyone that contacts me.

    Downloadable installation files available:
    Suites and Programs:  CC 2014 | CC | CS6 | CS5.5 | CS5 | CS4, CS4 Web Standard | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  13 | 12 | 11, 10 | 9, 8, 7 win | 8 mac | 7 mac
    Photoshop Elements:  13 |12 | 11, 10 | 9,8,7 win | 8 mac | 7 mac
    Lightroom:  5.7.1| 5 | 4 | 3
    Captivate:  8 | 7 | 6 | 5.5, 5
    Contribute:  CS5 | CS4, CS3
    Download and installation help for Adobe links
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.

  • How can i optimize my SEARCH ENGINE???I use godaddy.i contact them and they give me this conclusion:Search engines are not pulling up your other pages on your website because it is created with javascript. the content on the pages, (photo gallery.....

    conclusion from godaddy:
    Search engines are not pulling up your other pages on your website because it is created with javascript.
    the content on the pages, (photo gallery, My Recipes/Blog, History, Friends) need to be formatted to HTML, PHP or CSS. No search engines (google, Yahoo, Bing) can crawl//analyze webpages built with javascript.
    See if Apple allows iweb to create the pages in HTML format and ask how to make those changes.
    I spend more then 1 hour on the phone with them but we didn't find the solution...
    please i need help because like this nobody can rich my website...
    www.chefdiego.com
    thank you

    The part of iWeb pages that give the search engines problem is the navbar.  That's javascript based.  One way to get around that is to create another blank page in the site that's not  included in the navbar. 
    Add a text based navbar in that page with just the other pages in the site. 
    Also you can use that page for creating the sitemap for Google at Create your Google Sitemap Online - XML Sitemaps Generator.
    Have you let Google know your site exists? This website describes how to get it recognized: Get your iWeb website found in search engines like Google Yahoo MSN and Bing.
    OT

  • Having issues linking spry menu bar to my other pages

    Hey everyone,
    I am brand new to web development. I am currently using the trial of DW and I must say I love it. I am having issues with my spry menu bar though. I will click on a certain box in the menu bar and use the properties page at the bottom and insert a link to another one of my webpages that I have created. However when I test my webpage, it will not be linked to it. Instead it is linked to #, or my index page. Now my domain name is: thecampuscocktail.com. I have created two other pages "feedback.html" and "speedydrinks.html" and even when I enter those manually into my browser (i.e. "thecampuscocktail.com/feedback.html") it gives me a page not found error. So I may be doing something incorrectly with uploading my pages however I have used the "put" option with all of them and I have used the "sync site wide" option. I am also using a template though that shouldn't affect it. Being brand new I know very, very little about coding. But here is the code to my template:
    <!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>The Campus Cocktail</title>
    <!-- TemplateEndEditable -->
    <link href="../twoColLiqLtHdr.css" rel="stylesheet" type="text/css" /><!--[if lte IE 7]>
    <style>
    .content { margin-right: -1px; } /* this 1px negative margin can be placed on any of the columns in this layout with the same corrective effect. */
    ul.nav a { zoom: 1; }  /* the zoom property gives IE the hasLayout trigger it needs to correct extra whiltespace between the links */
    </style>
    <![endif]-->
    <script src="../SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="../SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    <!-- TemplateBeginEditable name="head" -->
    <!-- TemplateEndEditable -->
    </head>
    <body>
    <div class="container">
      <div class="header">
        <p><a href="../index.html"><img src="../images/newlogo.gif" alt="logo" width="331" height="189" class="logo" /></a></p>
        <ul id="MenuBar1" class="MenuBarHorizontal">
          <li><a href="#">Drinking Games</a>      </li>
          <li><a href="#" class="MenuBarItemSubmenu">Recipes</a>
            <ul>
              <li class="subsubmenu"><a href="#" class="MenuBarItemSubmenu">By Ingredient</a>
                <ul>
                  <li><a href="#">Untitled Item</a></li>
                  <li><a href="#">Untitled Item</a></li>
                  <li><a href="#">Untitled Item</a></li>
                  <li><a href="#">Untitled Item</a></li>
                  <li><a href="#">Untitled Item</a></li>
                  <li><a href="#">Untitled Item</a></li>
                </ul>
              </li>
              <li><a href="#" class="MenuBarItemSubmenu">By Type</a>
                <ul>
                  <li><a href="#">Untitled Item</a></li>
                  <li><a href="#">Untitled Item</a></li>
                  <li><a href="#">Untitled Item</a></li>
                  <li><a href="#">Untitled Item</a></li>
                  <li><a href="#">Untitled Item</a></li>
                </ul>
              </li>
              <li><a href="#" class="MenuBarItemSubmenu">By Form</a>
                <ul>
                  <li><a href="#">Untitled Item</a></li>
                  <li><a href="#">Untitled Item</a></li>
                  <li><a href="#">Untitled Item</a></li>
                </ul>
              </li>
            </ul>
          </li>
          <li><a href="../Pages/speedydrinks.html">Speedy Drinks</a>      </li>
          <li><a href="#">Drinks by Occasion</a></li>
          <li><a href="../index.html">Local Bars</a></li>
          <li><a href="../Pages/speedydrinks.html">Submit Your Own</a></li>
        </ul>
        <p> </p>
      <!-- end .header --></div>
      <div class="sidebar1"><!-- TemplateBeginEditable name="EditRegion3" -->
        <ul class="nav">
        </ul>
        <p> Whats New:</p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <p> </p>
        <!-- end .sidebar1 -->
      <!-- TemplateEndEditable --></div>
      <div class="content"><!-- TemplateBeginEditable name="EditRegion4" --><span class="drinklabel">Drink Of The Day:</span>
          <p> </p>
          <!-- end .content -->
      <!-- TemplateEndEditable --></div>
      <div class="footer">
        <p>                 &copy; 2012 Brandon Hall</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"});
    </script>
    </body>
    </html>
    any help will be appreciated! Sorry for the length of this post.

    DW_Noobie wrote:
    can anyone help
    It depends.  I can see your two pages as in this link:
    <http://www.thecampuscocktail.com/speedydrinks.html>
    <http://www.thecampuscocktail.com/feedback.html>
    You need to describe what these issues are.

  • Image on jsp from database along with other elements on image.

    Hi All,
    I wish to display an image which is stored in my database along with other contents on the page.
    I am able to display the image on an entirely new page but I do not wish to display it on a new page. Neither frames etc fit on my current page design.
    Kindly help

    I have a jsp page ..
    I have a byte stream in which i have stored the image from the database (the image is stored in databse as blob) in that jsp.When i use output stream object to display the image from the database (as suggested by many in this forum), the image is displayed in a new page. I wish to display the image along with my other elements like text etc in the same page.

  • Using Spry Vertical Navigation with Templates-Need to indicate current page

    Using Spry Vertical Navigation with the Dreamweaver templates.  Using editable attributes etc., the current page mennu item does not seem to be changing.  How do you indicate the. current page.

    Persistent Page Indicator on Site Wide CSS Menus:
    http://alt-web.com/Articles/Persistent-Page-Indicator.shtml
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Replicating a gorgeous Spry menu in other pages not working

    Hi,
    I've created a gorgeous spry menu in one of my pages:
    http://agapemedia-international.com/test.html
    Works perfectly.
    Would like to copy this same menu over to the other pages of the site, so:
    1.  Copied the css <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />  into new html file
    2.  Copied the <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>  to the new html file
    3.  Surrounded all the spry menu - essentially nested <ul>'s - with a div for easy copying
    4.  Copied the div to the proper location in the new html file.
    Here is that new file:
    http://agapemedia-international.com/about2.html
    Everything looks fine, but when I hover over, no drop downs happen.  Oh, and the lovely Spry Menu Bar widget nor the blue tab that calls it up doesn't show up in Dreamweaver editor either.  Is there invisible data that doesn't appear in the html code that wasn't copied?
    Any brilliant ideas?
    Thanks a million!
    Peace,
    Ben
    PS:  I'm using Dreamweaver CS3 on a Powerbook G4

    I am having a similar problem, but pretty sure it is a newbie issue. I made a menu bar and then wanted to copy it to a second htm page.
    I first put the cursor in the div region of the code where I wanted it to go and added a stock spry menu. Then I deleted the div-ul-/div code and pasted the custom menu code in its place. it appears, but does not drop down and lost some of the color attributes. When I place the cursor over it  in split mode, I do NOT see the Spry menu bar: assts in the upper left corner of the menu like I see on the index.html page. I'd like to copy the menu from the index.html to multiple subsequent pages. What am I doing wrong? Everything looks identical to me...
    <link rel="stylesheet" href="coolstyle.css" type="text/css">
    <script language="JavaScript" type="text/javascript" src="javascripts.js"></script>
    <script language="JavaScript" type="text/javascript" src="pop-closeup.js"></script>
    <script src="../../SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="../../SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css">
    </head>
    <body bgcolor="#000000" text="#FFFFFF" class="pagebackground">
    <!-- PAGE TABLE -->
    <table cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td align="left" valign="top">
    <div id="banner"><img src="gallery/banner.gif" width="100%" height="50" alt="DogfishBay Studios" />
      <ul id="asts" class="MenuBarHorizontal">
      <li><a href="index.html" title="home page">Home</a>    </li>
      <li><a href="bio-studio.htm" title="About DogFishBay Studios" class="MenuBarHorizontal">Studio</a></li>
      <li><a class="MenuBarItemSubmenu" href="#">Musicians</a>
        <ul>
          <li><a href="bio-jules.htm" title="Juliane Poirier biographical information">Juliane Poirier</a>        </li>
          <li><a href="bio-ray.htm" title="Biographical information for Ray Burns">Ray Burns</a></li>
          <li><a href="bio-jeff.htm" title="Biographical Information for Jeff Powel">Jeff Powel</a></li>
          <li><a href="bio-chris.htm" title="Biographical information on Chris Rin">Chris Rin</a></li>
          <li><a href="#">Rod Lewis</a></li>
        </ul>
      </li>
      <li><a href="#" class="MenuBarItemSubmenu">Music</a>
        <ul>
          <li><a href="#" class="MenuBarItemSubmenu">Music by Style</a>
            <ul>
              <li><a href="samples1.htm" title="Rock and Roll!">Rock</a></li>
              <li><a href="samples2.htm" title="Folk">Folk</a></li>
              <li><a href="samples3.htm" title="Country">Country</a></li>
              <li><a href="samples4.htm" title="Latin">Latin</a></li>
            </ul>
          </li>
          <li><a href="#" class="MenuBarItemSubmenu">Music by Artist</a>
            <ul>
              <li><a href="samples_jules.htm">Juliane Poirier</a></li>
              <li><a href="samples_ray.htm">Ray Burns</a></li>
              <li><a href="#">Steve Thomas</a></li>
              <li><a href="samples_chris.htm">Chris Rin</a></li>
              <li><a href="samples_rod.htm">Rod Lewis</a></li>
              <li><a href="#">Jeff Powel</a></li>
            </ul>
          </li>
          <li><a href="podcast.htm" title="Podcasts">Podcasts</a></li>
        </ul>
      </li>
      <li><a href="gallery-1.htm" class="MenuBarItemSubmenu">Xtras</a>
        <ul>
          <li><a href="gallery-1.htm" title="Band Photos">Photos</a></li>
          <li><a href="video.htm" title="Band Videos">Videos</a></li>
          <li><a href="scene.htm" title="Music Scene">Music Scene</a></li>
          <li><a href="reviews.htm">Reviews</a></li>
        </ul>
      </li>
      <li><a href="links.htm" title="Links" class="MenuBarItemSubmenu">Information</a>
        <ul>
          <li><a href="links.htm" title="Links">Links</a></li>
          <li><a href="site_map.htm" title="Site Map">Site Map</a></li>
          <li><a href="contact.htm" title="Contact information">Contact</a></li>
        </ul>
      </li>
    </ul>
    </div>
    <!-- STRIPE -->
    <table style="clear: both;"table cellpadding="0" cellspacing="0" border="0" width="100%" class="home-stripe"><tr><td align="left">
    <img src="picts/spacer.gif" width="10" height="2" alt="image"><br>
    </td></tr></table>
    <script language="JavaScript" type="text/javascript" src="header.js"></script>
    <!-- PICTURE TABLE -->
    <table cellpadding="0" cellspacing="0" border="0" width="100%" class="ban-area"><tr><td>
    <img src="picts/bio.jpg" border="0" width="750" height="50" alt="image"><br>
    </td></tr></table>
    <!-- PICTURE TABLE -->
    <!-- SPLIT TABLE -->
    <table cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td class="whitespaceL printhide">
    <img src="picts/spacer.gif" width="1" height="10" class="whitespaceL" alt="image"><br>
    </td><td align="center" valign="top">
    <br><br>
    <!-- CONTENT TABLE -->
    <table cellpadding="0" cellspacing="15" border="0" width="400" class="textwidth"><tr><td align="left" valign="top">
    <!-- PARAGRAPH 1 -->
    <span class="title">
    History: Dogfish Bay Studios<br>
    <center>
    <img src="picts/biostudio.jpg" alt="add keywords here"><br>
    </center>
    </span>
    Dogfishbay Studios were started in December of 2008 following a gift of ProTools M-Powered 8 to me from my son, Greg.
    Presentient being that he is, he warned his mother that this  gift would probably be a very small part of the cost needed to set up the studio.
    The studio was set up to provide me and my friends a way to record the songs we’d written, sometimes decades earlier, and to share them with
    family and friends.  After three  years of recording we finally came to a point where we wanted to share the work with a broader audience
    and that desire precipitated the need to create a studio name, a website, and a whole new set of skills.
    <br><br>
    This work reflects the generous collaboration of friends and family. The sale of the music is to support the musicians, the songwriters and
    the continued survival of the studio. None of the contributors has been able to forgo the “day job” and all play for the love of it.
    We feel blessed by all those who have taken the time to listen to our music and hope, whether you purchase it or not, that it brings to
    the listener the kind of pleasure that it has brought to us in the making of it.
    <br>
    <span class="title">
    <br>
    </span>
    <br><br>
    <img src="picts/spacer.gif" width="10" height="10" class="textwidth" alt="image">
    <br><br>
    </td></tr></table>
    <!-- CONTENT TABLE -->
    </td><td class="whitespaceR printhide">
    <img src="picts/spacer.gif" width="1" height="10" class="whitespaceR" alt="image"><br>
    </td><td align="center" valign="top" class="sidebar">
    <!-- RIGHT SIDEBAR AREA -->
    <script language="JavaScript" type="text/javascript" src="sidebar.js"></script>
    <script language="JavaScript" type="text/javascript" src="sidebar-2.js"></script>
    <img src="picts/spacer.gif" width="150" height="10" alt="image"><br>
    </td></tr></table>
    <!-- SPLIT TABLE -->
    <!-- PAGE TABLE -->
    </td></tr><tr><td valign="bottom">
    <!-- FOOTER -->
    <table cellpadding="0" cellspacing="10" border="0" width="100%" class="footer">
    <tr><td align="left" valign="middle">
    <script language="JavaScript" type="text/javascript" src="copyright.js"></script>
    </td><td align="right" valign="middle">
    <script language="JavaScript" type="text/javascript" src="copyright-allwebco.js"></script>
    </td></tr></table>
    <!-- FOOTER -->
    </td></tr></table>
    <!-- END PAGE TABLE -->
    <script type="text/javascript">
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    </script>
    </body>
    </html>

  • I have added a website as safe for popups.when I select an item it takes me to a page that says I have been logged out. does not happen with other browsers

    I have selected my website as safe. While on the site I fill out a form, then when going to the next page to view results, Firefox says I've been logged out. I hit the back button and go back to the form fill in page. It will not take me to the page of results. This does not happen in other browsers.
    This also happens with other websites.

    Hi,
    You can consider the [https://support.mozilla.org/en-US/kb/reset-firefox-easily-fix-most-problems Reset Firefox] feature via '''Help''' ('''Alt''' + '''H''') > '''Troubleshooting Information'''.
    (To revert to the previous profile, close the new profile, start Firefox and choose the '''*.default''' profile. While the [https://support.mozilla.org/en-US/kb/profile-manager-create-and-remove-firefox-profiles Profile Manager] is open, you can also delete the newly reset profile (the one containing random numbers)).
    [https://support.mozilla.org/en-US/kb/Managing-profiles Managing profiles]
    [https://support.mozilla.org/en-US/kb/Profiles?s=profile&r=2&e=sph&as=s Profiles Howto]

Maybe you are looking for

  • Top n Growing tables in BW & R/3 with Oracle env

    Hi all, We are on BW 7.0 with Oracle 10.2.0.2 , please let me know how to get the top N growing tables & Top N largest tables. I remember collecting these stats from TX: DB02 when we had MS SQLserver as the DB.  It was as easy as clicking a button. 

  • Vendor classification

    Dear all, In our company vendor classificaiton is maintained for all vendor, for this classsification we have 4 characteristics, out of 1 is material groups. Say for example Material 0001 is assigned to vendor ABC in the classification, like this 30

  • Basic css question

    Hi all this is a basic question but I need to ask it Ther h1, h2, h3 classes that are set normally at the beginning of each style sheet does that meanm that the same values are set throughout the whole page? If I have another div how can I set anothe

  • Regarding badis

    hi gurus, i hv to use badi's in me54n...regarding release strategy...i m not able to find badis in release strategy hw can v find that plz help ,with the help of badis i will derelese a pr...whose po is already created. thnx in advance.

  • Decimal place is not permitted in activity level

    Hi Experts, We have built a project structure with 100+wbs and 600 activities as per business requirement but we need to introduce Decimal value in POC Weight age in activity level, system is throwing error as Decimal place is not permitted, and we n