Live view css3

Hi you guys. I am looking for some input.  I am playing around with some of the new properties in CSS3. There is some really great stuff out there now that you can do with CSS3. One of the properties I am playing with is
-moz-transform:rotate(30deg); (NOTE IT IS FOR FIREFOZ ONLY)
If you assign  it to an ap div, it turns that div at a 30 degree angle. Pretty cool.
But what I am finding out is, when I hit the live view button, the Live view browser does not appear to be the Firefox browser and that property is particular to firefox In other words when I click live view, I can not see the box turned at a 30 degree angle. I have to actual hit F12, to see it in my primary default browser, Firefox. I don't want to have to hit f12. I want to be able just click the live view and see  the page as it would be seen in a FireFox browsers. Is there anyway I can change the browser live view renders in?
Please let me know. Thanks for all your help.
-moz-transform:rotate(30deg); /* Firefox */
#apDiv3 {
position:absolute;
width:200px;
height:115px;
z-index:4;
left: 394px;
top: 78px;
background-color: #99CCCC;
-moz-transform:rotate(30deg);

www.aimeecaprice.com wrote:
Hello, Thank you for your quick reply.
I did try changing the property to a webkit property and live view did display it then, however I want live view to display the Mozilla Firefox property.
There must be some way to change that live view browser  from webkit to firefox, don't you think? Let me ask you this, how did you find out that dreamweaver live view uses web kit. Was it in the help manual? or did you just figure it out by process of elimination?
Adobe has openly said in blogs and in the release notes that the Live View uses the Webkit engine.  This was primarily targeted because of how they were perceived as being slow and hanging onto Flash.  Webkit is the engine that powers Safari and Chrome on the desktop as well as iOS and Android on the mobile front.  Unfortunately, because of how Webkit is tied into DW there is no way to "swap out engines".  Believe me when I say, Mac users would have loved to have been able to "swap in" the IE rendering engine and Windows users could say that as well with the IE6, IE7, IE8, IE9 and IE10 engines (the last 2 are the least problematic).
If you are truly developing for CSS3 and cross-browsers, using the -webkit and -moz prefixes in addition to standard CSS3 is recommended since IE falls under neither prefix, and the same should go for Opera as well.  While it may seem bothersome, I can assure you it is no where near as bothersome as HTML5 video where the big players (Apple and MS) currently support the proven MPEG-4 video technology whereas Firefox currently supports Ogg and Chrome wants to move from MPEG-4 to its own propriety format WebM.  So not only in this case do you need extra code in your pages but you need to re-encode your video multiple times.
So the short answer is that it's best not to develop for just one browser.  It will be a bad habit that will be hard to break.

Similar Messages

  • How soon will DW CS5 Live View Webkit support CSS3?

    See above.  I just tried CSS3's text-shadow (although I don't believe it's totally CSS3) and while the shadow works well in Chrome, in Opera and in Safari, DW's Live View does not render the shadow, but rather an offset black copy of the text.  Webkit supports this but apparently not the webkit in DW.  Will this be updated by extension or update and if so, when?
    Thanks,
    Nancy

    Hi Nancy,
    I just tried CSS3's text-shadow (although I don't believe it's totally CSS3) and while the shadow works well in Chrome, in Opera and in Safari, DW's Live View does not render the shadow, but rather an offset black copy of the text.  Webkit supports this but apparently not the webkit in DW.  Will this be updated by extension or update and if so, when?
    Thanks for the feedback. We're trying to get the latest HTML and CSS support into DW as fast as we can, but we can't make any promises as to when.
    Regards,
    Randy Edmunds
    Dreamweaver Development
    Adobe Systems, Inc.

  • Css shows in live view, not in design view

    Hi all-
    I'm new to dreamweaver and was trying to move a site I have already coded into dreamweaver, hopefully to be able to find errors but mostly to be able to update more quickly in the future.
    I've noticed one pecularity (at least to me!) - I have some basic "rounded corners" with css that show up properly in the "Live View" or in a browser, but in design view they are just standard boxes with no css attributes added.
    Is this normal, or is it something in my code?

    It's most likely completely normal. I know in my DWCS4, it doesn't recognize any CSS3 items in Design View.
    As long as your pages are validating and previewing in the browsers correctly, you're good to go.
    You can run the validators here to check for errors...
    CSS: http://jigsaw.w3.org/css-validator/
    HTML: http://validator.w3.org/

  • Live view different from design view

    Hi folks,
    Does anyone know why, in dreamweaver, there is a difference between the site design in Design View and what you see in live view; and how should oneapproach this difference?
    Thanks.

    Design View was coded a LONG time ago and Adobe hasn't really changed it much. It is very useful for my workflow, which is to work in Split view and jump back and forth between the Design view pane and the Code View pane. I know right off the bat that I won't see everything. Design View will never show me the newer CSS3 attributes, like shadow, gradients and so on. But it gives me a "rough" analog to work with while I'm doing general layout. Things like, "Am I breaking up the text enough to keep people on my web page?" "Do I have this typeface too small?" "Is the picture I just put in there positioned correctly?"
    Also, be forewarned, "Live" view is Webkit (an Open Source browser) so it will accurately portray Google's Chrome and Apple's Safari. It will not accurately show issues with Firefox and Internet Exploiter. So, before you launch your website, do a check in all of the major browsers.

  • Dreamweaver CS5.5 live view problems

    1.) As described in this Thread: http://forums.adobe.com/message/3204440#3204440 the Live View is very slow, when edit/design a php-page which uses external css files
    2.) The live view does not support/show css3 tags, e.g. box-shadow or border-radius, altough the css-panel knows these tags. it is necessary to open the page in a local browser or in multiscreen-preview to see the design.
    3.) The live view does not render the jqeury-mobile layout.

    -Live View is very slow?
    Only when the page contains CSS/JavaScript interactions.
    -Live view does not support/show css3 tags?
    Correct.
    -Live view does not render the jqeury-mobile?
    Actually, it does. You need, however, to choose a local path option for
    the scripts.
    Dreamweaver is a marvelous program, but like everything else made with
    human hands and minds - it's not perfect. Live View is a very misleading
    feature - actually, the only folks I know who find it useful are
    beginners (who believe it works) and authors who write books and
    tutorials that teach how to use it. It's worth at least one chapter of
    filler
    The only truth a novice should pull out of this topic is that when
    testing a web page, the only reliable test is that which involves real
    browsers.
    Al Sparber - PVII
    http://www.projectseven.com
    Finest Dreamweaver Menus | Galleries | Widgets
    Since 1998

  • CSS alignment disparities and fix: LIVE View & Browser Lab views

    The upper half is LIVE View in DW CSS5.5 while the lower left is IE 9 and the lower right is FF 11 in BrowserLab.  Why such a disparity between LIVE View and IE9 and FF11?  You may notice that the horizontal navigation bar is only properly aligned in the IE9 view.  In fact the IE9 is exactly as I want this dwt file to look like.  I am redesigning my current web site and working solely on the dwt file.   These are the dwt and CSS code views. Where do I start to have FF aligned as IE9 and to fix the misleading LIVE view image.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
      <meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
      <meta name="generator" content="HTML Tidy for Linux/x86 (vers 11 February 2007), see www.w3.org" />
      <meta name="description" content="Dillmans of Notasulga, Alabama" /><!-- Loading favicon -->
      <link rel="shortcut icon" type="image/x-icon" href="http://frankdillman.com/images/favicon/pryapus.ico" />
      <!-- Link to style sheet for this web site -->
      <link href="../css/frdstyles.css" rel="stylesheet" type="text/css" />
      <!-- Title below is for browser title bar and search engines only -->
      <!-- TemplateBeginEditable name="doctitle" -->
      <title>The Dillmans of Notasulga, AL</title><!-- TemplateEndEditable -->
      <!-- TemplateBeginEditable name="head" --><!-- TemplateEndEditable -->
    <script src="../SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="../SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    </head>
    <body style="margin: 0; padding: 0">
       <div id="wrap">
      <!--Start of page header -->
      <div id="header">
        <img src="../images/forest.gif" alt="forest gif" style="position:absolute; top: 5px; left: 5px" />
        <h1 style="margin-top: 0">Dillmans of Notasulga, AL</h1>
      </div>
      <!--End of page header-->
      <!--Start of horizontal nav bar-->
      <div id="navigationbar">
        <ul id="MenuBar1" class="MenuBarHorizontal">
          <li><a class="MenuBarItemSubmenu" href="#">us</a>
            <ul>
              <li><a href="#">Frank</a></li>
              <li><a href="#">Dorothea and me</a></li>
              <li><a href="#">Grandkids</a></li>
            </ul>
          </li>
          <li><a href="#" class="MenuBarItemSubmenu">local interest</a>
            <ul>
              <li><a href="#">Notasulga</a></li>
              <li><a href="#">Macon County</a></li>
            </ul>
          </li>
          <li><a class="MenuBarItemSubmenu" href="#">recreation</a>
            <ul>
              <li><a class="MenuBarItemSubmenu" href="#">stained glass</a>
                <ul>
                  <li><a href="#">Item 3.1.1</a></li>
                  <li><a href="#">Item 3.1.2</a></li>
                </ul>
              </li>
              <li><a href="#">GPry Dogs</a></li>
              <li><a href="#">Goats</a></li>
              <li><a href="#">Orchids</a></li>
              <li><a href="#">Genealogy</a></li>
              <li><a href="#">Farm </a></li>
            </ul>
          </li>
          <li><a href="#" class="MenuBarItemSubmenu">politics</a>
            <ul>
              <li><a href="#">TEA Party Locator</a></li>
              <li><a href="#">Misc. Notes</a></li>
              <li><a href="#">Elections</a></li>
              <li><a href="#">Legislature</a></li>
            </ul>
          </li>
          <li><a href="#" class="MenuBarItemSubmenu">links</a>
            <ul>
              <li><a href="#">Not Forever Wild</a></li>
              <li><a href="#">Dillman Family Assoc.</a></li>
              <li><a href="#">Military</a></li>
            </ul>
          </li>
        </ul>
      <!--End of horizontal nav bar-->
      </div>
      <!--Start of page sidebar-->
      <div id="sidebar">
      </div>
      <!--End of page sidebar-->
      <!--Start of main content-->
      <div id="main">
        <!-- TemplateBeginEditable name="frankbody" -->page body - do not take closing div <!-- TemplateEndEditable -->
      </div><!--End of main content-->
      <!--Start of page footer -->
      <div id="footer">
        <table style="width: 100%" summary="footer items">
          <tr>
            <!-- TemplateBeginEditable name="page footer1" -->
            <td style="width: 75px"> </td>
            <td style="width:150px; text-align: right">
              <div id="update">
                <!-- #BeginDate format:En2m -->05-Dec-2012  15:03<!-- #EndDate -->
              </div>
            </td><!-- TemplateEndEditable -->
            <td style="width:150px; text-align:center">
              <div id="copyright">
                &copy; 2008, 2009, 2010, 2011, 2012
              </div>
            </td><!-- TemplateBeginEditable name="footer2" -->
           <!-- <td style="width:100px; text-align:center"><a href="http://validator.w3.org/check?uri=referer"><img src=
            "http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0 Strict" height="31" width="88" /></a></td> -->
           <!-- <td style="width:100px; text-align:center"><a href="http://jigsaw.w3.org/css-validator/"><img style=
            "border:0;width:88px;height:31px" src="http://jigsaw.w3.org/css-validator/images/vcss" alt=
            "Valid CSS!" /></a></td>  -->
            <!-- TemplateEndEditable -->
          </tr>
        </table>
      </div><!--End footer-->
        <!--close wrap--></div>
    <script type="text/javascript">
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"../SpryAssets/SpryMenuBarDownHover.gif", imgRight:"../SpryAssets/SpryMenuBarRightHover.gif"});
       </script>
    </body>
    </html>
    CSS file:
    /*stylesheet.css for my personal pages*/
    /* Body text and page background */
    body{
         margin:0;
         padding: 0;   
         font-family: 'Book Antiqua', Times, Serif;
         font-size: medium;
         color: #000000;
         background-color: #FFFFFF;
    #wrap{
        margin: 0 auto;
        width: 860px;
        position: relative;
    /*Style for main content */
    #main{
        margin-left:14.5em;
        margin-right:0;
        padding: 5px;
        text-align: justify;
        background-color: #B2F63D;
        color: #333333;
    /* Page header style 4Dec2012 testing additonal height: auto line of code suggested by http://www.adobe.com/inspire-archive/january2011/articles/article2/index.html?trackingid=I EHCL */
    #header{
        top:100px;
        left:0;
        width:100%;
        height: auto;
        height:50px;
        background-color: #BF9230;
        border-bottom: thick solid #000000;
    /*horizontal naivagion bar using spry*/
    #navigationbar {
    /*Style for sidebar column  with total width of 10.5em and top:5.25em   UNABLE to GET top to align with body top.  Adjusting sidebar top has no effect */
    #sidebar {
        position: fixed;
        top: 5.25em;
        left: 4.65em;
        font-family: Arial, Helvetica, sans-serif;
        float: left;
        display: inline;
        padding: 2em;
        width: 10.5em;
        background-color: #619A00;
        border-right: thin solid #000000;
    .redbold {
        color: #FF0000;
        font-weight: bold;
    .quotetext {
        font-style:italic;
    .bluebold {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: bold;
        font-variant: normal;
        color: #0066CC;
        text-decoration: none;
        text-align: center;
      /*Level 1 Headings */
    h1{
        font-family: 'Lucida Handwriting', 'Comic Sans MS', TSCu_Comic, cursive;
        font-size: x-large;
        color: #00008b;
        text-align: center;
    /*Level 2 Headings */
    h2{
         font-family: 'Lucida Handwriting', 'Comic Sans MS', TSCu_Comic, cursive;
        font-size: large;
        color: #00008b;
        text-align: center;
    /*Level 2 Headings in red*/
    h2_red{
        font-family: 'Lucida Handwriting', 'Comic Sans MS', TSCu_Comic, cursive;
        font-size: large;
        color: #FF0000;
        text-align: center;
        font-weight: bold;
    /*Level 3 Headings */
    h3{
        font-family: 'Lucida Handwriting', 'Comic Sans MS', TSCu_Comic, cursive;
        font-size: medium;
        color: #00008b;
        text-align: center;
    /* Unvisited links */
    a:link{
       color: #00bfff; /* sky blue */
       text-decoration: underline;
    /* Visited links (no underline) */
    a:visited{
    color: #ff00ff; /* fuchsia */
    text-decoration: none;
    /* Hover links (red no underline) */
    a:hover{
    color: #ff0000; /* red */
    text-decoration: none;
    /* Active links (green no underline) */
    a:active{
    color: #00ff00; /* green */
    text-decoration: none;
    /*Float image to left of paragraph*/
    img.floatLeft{
       float: left;
       margin-right: 5px; margin-top: 5px; margin-bottom: 5px;
    /* Float image to right of paragraph */
    img.floatRight{
    float: right;
    margin-left: 5px; margin-top: 5px; margin-bottom: 5px:
    /* Center image between margins */
    div.center{
    width: 100%;
    text-align: center
    /* Page footer style */
    #footer{
         clear:both;   
         height: 42px;
         width: 100%;
         background-color: #BF9230;
         border-top: thick solid #000000;
    /*Page footer and automatic update of date */
    #update{
       font-family: 'Times New Roman', Times, serif;
       font-size: x-small;
       color: #000000;
       text-align: left;
       margin-left: 7em;
    /*Page footer copyright dates */
    #copyright{
       font-family: 'Times New Roman', Times, serif;
       font-size: x-small;
       color: #000000;
       text-align: left;
       margin-left: 3em;
    /*Style for tables of thumbnail images: lesson5, chapter2*/
    tables.thumbs{
        vertical-align: middle;
        text-align: center;
        border-collapse: collapse;
    /*Style for table cells that contain thumbnails*/
    td.thumbs{
        border: solid 1px #00bfff;
        padding: 5px;
    /*Style for thumbnail images*/
    img.thumbs{
        width:100px;
    /* determine if in use.  If not delete
    .legislative {
        color: #800000;
        font-size: 24px;
        font-style: normal;
        font-weight: bold;
        text-decoration: blink;

    I think it's fair to say Spry is not your best option anymore.  Spry 1.6 was a pre-release version made in 2006.  It neither works well in IE9 nor touch screen devices (iPhone, iPad, etc..) because it predates them.
    You could switch to Spry Menu 2.0 from the Widget Exchange (the last version made), but Adobe has abandoned the Spry framework in favor of jQuery:  
    http://blogs.adobe.com/dreamweaver/2012/08/update-on-adobe-spry-framework-availability.htm l
    Other Menus:
         Pop-Menu  Magic2 by PVII (DW extension purchase)
        http://www.projectseven.com/products/menusystems/pmm2/index.htm
        jQuery Superfish
        http://users.tpg.com.au/j_birch/plugins/superfish/
        jQuery Mega Menus 
        http://www.javascriptkit.com/script/script2/jkmegamenu.shtml
        CSS3 Dropdown Menus
        http://www.red-team-design.com/css3-dropdown-menu
        10 Responsive Menus
        http://speckyboy.com/2012/08/29/10-responsive-navigation-solutions-and-tutorials/
    Nancy O.

  • CS6 Live View Rendering Problem

    I recently upgraded from CS5.5 to CS6. Since that up grade I notice that Live View no longer renders the CSS slider color for a DIV box correctly.  I am using the following: scrollbar-face-color: #1FFF40;   CS5.5 does render it correctly, CS6 does not. Anybody else seen this?

    scrollbar-face-color is not a standard part of CSS. It's supported only by Internet Explorer and Opera.
    Dreamweaver's Live view is based on the WebKit browser engine, which is the same as used in Safari and Chrome, which don't render scrollbars on Mac OS X. The browsers in most mobile phones and tablets also use WebKit, and they don't display scrollbars either.
    I suspect that the new version of WebKit in Dreamweaver CS6 Live view simply doesn't support scrollbar-face-color, and is unlikely to do so in future unless it's adopted as part of CSS3 by the W3C.

  • Difference in design and live view

    I ran into another problem lately and i still cant find any solution to this yet. I have a table within table and they look fine in the design page but when i change the page to live view or switch to browser, the table seems longer.  Any idea why and how can i fix this? Any help would be greatly appreciated. Thanks in advanced and sorry for the long post!
    Design page:
    Live view:
    Source 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>Untitled Document</title>
    <link href="Style/style3.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>
    </head>
    <body onload="MM_preloadImages('Images/aboutusbtn_b.gif','Images/homebtn_b.gif','Images/joinbtn _b.gif','Images/partnersbtn_b.gif','Images/contactbtn_b.gif')">
    <table width="800" border="0" align="center" cellpadding="0" cellspacing="0">
    <tr>
      <th width="319" align="left" scope="col"><table width="800" border="0" align="center" cellpadding="0" cellspacing="0">
        <tr>
          <th width="319" align="left" scope="col"><img src="Images/logo_2_01.png" width="319" height="104" border="0" usemap="#Map" /><img src="Images/banner_A_03.png" width="319" height="14" /></th>
          <th width="481" align="left" scope="col"><img src="Images/banner_A_02.png" width="481" height="118" /></th>
        </tr>
      </table></th>
    </tr>
    </table>
    <table width="800" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
        <th width="235" align="left" valign="top" scope="col"><table width="235" border="0" cellspacing="0" cellpadding="0">
          <tr>
            <th height="100" scope="col"> </th>
          </tr>
          <tr>
            <td><table width="235" border="0" cellspacing="0" cellpadding="0">
              <tr>
                <th scope="col"><a href="index3.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('home','','Images/homebtn_b.gif',1)"><img src="Images/homebtn_a.gif" name="home" width="235" height="65" border="0" id="home" /></a></th>
              </tr>
              <tr>
                <td valign="top"><a href="aboutus.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('aboutus','','Images/aboutusbtn_b.gif',1)"><img src="Images/aboutusbtn_a.gif" name="aboutus" width="235" height="65" border="0" id="aboutus" /></a></td>
              </tr>
              <tr>
                <td><a href="activity.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('activity','','Images/actbtn_b.gif',0)"><img src="Images/actbtn_a.gif" name="activity" width="235" height="65" border="0" id="activity" /></a></td>
              </tr>
              <tr>
                <td><a href="joinus.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('joinus','','Images/joinbtn_b.gif',1)"><img src="Images/joinbtn_a.gif" name="joinus" width="235" height="65" border="0" id="joinus" /></a></td>
              </tr>
              <tr>
                <td><a href="partners.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('partners','','Images/partnersbtn_b.gif',1)"><img src="Images/partnersbtn_a.gif" name="partners" width="235" height="65" border="0" id="partners" /></a></td>
              </tr>
              <tr>
                <td><a href="contact.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('contact','','Images/contactbtn_b.gif',1)"><img src="Images/contactbtn_a.gif" name="contact" width="235" height="65" border="0" id="contact" /></a></td>
              </tr>
            </table></td>
          </tr>
          <tr>
            <td> </td>
          </tr>
        </table></th>
        <th width="5" align="left" scope="col"><img src="Images/side2.jpg" width="5" height="764" /></th>
        <td width="560" height="764" align="left" valign="top" id="tb_bg5" scope="col"><table width="560" border="0" align="center" cellpadding="15" cellspacing="0">
          <tr>
            <td height="419" align="left" scope="col"><h1>Corporate Partners</h1>
              <p>Phasellus sit amet massa id nunc faucibus condimentum vel a lacus. Etiam   mattis, erat nec dapibus tristique, dui elit iaculis orci, et dignissim   nunc nisi a lectus. Duis semper porta nisl nec ullamcorper. </p>
              <table width="530" border="0" cellpadding="0" cellspacing="0" class="table_border">
                <tr>
                  <th width="200" align="left" scope="col"><img src="Images/partners_logo/f_logo1.png" width="197" height="136" /></th>
                  <td width="330" align="left" valign="top" scope="col"><table width="100%" border="0" cellspacing="0" cellpadding="5">
                    <tr>
                      <th align="left" scope="col"><p>Sed id nulla neque, in blandit nisi. Quisque a lorem elit.  Nullam fringilla, nisi ac blandit ullamcorper, velit mauris porta metus, ut  facilisis ligula orci sed tortor. Suspendisse a metus eu purus hendrerit  suscipit eu eu nunc. Morbi neque metus, varius quis egestas eu, egestas nec  purus.</p></th>
                    </tr>
                  </table></td>
                </tr>
                <tr>
                  <th colspan="2" align="left" scope="col"><img src="Images/divider2.png" width="522" height="7" /></th>
                </tr>
                <tr>
                  <th align="left" scope="col"><img src="Images/partners_logo/f_logo2.png" width="197" height="136" /></th>
                  <td width="330" align="left" valign="top" scope="col"><table width="100%" border="0" cellspacing="0" cellpadding="5">
                    <tr>
                      <th align="left" scope="col"><p>Class aptent taciti sociosqu ad litora torquent per conubia  nostra, per inceptos himenaeos. Duis dictum convallis massa sit amet mattis.  Curabitur ac nisl vitae leo convallis pretium in eu magna. Donec luctus sodales  lacinia. Pellentesque habitant morbi tristique senectus et netus et malesuada  fames ac turpis egestas.</p></th>
                    </tr>
                  </table></td>
                </tr>
                <tr>
                  <th colspan="2" align="left" scope="col"><img src="Images/divider2.png" width="522" height="7" /></th>
                </tr>
                <tr>
                  <th align="left" scope="col"><img src="Images/partners_logo/f_logo3.png" width="197" height="190" /></th>
                  <td width="330" align="left" valign="top" scope="col"><table width="100%" border="0" cellspacing="0" cellpadding="5">
                    <tr>
                      <th align="left" scope="col"><p>Nam sed leo justo. Nulla a urna odio. Sed at metus lorem, a  mattis justo. Pellentesque vel augue a neque auctor scelerisque. Vivamus lobortis  augue sed dui luctus id consequat odio blandit. Nam convallis libero id risus  sagittis lobortis. Quisque ut euismod risus. Ut faucibus ante velit, eget  convallis risus. Curabitur est lorem, consequat auctor hendrerit ac, pretium  sit amet metus. Proin ante massa, laoreet at commodo vitae, egestas et velit</p></th>
                    </tr>
                  </table></td>
                </tr>
              </table></td>
          </tr>
        </table></td>
      </tr>
    </table>
    <table width="800" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
        <th colspan="2" align="left" scope="col"><img src="Images/footer.jpg" width="800" height="5" /></th>
      </tr>
      <tr>
        <td width="400" align="left" scope="col"><p class="footer_text">Copyright &copy;  Olive Interactive. All rights reserved.</p></td>
        <th width="400" scope="col"><table width="100%" border="0" cellspacing="0" cellpadding="0">
          <tr>
            <th width="150" scope="col"> </th>
            <th width="200" align="left" scope="col"><table width="100%" border="0" cellspacing="0" cellpadding="0">
              <tr>
                <th width="80" align="center" scope="col"><p>follow us on</p></th>
                <th width="55" align="left" scope="col"><p><a href="http://www.facebook.com"><img title="Facebook" img src="Images/fb_logo.jpg" alt="Facebook" width="50" height="50" /></a></p></th>
                <th width="55" align="left" scope="col"><a href="http://www.twitter.com"><img title="Twitter" img src="Images/twitter_logo.jpg" alt="Twitter" width="50" height="50" /></a></th>
              </tr>
            </table></th>
            <th width="50" scope="col"> </th>
          </tr>
        </table></th>
      </tr>
    </table>
    <map name="Map" id="Map">
      <area shape="rect" coords="75,3,261,105" href="index3.html" alt="Go Green" />
    </map>
    </body>
    </html>
    css style sheet:
    #tb_bg5 {     background-image: url(../Images/bg_2b.png); } .table_border {     border: medium solid #A9D18B; } p {     font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;     font-size: 14px;     color: #333;     font-weight: normal; } h1 {     font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;     color: #84C775;     font-size: 24px;     font-weight: bold; }

    Welcome back -
    It will be waaaaay easier for us to assist if you would upload all your files to your webspace and post a link here.
    Please?
    Meanwhile, not sure where you want space reduced, but if it's above your footer, find this cell, and  reduce the cell height from 764 to 700
    <td id="tb_bg5" width="560" valign="top" height="764" align="left" scope="col">

  • Text Fields Not Showing in Design or Live View

    Hello Everyone,
    I have run into a problem trying to create a simple contact form through Dreamweaver CS6.  I have two text fields for Name & Email, and 1 text area for Comments.  The issue I am running into is that the text fields are not showing in Design or Live view.  I have set-up all variables required for the server for the form to work... but that should not have any effect on the text field showing...  I tried uploading my contact page with the same result of no text fields showing...
    What is really laughable is that the "text area" I placed in my form for Comments shows up in Design & Live view just fine.  I am thinking that I am missing something, but just do not know what exactly.  The form is styled through CSS.
    Here is the form code:
         <div id="CRDForm">
           <form action="http://www.sweetformimi.com/formmail/formmail.php" method="post" enctype="application/x-www-form-urlencoded" name="contact" target="_self" id="contact">
        <input type="hidden" name="env_report" value="REMOTE_HOST,REMOTE_ADDR,HTTP_USER_AGENT,AUTH_TYPE,REMOTE_USER">
        <input type="hidden" name="recipients" value="[email protected]" />
        <input type="hidden" name="subject" value="Contact Form" />
             <label><p>Your Full Name
               <input name="Name" type="text" id="Name" size="40" /></p>
             </label>
             <label><p>Email
             <input name="email" type="text" accesskey="2" tabindex="2" title="Email" value="Email"></p>
             </label>
             <label>Comments<br />
             <textarea name="comments" cols="40" rows="10" accesskey="3" tabindex="3" title="Comments"></textarea>
             </label>
             <input name="submit" type="submit" accesskey="4" tabindex="4" title="submit" value="submit">
           </form>
        </div>
    Are there other variables I should be thinking about in the rest of my site?  I am using a fluid grid layout.  I have CSS for desktop, tablet, and phone devices.  I also have a primary CSS file that imports all three.  The sites structure was done by using <header>, <article>, <footer>, and of course <div> tags. 
    Has anyone ever experienced the "text fields" not showing up before? Is it a simple fix as reinstalling Dreamweaver CS6?  Finally, another thing I should mention is that I did have a previous version of Dreamweaver on my comp, which was CS3.  I did not uninstall that before installing the newer version.  I assumed (and I could be wrong here) that it would automatically replace the older version.
    I apoligize for it being long winded, but I am looking for some help on this issue...
    Thank You

    Hey thank you osgood for the reply!
    When I look at code for long hours it sort of blurs together, and I miss things... I think that happens to the most of us
    Ya I found what was blocking my text fields in my desktop.css
    I primarily work through code view, and currently working on quite a few projects kind of makes your eyes miss the small errors.
    Thanks again!

  • How do you configure Dreamweaver to accept PHP in live view when set up with a local testing server (ie., localhost:8888) via MAMP (not MAMP Pro)? My site shows up in the browser, but not in DM live view. Thanks.

    I am using a Macbook Pro with Yosemite and cannot get live view to work in conjunction with my local server or with my php files.
    What could be wrong? I have set up/synced everything with my root folder in htdocs.
    Thanks:-)

    See screenshots:
    Nancy O.

  • Problem with Css styles not showing in live view or when i browse

    I am using Mac osx 10.6 and building website with Dreamweaver CS5.  Sometimes div tags i create not showing styles or rendering in live view or when I browse but  showing in design view. I looked in dreamwever faq and they talk about not showing in design view to toggle the display styles. That is not the problem becuase it is check marked and I tried turning off and turning on and made no difference.I am using firefox browser.
    It happened before the other day too. But all of my other pages in this site that i have created the same way building with div tags and css styles. So not sure what the problem is. Maybe someone has a suggestion here.
    Johanna

    <!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>Portfolio</title>
    <style type="text/css"></style>
    <link href="css/jbstyles.css" rel="stylesheet" type="text/css" />
    <style type="text/css"></style>
    </head>
    <body>
    <div id="wrapper">
      <div id="mainnav">
        <div id="navbar">
          <ul>
            <li><a href="index.html"><br />
            </a></li>
    <li>
              <ul>
                <li><a href="index.html">          Home</a><a href="about.html">About</a></li>
                <li><a href="portfolio.html">Portfolio</a><a href="contact.html">Contact</a></li>
              </ul>
            </li>
          </ul>
      </div>
        <div id="contentinside">
          <div id="navbar2">
            <ul>
              <li><a href="design.html">Design</a></li>
              <li><a href="multimedia.html">Multimedia</a></li>
              <li><a href="webdesign.html">Web Design</a></li>
            </ul>
          </div>
          <div id="mm1thumb">Content for  id "mm1thumb" Goes Here</div>
          <div id="mm2thumb">Content for  id "mm2thumb" Goes Here</div>
        </div>
        <img src="images/multimsidebar.gif" width="212" height="615" alt="mmsdbr" longdesc="http://multimsidebar" />
      <div id="footer">
        <p> </p>
        <p>Johanna Bresnahan</p>
        <p>Web &amp; Graphic Design - http://www.johannabresnahan.com</p>
        <p> email: [email protected] ....phone....857•991•5717<br />
      </p>
    </div>
    </div>
    <!--end wrapper--></div>
    </body>
    </html> 
    Here is the html code above. not sure how to attach my file so get a visual. This is the first time I have used this forum.
    Johanna

  • Color issues w/ .png and .gif files in CS5.5 Live view

    Hi All,
    I am having a bunch of trouble with my .png and .gif image files in Dreamweaver CS5.5. In Dreamweaver's design view everything looks fine but when I preview my pages in Live View or in a browser the colors in my .png and .gif files are way off. All my images are designed in RGB.
    Any info anyone has to offer will be greatly appreciated. Thanks!

    GIFS contain a maximum of 216 colors (web safe palette)
    PNG and JPG can contain 16 million colors (true color palette),
    When you say the colors are  "way off"  we don't know what you mean.
    Can you post a link to your web page?
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Spry menu bar not visible in live view

    Hi everyone,
    I was just working on the css for my spry menu bar and went to check it out in the live view, but it is no longer visible. I checked it out in Safari and Firefox to no avail. It looks totally fine in the design view in Dreamweaver. I'm new to web design and I have no idea what I did, but I'm really hoping someone here does! Below is the CSS.
    @charset "UTF-8";
    /* SpryMenuBarVertical.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, a fixed width box with no margin or padding */
    ul.MenuBarVertical
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    cursor: default;
    width: 8em;
    color: #333;
    background-color: #FFF;
    vertical-align: middle;
    text-align: left;
    white-space: normal;
    display: list-item;
    /* 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 same fixed width as parent */
    ul.MenuBarVertical li
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    position: relative;
    text-align: left;
    cursor: pointer;
    width: 8em;
    background-color: #FFF;
    letter-spacing: normal;
    vertical-align: middle;
    word-spacing: normal;
    white-space: pre;
    display: table-column;
    height: 70px;
    /* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
    ul.MenuBarVertical ul
    margin: -5% 0 0 95%;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    position: absolute;
    z-index: 1020;
    cursor: default;
    width: 8.2em;
    left: -1000em;
    top: 0;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
    ul.MenuBarVertical ul.MenuBarSubmenuVisible
    left: 0;
    /* Menu item containers are same fixed width as parent */
    ul.MenuBarVertical ul li
    width: 8.2em;
    DESIGN INFORMATION: describes color scheme, borders, fonts
    /* Outermost menu container has borders on all sides */
    ul.MenuBarVertical
    border: 0px solid #FFF;
    alignment-adjust: central;
    background-color: #FFF;
    margin-top: 50px;
    margin-left: 50px;
    /* Submenu containers have borders on all sides */
    ul.MenuBarVertical ul
    border: 1px solid #CCC;
    /* Menu items are a light gray block with padding and no text decoration */
    ul.MenuBarVertical a
    display: block;
    cursor: pointer;
    background-color: #FFF;
    padding: 0.5em 0.75em;
    color: #333;
    text-decoration: none;
    /* Menu items that have mouse over or focus have a blue background and white text */
    ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
    background-color: #33C;
    color: #FFF;
    /* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
    ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
    background-color: #33C;
    color: #FFF;
    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.MenuBarVertical 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.MenuBarVertical 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.MenuBarVertical 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.MenuBarVertical li.MenuBarItemIE
    display: inline;
    f\loat: left;
    background: #FFF;

    My guess is that you have a dark background in which case the menu items will not be seen.
    I suggest you have a look here first http://www.dwcourse.com/dreamweaver/ten-commandments-spry-menubars.php#one, then resurrect the original SpryMenuBarVertical.css and change as required.
    Gramps

  • Menu bar not showing in IE, but in DW CS5 'live view' it's there.

    I am having problems with my webpage, for some reason when I am in DW live view everything works,but when I go to preview in browser the menu bar doesn't show up. I have made sure that my local and testing server files are all synced. Here is a link to my html page.
    https://acrobat.com/#d=L2NJRmXay62Osbh8HtrMtQ
    my menu bar is an 'includes' file so that I only have to update the css one time and it will update every page on my website.
    ANY help is appriciated!!
    Julia
    [email protected]

    You would need to post your code into a reply using the web forum's double arrows > syntax highlighting > plain.
    1) Did you name your parent pages with a supported extension to tell the server to parse server-side includes? Some common ones are .shtm, .shtml, php, or asp.
    2) Does your web server support the use of server-side includes?
    3) To preview includes locally, you need a local testing server installed on your computer.  Do you have one?
    4) Does your include file contain ONLY the menu HTML code and nothing else?
    More on SSIs
    http://forums.adobe.com/message/2112460#2112460
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • DW CS5 - PHP in HTML file - no display in DW live view

    Have DW CS5, Local IIS 7 (Win 7 64x) testing server (Server Model: PHP MySQL) set up and working. External browsers render .html files with PHP fine (URL=http://localhost/testphp.html), DW Live View will not parse/display the PHP with ".html" extension. No ".htaccess" file, DW PHP Tag Library has all PHP "Used In:" boxes checked. Example:
    Example 1
    File name: testphp.php
    <html>
    <body>
    <h1>Hello There</h1>
    <script language="php">
    echo "Hello World";
    </script>
    </body>
    </html>
    DW Live View and external browser URL: http://localhost/testphp.php:
    Hello There
    Hello World
    Example 2
    File name: testphp.html (same content as above, just filename extension changed)
    <html>
    <body>
    <h1>Hello There</h1>
    <script language="php">
    echo "Hello World";
    </script>
    </body>
    </html>
    DW Live View:
    Hello There
    external browser URL: http://localhost/testphp.html:
    Hello There
    Hello World
    How to configure DW CS5 to display PHP in DW Live View with file extension= ".html"?
    Thanks in advance, have spent 2 days trying to accomplish!
    Steve

    File name: testphp.php 
    <html>
    <body>
    <h1>Hello There</h1>
    <script language="php">
    echo "Hello World";
    </script>
    </body>
    </html>
    This is not PHP code
    The red code part should read as to be classified as PHP script
    <?php echo "Hello World"; ?>
    File name: testphp.html (same content as above, just filename extension changed) 
    <html>
    <body>
    <h1>Hello There</h1>
    <script language="php">
    echo "Hello World";
    </script>
    </body>
    </html>
    Apart from the same mistake as above, this file will not be recognised as containing PHP without the PHP extension. You can setup the server to accept HTML and to interpret same as PHP, but I would not recommend this.
    DW Live View:
    Hello There
    external browser URL: http://localhost/testphp.html:
    Hello There
    This is amazing! With the code above? If you hadn't told me I would not have believed it. I tried it on my humble setup and you are correct. It works using the PHP file but not the HTML file. It doesn't matter, it is still not correct.
    How to configure DW CS5 to display PHP in DW Live View with file extension= ".html"?
    It is not up to DW to determine, it is the PHP server that determines whether PHP in an HTML file will be shown. Have a look here http://php.about.com/od/advancedphp/p/html_php.htm .Once again, I do not recommend this
    I hope this helps.
    Ben

Maybe you are looking for