Dreamweaver browser preview works but not on live site?

Hello.
my dreamweaver browser preview works perfectly, the live site appears different?
how can i fix this issue. this is the url ciesladesign.com
the first image attached...is the disired appearance
the second image attached...is live web appearance (NOT DESIRED)

below is the source:
<!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>ciesla design site 01</title>
<link href="CSS/layout.css" rel="stylesheet" type="text/css" />
<style type="text/css">
body {
          background-color: #FFF;
</style>
<script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
<link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="wrapper">
  <div id="logo"><a href="index.html"><img src="images/CIESLA DESIGN LOGO-01.png" width="800" height="120" alt="ciesla design logo" /></a></div>
<div id="navagation">
  <ul id="MenuBar1" class="MenuBarHorizontal">
    <li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
    <li><a href="work.html">Work</a>    </li>
    <li><a href="contact.html">Contact</a></li>
</ul>
</div>
  <div id="headerImg"><img src="images/aboutimagered.jpg" width="800" height="250" alt="portsmouth nh" /></div>
  <div id="bodyArea">
  <div id="left">
    <p>An Industrial designer from Pratt Institute established Ciesla Design in 2009, a visual solutions based design group. Our Mission is to develop inventive and fresh design. We have developed a comprehensive approach to our design process, employing an innovative interpretation of market research and a unique visual aesthetic. We work intimately with our clients to achieve the most personalized and effective brands and products.</p>
  </div>
<div id="right">
<p>mail inquiries to:</p>
    <p>[email protected]</p>
</div>
<div id="footer">Copyright2009</div>
<script type="text/javascript">
var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
  </script>
</body>
</html>
below is the css:
@charset "UTF-8";
          margin: 0px;
          padding: 0px;
#wrapper {
          background-color: #FFF;
          width: 800px;
          margin-right: auto;
          margin-left: auto;
#wrapper #logo {
          height: 200px;
          background-color: #FFF;
a img {
          border-top-style: none;
          border-right-style: none;
          border-bottom-style: none;
          border-left-style: none;
#wrapper #navagation {
          height: 50px;
          width: 800px;
          margin: 0px;
          float: none;
#wrapper #headerImg {
          height: 250px;
          background-color: #FFF;
          background-image: url(../images/IMG_800x533.png);
          margin-right: auto;
          margin-left: auto;
#wrapper #bodyArea #left {
          width: 550px;
          background-color: #FFF;
          float: left;
          font-family: Arial, Helvetica, sans-serif;
          font-size: 12px;
          color: #333;
#wrapper #bodyArea #right {
          width: 250px;
          background-color: #CCC;
          float: right;
          font-family: Arial, Helvetica, sans-serif;
          font-size: 12px;
          color: #333;
#wrapper #bodyArea #footer {
          height: 40px;
          clear: both;
          width: 0px;
          padding-top: 50px;
          padding-right: 20px;
          padding-bottom: 20px;
          padding-left: 0px;
          margin-top: 0px;
          margin-right: 0px;
          margin-bottom: 0px;
          margin-left: 0px;
p {
          font-family: Arial, Helvetica, sans-serif;
          font-size: 12px;
          color: #333;
          margin: 20px;

Similar Messages

  • IView preview works, but not when launching from a role

    Hi Everyone,
    I'm sure this is a quick fix for all gurus out there.
    I created a new iView which launches a PDF.  When I preview the iView, it brings up the PDF just fine.  I have saved this PDF under the Content Management folders, and defined my iView with the path defined as:
    /documents/.....
    I have not included the full http://hostname URL, as I do not believe I need to.
    When I assign this iView to a role, and try to click on this iView from the role, I receive the following browser error message, and my PDF does not come up.
    The webpage cannot be found
    HTTP 400 
       Most likely causes:
    There might be a typing error in the address.
    If you clicked on a link, it may be out of date.
       What you can try:
         Retype the address. 
         Go back to the previous page.
         Go to  and look for the information you want. 
    Can anybody tell me what I am missing?
    Thank you for your help,
    John

    Hi John,
    If you portal version is EP 7.0 SP18 , above suggested note mentioned by you will fix the issue .
    One alternative :
    Try to set document iview property to open into new window rather than portal content area.It should work.
    Permenent fix will be with sap note mentioned by you already.we already applied fix and it is working well.
    Regards,
    Koti Reddy

  • SWF plays locally but not on live site

    I created a popup html file which contains an swf with
    animation and sound. On the homepage of the website, I defined an
    "onClick" behavior to open this popup window containing the swf
    file. This works fine locally on my computer, but when I put all of
    the files on my server, the popup window opens but nothing appears
    except the title of the popup in the title bar of the
    window...other than that the popup is a blank white screen. I'm new
    at this...what's wrong??? Spending way too much time on this!
    Thanks.

    yes...i uploaded the popup html file and the swf file...in
    fact, the actual swf file will play if i type in the address to the
    swf file, but if i open the index page and click on the text with
    the clickOn behavior, the popup opens but is blank. Here's the
    popup url:
    http://www.onguardkids.com/Video/alarm_sound.swf
    but it will not play if i type in the direct popup page:
    http://onguardkids.com/alarm_sound.html
    here's the index page...on the bottom left corner the popup
    opens when you click on "Click Here to Hear Alarm".
    http://www.onguardkids.com
    Also, is there a behavior that will change the curser to a
    pointer when it is over the "Click Here to Hear Alarm" text?
    Thanks.

  • CSS rules show up in design mode, but not in live or in browser.

    So some rules work in the browser some appear when in design mode, but not in live mode or in the browser. 
    In one case there is no competing rules I applied background color and border color to a dynamic table and I see the colors in design view.  In another there is a competing rule, but the one that wins is #content, when the rule I want #content #footer p is (obviously) a compound and at the bottom of the rules.
    Any thoughts?
    Thanks
    Gregg

    AH In preparing my stylesheet to show you, I noticed the rule above those two was missing it's ending curly brace. Problem solved! That's what I get for checking code when I am sleepy!
    Thank you SnakeEyez02
    Gregg

  • Allt he links in the header of any websites are not working, I reinstalled fiorefix and it s the same. No problem in others browser. the tool bar is working but not the link sinside the web page located between the top 300px height

    all the links in the header of any websites are not working, the cursor is not changing into pointer and no way to click on any link located at the top of any website page. I reinstalled firefox and it s the same. No problem in others browser. the tool bar is working but not the links inside any web page located between the top 300px height.
    So I can t tlog into any website, i cant write an email as the compose button is located in the top of the page.. Please help, i have all my bookmarks into my firefox...

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • After Effects CC on a Macbook. In RAM Preview the green progress line is not displaying. Preview works but no line to indicate progress. Is there a way to tunr the line back on?

    We have two Macbook Pros running CC After Effects. Bothdo not show the green line while running RAM Preview. The Preview works but there's no way to watch its progress. Any thoughts?

    It is an option in the timeline window. Upper Right Corner...
    Sometimes it causes problems. Maybe that is why it is turned off.

  • Just bought an iPhone 5C.. Safari is non-functional! A blank frozen screen! Any one else experience this? Horrid design Apple! It's your freaking web browser! Google Chrome works but not Safari! I may simply return this "upgrade" unless someone can help

    Just bought an iPhone 5C.. Safari is non-functional! A blank frozen screen... What gives? Safari is Apple's browser for gods sakes! Google Chrom works but not Safari? This is nuts. This is an "upgrade"?? Anyone else experiencing this? Or should I just give up and return this

    Are you always like this?
    First try a Reset: Hold down the home and sleep buttons, wait for the Apple logo, let go of the buttons.

  • Problem with drivers for HP B109 a-m all-in-one, have printer working but not scanner in windows 8

    Still have a problem with the drivers in Windows 8 release preview, for my HP B109 a-m all-in-one, have printer working but not scanner, is there any chance of a fix before final release of Windows 8 ?.

    Review my post here:
    http://h30434.www3.hp.com/t5/Windows-8-Release-Preview/SOLUTION-Get-Win-7-Printer-Drivers-HP-Solutio...
    And see if something similar will work for you.

  • Sharepoint foundation 2013: office docs can be opened in browser using IE but not in firefox or chrome?

    Hi
    Sharepoint foundation 2013:
    why when we open an excel or word  using chrome and firefox browser it wants to download the file.
    It can be opened in browser using IE but not in firefox or chrome?
    Any issues?
    Thanks

    Hello MGerio,
    Can you check what your Browser File Handling settings are of the web application (of the excel/word files)?
    http://social.technet.microsoft.com/wiki/contents/articles/8073.sharepoint-browser-file-handling-deep-dive.aspx
    - Dennis | Netherlands | Blog |
    Twitter

  • My Mac Mini doesn't recognize my Avengers DVD--it keeps saying "Supported disc not available." I've tried other DVD's which work, but not this one. itunes and everything else has been updated to the newest versions. Help?

    My Mac Mini doesn't recognize my Avengers DVD--it keeps saying "Supported disc not available." I've tried other DVD's which work, but not this one. itunes and everything else has been updated to the newest versions. Help? Also...It doesn't recognize the digital copy DVD.

    I have ALL the exact same symptoms as on my home computer.
    It sure sounds to me like something on the iPod is broken. If it's under warranty then I would send it back for repair. If not, check out some of the web repair services, such as iPodResQ etc.

  • Speakerphone problem - lost voice from speakerphone while playing music or gaming youtube, while call or voice recording playing - all works fine, so speakerphone is working but not on all apps. hard reset done - no changes

    or gaming youtube, while call or voice recording playing - all works fine, so speakerphone is working but not on all apps. hard reset done - no changes.
    iphone 4
    SOLVED plugin to charger solved it - so problem was with contacts -- no idea why - phone is new - no water - no havy dust - usual using  
    hope will never return. Thanks

    We checked it with an iPhone 5 in house multiple times and could not reproduce this Problem. Must be something specific to your device. Maybe your speakerphone volume is turned down completely?
    Follow the latest Skype Community News
    ↓ Did my reply answer your question? Accept it as a solution to help others, Thanks. ↓

  • Hi!My 6 month old MBP 13" has suddenly stop charging.Mac is working,but not charging

    Hi!My 6 month old MBP 13" has suddenly stop charging.Mac is working,but not charging

    Troubleshooting MagSafe adapters  http://support.apple.com/kb/ts1713
    If you need to pursue further you can do it on-line,  start here
    https://selfsolve.apple.com/agreementWarrantyDynamic.do

  • My iPad cannot connect to my internet.  the internet is working but not with my ipad.

    my iPad cannot connect to my internet.  the internet is working but not with my ipad.

    Call your ISP (Internet Service Provider) and explain them your issue, it could range from having your router configured incorrectly to having a wiring issue. Personally, I have Comcast and they are great, no issues, and awesome customer service.
    Hope you get up and running ASAP

  • HT4993 My volume down button is not working.  The UP button works, but not the down button.  I have tried to restart it and that didn't solve the problem.

    My volume down button doesn't work on my iPhone.  The UP buttown works, but not the down button.  I have tried a hard reset and that didn't fix it.

    Try this.
    Reboot the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider if it appears on the screen - let go of the buttons. Let the iPad start up.

  • ICloud keeps asking for password but will not take it. All other devices work but not my IMac???

    ICloud keeps asking for password but will not take it. All other devices work but not my IMac???

    Exactly which password are you inputting? iCloud looks for your AppleID password.

Maybe you are looking for

  • No Webcam in Player 10.0.32.18?

    Hi, I noticed I can't see my webcam anymore when I publish an exe file. There comes no dialog and I can't see the webcam picture. I even can't click the Preferences menu in the context menu. Any Ideas what that is? TIA

  • Help needed to access Oracle from Applet.

    Please help. I have spent days reading info on the web and I simply cannot access to Oracle from an applet to work. Oracle is on a different IP than the Web Server. For my testing I am running the html directly from my local file system. Here are the

  • JSF datatable pagination - showing page wise total.

    Hi All, i am ok with normal pagiation. but i have a requirement to show total count of a column page wise in the footer and also total count of th column at the datatable bottom.i can able to get total count but how can we show page wise total count

  • JVMTI install problem

    # env HOME=/ JAVA_HOME=/opt/jdk150_10 JAVA_TOOL_OPTIONS=-Xrundvmti:all PATH=/usr/bin:/opt/jdk150_10/bin:/usr/local/bin:/usr/openwin/bin:/zg/jvmstat/jvmstat/bin SHELL=/sbin/sh TERM=xterm USER=root # java Picked up JAVA_TOOL_OPTIONS: -Xrundvmti:all Err

  • What is a new line, really?

    Continuing my voyage into Java's I/O space... Okay, this might sound like a really stupid question, but I'm all new to programming. :) But what is a new line, really!? I ask since I've gotten the impression that there is more than one "kind" of new l