Lining some divs up, one with a fireworks html and another with a jQuery slideshow

I am having an issue lining two divs up within a div.  One div has a fireworks html in it (by the way, I can't figure out why that the button states arent' working.  I inserted the code via the insert menu > image objects > fireworks html, but for some reason the button states work.  When I open the navbar.htm in the file browser, it opens it up in dreamweaver and it works perfectly in live preview).  The other div has a simple jQuery slideshow.  I have these two divs in a greater overall div named "div id=wrapper".  How can I line these up so that the nav div and body div are flush against each other within the wrapper div?
I plan on putting additional divs above and below the wrapper div for more content.  If anyone has insight on why the fireworks html isnt working when inserted, that would be great!!
Here is the code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Richard J. Craddock Designs</title>
<script type="text/javascript">
  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-3119473-8']);
  _gaq.push(['_setDomainName', 'none']);
  _gaq.push(['_setAllowLinker', true]);
  _gaq.push(['_trackPageview']);
  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
</script>
<link href="stylesMain.css" rel="stylesheet" type="text/css" />
<style type="text/css">
body {
background-color: #2f2f2f;
width: 50 em;
.fadein { position:relative; height:332px; width:500px; }
.fadein img {
position:absolute;
left:0px;
top:0px;
width: 784px;
}td img {display: block;}td img {display: block;}td img {display: block;}td img {display: block;}td img {display: block;}td img {display: block;}td img {display: block;}
</style>
<script src="scripts/jquery.min.js"></script>
<script>
$(function(){
$('.fadein img:gt(0)').hide();
setInterval(function(){$('.fadein :first-child').fadeOut().next('img').fadeIn().end().appendTo('.fadein');}, 3000);
</script>
</head>
<body>
<div id="wrapper">
    <div id="navdiv">
      <table style="display: inline-table;" border="0" cellpadding="0" cellspacing="0" width="148">
        <!-- fwtable fwsrc="craddocknavbar.png" fwpage="Page 1" fwbase="craddocknavbar.jpg" fwstyle="Dreamweaver" fwdocid = "1729580248" fwnested="0" -->
        <tr>
          <td><img src="images/spacer.gif" alt="" name="undefined_2" width="148" height="1" border="0" id="undefined_2" /></td>
          <td><img src="images/spacer.gif" alt="" name="undefined_2" width="1" height="1" border="0" id="undefined_2" /></td>
        </tr>
        <tr>
          <td><a href="http://www.rjcraddockdesigns.com/company profile.php" target="_self" onmouseout="MM_nbGroup('out');" onmouseover="MM_nbGroup('over','craddocknavbar_r1_c1_s1','images/craddocknavbar_r1_c1_s2. jpg','craddocknavbar_r1_c1_s4.jpg',1);" onclick="MM_nbGroup('down','navbar1','craddocknavbar_r1_c1_s1','images/craddocknavbar_r1_ c1_s3.jpg',1);"><img name="craddocknavbar_r1_c1_s1" src="images/craddocknavbar_r1_c1_s1.jpg" width="148" height="65" border="0" id="craddocknavbar_r1_c1_s1" alt="Richard J. Craddock Landscape Design in Nantucket: Company Profile" /></a></td>
          <td><img src="images/spacer.gif" alt="" name="undefined_2" width="1" height="65" border="0" id="undefined_2" /></td>
        </tr>
        <tr>
          <td><a href="http://www.rjcraddockdesigns.com/services.php" target="_self" onmouseout="MM_nbGroup('out');" onmouseover="MM_nbGroup('over','craddocknavbar_r2_c1_s1','images/craddocknavbar_r2_c1_s2. jpg','images/craddocknavbar_r2_c1_s4.jpg',1);" onclick="MM_nbGroup('down','navbar1','craddocknavbar_r2_c1_s1','images/craddocknavbar_r2_ c1_s3.jpg',1);"><img name="craddocknavbar_r2_c1_s1" src="images/craddocknavbar_r2_c1_s1.jpg" width="148" height="65" border="0" id="craddocknavbar_r2_c1_s1" alt="Richard J. Craddock Landscape Design in Nantucket: Services" /></a></td>
          <td><img src="images/spacer.gif" alt="" name="undefined_2" width="1" height="65" border="0" id="undefined_2" /></td>
        </tr>
        <tr>
          <td><img name="craddocknavbar_r3_c1_s1" src="images/craddocknavbar_r3_c1_s1.jpg" width="148" height="395" border="0" id="craddocknavbar_r3_c1_s1" alt="" /></td>
          <td><img src="images/spacer.gif" alt="" name="undefined_2" width="1" height="395" border="0" id="undefined_2" /></td>
        </tr>
      </table>
    </div>
     <div id="bodydiv">
    <div class="fadein">
  <img src="images/slideshow/1jquery.jpg">
<img src="images/slideshow/2jquery.jpg">
<img src="images/slideshow/3jquery.jpg">
<img src="images/slideshow/4jquery.jpg">
<img src="images/slideshow/5jquery.jpg">
<img src="images/slideshow/6jquery.jpg">
<img src="images/slideshow/7jquery.jpg">
<img src="images/slideshow/8jquery.jpg">
</div>
</div>
    </div>
<div id="navigationlower">
    <p><a href="http://www.rjcraddockdesigns.com/index.php" title="Richard J. Craddock Designs Home Page">Home</a> - <a href="http://www.rjcraddockdesigns.com/company profile.php" title="Richard J. Craddock Designs">Profile</a>- <a href="http://www.rjcraddockdesigns.com/services.php" title="Richard J. Craddock Designs">Services</a></p>
  <strong>Richard J. Craddock Designs, 2011</strong></p>
  <p><strong><a href="http://cwws.org" title="Common Wealth Web Solutions" target="_new">Designed by CWWS</a></strong></p>
  <p><a href="https://www.facebook.com/RJCLandscapeDesigns"><img src="facebook icon.png" width="60" height="60" /></a></p>
</div>
</body>
</html>

Now that I got rid of the fireworks html and replaced with swf, the code is a bit shorter:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Richard J. Craddock Designs</title>
<script src="scripts/swfobject_modified.js" type="text/javascript"></script>
<script type="text/javascript">
  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-3119473-8']);
  _gaq.push(['_setDomainName', 'none']);
  _gaq.push(['_setAllowLinker', true]);
  _gaq.push(['_trackPageview']);
  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
</script>
<link href="stylesMain.css" rel="stylesheet" type="text/css" />
<style type="text/css">
body {
background-color: #2f2f2f;
width: 50 em;
.fadein { position:relative; height:332px; width:500px; }
.fadein img {
position:absolute;
left:0px;
top:0px;
width: 784px;
}td img {display: block;}td img {display: block;}td img {display: block;}td img {display: block;}td img {display: block;}td img {display: block;}td img {display: block;}
</style>
<script src="scripts/jquery.min.js"></script>
<script>
$(function(){
$('.fadein img:gt(0)').hide();
setInterval(function(){$('.fadein :first-child').fadeOut().next('img').fadeIn().end().appendTo('.fadein');}, 3000);
</script>
</head>
<body>
<div id="wrapper">
    <div id="navdiv">
      <object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="148" height="525">
        <param name="movie" value="images/craddocknavbar.swf" />
        <param name="quality" value="high" />
        <param name="wmode" value="opaque" />
        <param name="swfversion" value="6.0.65.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="images/craddocknavbar.swf" width="148" height="525">
          <!--<![endif]-->
          <param name="quality" value="high" />
          <param name="wmode" value="opaque" />
          <param name="swfversion" value="6.0.65.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" width="112" height="33" /></a></p>
          </div>
          <!--[if !IE]>-->
        </object>
        <!--<![endif]-->
      </object>
    </div>
     <div id="bodydiv">
    <div class="fadein">
  <img src="images/slideshow/1jquery.jpg">
<img src="images/slideshow/2jquery.jpg">
<img src="images/slideshow/3jquery.jpg">
<img src="images/slideshow/4jquery.jpg">
<img src="images/slideshow/5jquery.jpg">
<img src="images/slideshow/6jquery.jpg">
<img src="images/slideshow/7jquery.jpg">
<img src="images/slideshow/8jquery.jpg">
</div>
</div>
    </div>
<div id="navigationlower">
    <p><a href="http://www.rjcraddockdesigns.com/index.php" title="Richard J. Craddock Designs Home Page">Home</a> - <a href="http://www.rjcraddockdesigns.com/company profile.php" title="Richard J. Craddock Designs">Profile</a>- <a href="http://www.rjcraddockdesigns.com/services.php" title="Richard J. Craddock Designs">Services</a></p>
  <strong>Richard J. Craddock Designs, 2011</strong></p>
  <p><strong><a href="http://cwws.org" title="Common Wealth Web Solutions" target="_new">Designed by CWWS</a></strong></p>
  <p><a href="https://www.facebook.com/RJCLandscapeDesigns"><img src="facebook icon.png" width="60" height="60" /></a></p>
</div>
<script type="text/javascript">
swfobject.registerObject("FlashID");
</script>
</body>
</html>

Similar Messages

  • I have multiple email accounts.  One is a google email and another aol.  I have the aol going into my google.  I Now Go Lead Generate! Am using outlook on my pc.  How can I get my outlook to share with my ipad?

    I have multiple email accounts.  One is a google email and another aol.  I have the aol going into my google.  I Now Go Lead Generate! Am using outlook on my pc.  How can I get my outlook to share with my ipad?

    In Mail Preferences/Accounts/each GMail account, set up the SMTP Outgoing Server for each account separately, going into SMTP name/edit/Advanced and specify the Username of each account.  The Outgoing servers must be two different servers, authenticated by the Username and Password of each.
    Otherwise, the GMail SMTP server will change the from address to that of the account where the SMTP server was setup.
    Ernie

  • I created an iDVD through iMovie on one computer in my home and want to edit the slideshow and delete some videos on the iDVD.  However, I want to work on my own iMac.  Is there a way to "share" the original project through the drop box on my computer?

    I created an iDVD through iMovie on one computer in my home and want to edit the slideshow and delete some videos on the iDVD.  However, I want to work on my own iMac.  Is there a way to "share" the original project through the drop box on my computer?

    Sir Churchill, I tried deleting one of the playlists from my computer (Playlist 130).  The next day I checked my wife's computer and noticed that Playlist 130 was now missing from her computer as well.  Is there a way that I can delete a playlist from my computer without it disappearing from hers as well?

  • Before I downloaded Lion every time I would upload a pic from iphoto there would be two files.  One that was 1.8MB and another that was 50KB.  Now I can only find the 1.8MB one.  Did this option disappear with Lion?

    Before I downloaded Lion every time I would upload a pic from iphoto there would be two files.  One that was 1.8MB and another that was 50KB.  Now I can only find the 1.8MB one.  Did this option disappear with Lion?  I really need this option!

    Sorry but this is not clear.
    When you would "import" what?
    two files would show up in "images".
    Do you mean in the All Images search in the Finder?
    IF so:
    1.Never interact with photos that are in iPhoto via the All Images Search. This does not understand the iPhoto Library and it's very, very easy to damage the library this way.
    2. What you were seeing was the original file you imported and the thumbnail created by iPhoto for viewing on the iPhoto Window. That thumbnail is not designed for user access.
    What are you trying to do ultimately?
    Regards
    TD

  • I wonder about the colors in the program. When i work and later gonna print the text i have some problem. The color is not the same when im print it. One color on the screen and another when i print it why?

    I wonder about the colors in the program. When i work and later gonna print the text i have some problem. The color is not the same when im print it. One color on the screen and another when i print it why?

    I wonder about the colors in the program. When i work and later gonna print the text i have some problem. The color is not the same when im print it. One color on the screen and another when i print it why?

  • MAC OS Yosemite - CS6 - A while back, i did something to where when i open a file in photoshop, it no longer is one window, now it's two separete ones. one for the program itself, and another for the actual file how do it get it back to where it's all one

    - A while back, i did something to where when i open a file in photoshop, it no longer is one window, now it's two separete ones. one for the program itself, and another for the actual file how do it get it back to where it's all one window without having to be in full screen mode? I've managed to go some time like this, but right now it's just really annoying me. HELP!!!

    Just drag the small window to the top right below the toolbar, you'll see the area highlighted and when you drop it the file should dock.

  • How to synchronize if one servlet read a file and anothe servlet update the

    How to synchronize if one servlet read a file and anothe servlet update the file at a time?

    Create a class that holds the reference to the file and do the whole file manipulation just in that class. than synchronize the read and write methodes. A reference to this file handler class can be stored to the servlet context in one servlet and read out from the servlet context in the other servlet.

  • I sent some emails from one of my email accounts and now it shows that these emails have been simultaneously sent from two of my email accounts

    I sent a few emails from one of my accounts that are set up in my Thunderbird. Now I see that they have been sent from two of my accounts, simultaneously. It shows them in both Sent folders and with the respective email address as sender.
    Those email accounts have been set up in my Thunderbird for a long time now and have been working correctly until now.
    How can I prevent this from happening again? I don't want to send people messages from two different emails at the same time.
    I'd appreciate any help on this.
    Thanks,
    Borislav

    In my case, TB is sending a copy of all my sent mail to the account that is associated with the smtp server. I have four accounts that I check via TB and the sent mail is being kept in the original folder and also in the sent folder of the account to which the smtp server is connected. If I change the smtp server from one gmail account to another, the sent mail follows. I then have two copies of the sent email, one in the original folder and one in the smtp server account's sent folder. I only want the one in the original folder. How do I stop the sent email from also being saved in the smtp account sent folder?

  • Creating a chart that has one series as a scatterplot, and another series as a column plot?

    I need to create a single chart that has two different series: one as a scatterplot, and another as a column plot. Please, I really have no idea how to do this, I know it's possible with excel, but I'm new to numbers and haven't figured it out yet, despite my best efforts. Thanks, any help would be greatly appreciated.

    Hi sy',
    Scatter charts are the only type of chart in Numbers that have two Value axes. All of the other charts are Category charts, and have a single Value axis and a Category axis.
    The two types can't be combined.
    You can produce a combined line and bar chart; these are both category charts. The two can share the same value axis, or each can have a value axis with a scale and range different from the other.
    Regards,
    Barry

  • I have two iPods, one from the fourth generation and another one that must be from the first generation iPod nano. Can I trade them both in?

    I have two iPods, one IPod touch from the fourth generation and another one that must be from the first generation iPod nano. Can I trade them both in?
    The Fourth generation- 16GB
    First generation-4GB

    Apple does not have a "trade in" program for iPods, other than the recycling program that gives you a 10% discount on a new iPod (at an Apple Retail Store).
    http://www.apple.com/recycling/ipod-cell-phone/
    There are some third-party (non-Apple) companies that provide compensation for old iPods.  You can also sell them yourself on eBay.

  • One sound for incomming email, and another for sms

    Hi There
    I got my Z1 two days ago and is beginning to get use to it. (very nice phone)
    However
    There are one thing i miss from my iPhone and that is different notification sounds
    Is it possible to use a sound for SMS/MMS and another for email and another other things?
    Regards
    Michael
    Solved!
    Go to Solution.

    You can have diffenerent SMS tones to other notifications without extra apps.
    To change just the SMS tone goto the SMS (messaging) app, press the 3 dots in the top right and select settings. Select the Notification Tone menu item to change the message tone. 
    You can change the other notifications tone by going to the Settings icon in the main menu and going to Notifications within Sounds.

  • I am having a problem with some extensions including one with the id 972ce4c6-7e09-4474-a285-3208198ce6fd

    I believe that I am having two different extension issues.
    I have been getting errors in the error console about not able to read the chrome.manifest file for extension 972ce4c6-7e08-4474-a285-3208198ce6fd. I do not know what this extension is. I have looked at Troubleshooting information for extensions and can not find this extension.
    Also, I applied the Norton fix for Firefox 4 available on the Norton 360 community forum. The Norton Toolbar works on admin accounts, but does not work on non-admin accounts.

        I can see that this issue has been quite extensive, and frustrating, and I am so sorry for all that has happened societygirl! I would like to help you work this issue out. Please follow & send me a Direct Message, so I can get your account specifics and help finally bring this to a resolution.
    Thank you,
    MichelleH_VZW
    Follow us on Twitter @VZWSupport

  • Synchronisation: Is there a possibility to lock some options of one category like "Text Editor" and let some free defineable?

    In our department we want to synchronize the C/C++ settings. There is an Option to select that only these Options are synchronized.
    The Thing is, not all these options are a MUST like they come with the synchonisation. Some are optional. Can the "master" pc lock them somehow, that the Client pc's see that some features are locked and some are free to Change? until now we do
    not see a difference. We also do not get any visualisation if a property is not "default".
    Thanks in Advance!

    Hi Lifthrasil,
    I'd like to know whether your question is related to Visual Studio Online(formerly Team Foundation Service). Please let us know where is the option that you can select to sync.
    If you use Visual Studio Online for your projects, the properties of the project are consistent on client machines if you don't make changes or check in the changes before getting latest on other machines. If you still have concerns, please elaborate more
    details about your scenario with screenshots. Thanks for your understanding.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • I purchased the some rubbies from one of my app games and never rcvd the rubbies. just rcvd a bill for them and never got them how do i get my money back

    I have purchased some rubbies from the app game call paradise cove, and never rcvd them.  I did it 5 times because each time I purchased them it went back to the home page of my phone....When I went back into the app game the rubbies were not there. Now looking at my back account I have rcvd a apple receipt for charges from the games I play and have relaize that I was charge for all 5 times that I choose the rubbies and never got them...So the first thing is I want my money back for something I never rcvd plus I want you guys to fix the game and allow us to purchased the rubies.

    iTunes Store: About In-App Purchases
    How to report an issue with Your iTunes Store purchase
    Message was edited by: b j t

  • Is it possible for one user to use Aperture and another iPhoto?

    I have a new imac 21.5", 3.33ghz, 4gb and I was wondering if it is possible for me as admin user to handle camera downloads automatically with Aperture, and my wife as second user to use iPhoto as automatic camera destination? Any comments would be appreciated.

    If you want to use the same account there are a number of possibilities:
    1. Set both Aperture and iPhoto to Do Nothing when a camera is connected. Then each one can launch their preferred app themselves. It's just one extra click.
    2. Use [Cameras|http://www.flexibits.com> to configure what happens when different cameras are connected.
    Regards
    TD

Maybe you are looking for