Nav Bar disappears in live view and in all browsers

Hello all,
I have an issue I haven't had before. I created a navigation bar right under the header.  After adding my text for the links, I checked in all browsers and each time, the nav bar disappeared, leaving me with just the words. Also the font changed back to the page default. I solved the font problem by creating images using the font I want and now I get them all to show up, but the nav bar is still missing even though it is always there in Design View. Here is my code so far. The CSS is below the HTML.
HTML 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>Kendall Home</title>
<link href="kendall_styles.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="cobra_div"></div>
<div class="container">
  <div class="header"><img src="Kendall High/Images/Cobra Final Cropped.jpg" height="150" alt="Cobra Logo" /><img src="Kendall High/Images/KHS-Header.gif" width="572" height="150" alt="Header" /></div>
  <div class="navbar"><img src="Kendall High/Images/Amienne - School Calendar.png" width="124" height="30" alt="calendar" /> *** <img src="Kendall High/Images/Amienne - Cobras Schedule.png" width="114" height="30" alt="schedule" /> *** <img src="Kendall High/Images/Amienne - Email.png" width="126" height="30" alt="email" /> *** <img src="Kendall High/Images/Amienne - Lindsey's Diary.png" width="101" height="30" alt="diary" /> *** <img src="Kendall High/Images/Amienne - Game Stories.png" width="102" height="30" alt="stories" /> *** <img src="Kendall High/Images/Amienne - Store.png" width="132" height="30" alt="store" /></div>
<p>Container Content</p>
  <p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
  <div class="return"><a href="index.html">Click Here to Return to aquiverofcobras.com</a></div>
  <div class="footer">Content for class "footer" Goes Here</div>
</div>
</body>
</html>
CSS Code:
@charset "utf-8";
/* CSS Document */
body,td,th {
            color: #000000;
body {
            background-color: #000000;
a:link {
            color: #0000FF;
            text-decoration: none;
a:visited {
            text-decoration: none;
            color: #0000FF;
a:hover {
            text-decoration: none;
            color: #9900CC;
a:active {
            text-decoration: none;
            font-family: Amienne;
            font-size: 20px;
a img {
            border: none;
.container {
            margin: auto;
            width: 900px;
            background-color: #FFFFFF;
            border: medium groove #666;
            font-size: 18px;
            text-align: center;
.header {
            padding: 10px;
            height: 150px;
            width: 900px;
            font-family: Amienne;
            font-size: 60px;
            font-weight: bold;
.return {
            text-align: center;
            width: 900px;
            font-family: Amienne;
            font-size: 20px;
</sty
.navbar {
            background-color: #000000;
            padding: 3px;
            height: 30px;
            width: 888px;
            border: medium groove #666;
            text-align: center;
            font-family: Amienne;
            font-size: 25px;
            color: #CCC;  
.footer {
            background-color: #000000;
            color: #CCC;
            padding: 3px;
            height: 100px;
            width: 888px;
            border: medium groove #666;
.footer_div {
            height: 50px;
            width: 100px;
.floatright {
            float: right;
            margin-left: 5px;
            margin-top: 10px;
.floatleft {
            float: left;
            margin-right: 5px;
            margin-bottom: 5px;
            font-family: Amienne;
            font-size: 16px;

What is this???
.return {
            text-align: center;
            width: 900px;
            font-family: Amienne;
            font-size: 20px;
</sty
.navbar {
            background-color: #000000;
            padding: 3px;
            height: 30px;
            width: 888px;
            border: medium groove #666;
            text-align: center;
            font-family: Amienne;
            font-size: 25px;
            color: #CCC;  

Similar Messages

  • Horizontal menu bar shows serif type font in Live View and Preview but sans serif is in css file

    Help I am using the Spry horizontal menu bar and while it is working fine, it is showing a serif font in Live View and in all Browsers even though I have selected a sans serif font. What gives? I have attached the SpryMenuBarHorizontal.css

    Add this to your embedded styles:
    body {
        background-color: #999;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    using, of course, the font list you want.
    All those styles that rely on the 'default' font will now default to the Trebuchet font list (or to your chosen list).
    Beth

  • Error message when I insert a div tag: Couldn't commit the changes made in Live View. Refresh the Live View and try editing again.

    According to a web and support forum search, myself and another person, Chloe in the Dreamweaver Club forum, have ever reported this. Trying to follow along a Lynda.com tutorial, and the instructor isn't getting this error. Can't imagine why it's happening. I'd be very grateful for any help. I'm also getting an error dialog message:
    DIALOG BOX:
    While executing onClick in InsertFGDiv.htm, the following JavaScript error(s) occurred:
    At line 687 of file "Macintosh HD:Applications:Adobe Dreamweaver CC 2014.1:Configuration:Commands:InsertFGElement.js": The object is not currently contained in a document.
    This appears at the top of the screen:
    Couldn't commit the changes made in Live View. Refresh the Live View and try editing again.  [Refresh doesn't do anything.]

    Try the suggestions here -
    Index to Dreamweaver FAQ
    The solution for Javascript errors is likely the one.

  • Font in Design View different from font in Live View and browser preview

    My external style sheet has the body set for a sans-serif font and there is nothing to contradict it in the HTML documents. But while I get sans-serif in the Design View (as you would expect), I get a serif font in Live View and Browser Preview, not to mention on the Web itself.
    How is this possible (and what should I do about it)?
    --Paul

    Murray and David: it worked! It is a rare and joyous experience to have a straightforward solution to the sorts of problems I come up with (including other realms). But I have to say that with HTML and CSS (and hence with Dreamweaver), solutions to difficulties have seemed within easier reach than in other parts of the computer world.
    By the way, I wanted to choose "correct answer" for both your posts, but after making the first click it was no longer available for the remaining post--so I typed "helpful" even though that one was correct too.
    Thanks again.
    --Paul

  • Live View and Inspect BROKEN in DW CS5 & Drupal

    I successfully navigated through the confusing instructions for setting up a local Drupal website in Dreamweaver's site manager and was very excited the first time I did a "discover" and DW found all the Drupal files on my local testing server.  Yay!
    I was even more excited when I tried live view and was able to click on elements in my Drupal page and see the CSS properties displayed.  (similar to how Firebug in Firefox works)
    Unfortunately, my excitement didn't last.  The property inspector in DW CS5 is BROKEN.  When you click on a specific element on the page, the "live code" displayed for that selection is wrong.  DW tends to select far more code than the actual element chosen.  As a result, the CSS properties displayed in the CSS panels are wrong for that particular element.  Most of the time, they are the properties for the element (<div>) that WRAPS the selected element.
    This makes the wonderful, Live View Inspect TOTALLY USELESS, for Drupal development.  Didn't Adobe actually TEST this app with Drupal before distributing it?  I just spent $600 on an upgrade to CS5 for NOTHING!

    Not sure how I could translate the problem into a plain html file, since all the elements of Drupal are served up from a database and php server.  Even if I could, I suspect it wouldn't reproduce the problem, since I have no issue with the Inspect button on static html files.  One thing to note is that the box model on the selected element seems to accurately reflect the proper CSS settings, even though live code and CSS panels do not.  So the out-of-sync issue seems to be between the box model and the live code and CSS panels.
    It would be worth your while to set up a live Drupal site.  Admittedly, there are a ton of different things going on within a Drupal page, including javascript, which I suppose could throw things out of sync.  (although turning off javascript didn't fix the problem)  Since Drupal is all open source, it would be easy for me to send a zipped codefile and mysql dump to your developers.  Or you could recreate a site from Drupal.org.  I have tested this against several iterations of Drupal with several different themes, some simple and some complex, and the problem is pretty consistent, although it behaves slightly differently depending on the Drupal theme being used.
    On some themes, Inspect picks LESS than the proper amount of code. On some themes, it picks MORE.  My theory is that it's some kind of mathematical or array issue with DW, because Firebug can reliably render all my Drupal sites with no issues at all.
    Using the Tag Selector is difficult in most cases, because the Inspect selector tends to select an "outer" div instead of the one that is correct, so the correct selection is not shown on the tag selector list.  (since the tag selector only shows outer divs to the currently selected one.)  The convoluted workaround is to select an element INSIDE of the targeted element, and then backtrack up the Tag Selector tree.  Selecting the proper code with the Tag Selector DOES appear to render the proper CSS and Live Code, but you obviously lose one of the biggest advantages of live view, which is to quickly find the proper element and see the visual box model rendered live.
    This one issue will severely limit the attractiveness of DW to Drupal developers.  But if you can get it working, I will be singing Dreamweaver's praises all over Drupal.org!
    UPDATE: One other clue I just discovered while using several other Drupal themes: When selecting an element, live code appears to miss the first div and instead pick the following div.  Example: (note, I'm using parentheses instead of brackets since this forum strips brackets)
    (div id=first_div)some kind of text
    (/div)
    (div class=second_div)more text(/div)
    The live code selection is in bold italic.  Live code starts selecting AFTER the first div marker and grabs the start of the next div.
    Sure seems like a mis-applied array element to me. 

  • In Live View and AV mode on 5DMKII the ISO auto changes to 6400 for no reason, any solutiions?

    In Live View and AV mode on 5DMKII the ISO auto changes to 6400 for no reason, any solutiions?

    But my current sim card works just fine in my friends iphone 5...wouldnt the logic follow that the problem is with the device itself (the phone) and not the card?

  • Trouble viewing pages in live view and preview in browser

    I am currently using Dreamweaver CS4 on windows XP. I was able to view all my pages in live view and I was able to preview them in Firefox and Internet Explorer. I changed a CSS setting on the page, and when I went to view it nothing showed up. I only got a white screen. I undid everything that I did, try to preview it again and it still wouldn't show up. I tried to preview other files, some show up other don't. I've tried to rename the file, put it in another folder, restarted Dreamweaver and restarted the computer. Nothing is working. Any help would be appreciated.

    Sorry here is the code.
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html>
    <head>
    <title>NES Group-Bank and Credit Union Design, Project Management, Consulting</title>
    <style type="text/css">
    <!--
    body {
        background-image: url();
    tr td strong {
        font-size: 9px;
        font-family: Verdana, Geneva, sans-serif;
        text-align: left;
        text-indent: 0;
        font-style: normal;
        line-height: normal;
        font-weight: bold;
        font-variant: normal;
        padding: 0px;
        height: auto;
        width: auto;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
    #Table_01 tr td strong font .small {
        text-align: left;
    -->
    </style><head><TITLE>NES Group</TITLE>
    <meta name="Keywords" CONTENT="NES Group, New England Security, bank products Massachusetts, Rhode Island, New Hampshire, Connecticut, Maine, Vermont, nesgroup, bank, credit union, drive up, drive-up, montegonet, bank equipment, bank design, tech centers, consulting, Space Programming, Cost Projections, Site Design, Planning, Project Management, Refurbished, New Construction, Construction Scheduling, Construction Documentation, Interior Design, Marketing, Merchandising, Supermarket Banking, Alternative Banking Facilities, Design Development, Market Studies, Project Coordination, Strategic Planning Site Selections, Negotiations, Permit Consulting, Demographic Analysis, ATM Security Surveys, ADA  Handicap Compliance, Bank Applications, Feasibility Studies, Retail Site Locations">
    <meta name="Description" CONTENT="NES Group is a leader in providing all aspects of bank design and project management for your new or existing facilities. The services we provide range from site acquisition, space planning, and construction through bank products and furnishings.
    NES Group has been serving the financial industry, exclusively, offering its old-fashioned values of commitment and customer satisfaction for over thirty years. One Source... One Company... Working together for the future.">
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <!-- www.hitslink.com/ web tools statistics hit counter code -->
    <script type="text/javascript">//<![CDATA[
    var data,nhp,ntz,rf,sr,i,d=new Date(),pageName;
    // The pageName variable can be customized if needed
    pageName=location.pathname;
    document.cookie='__support_check=1';nhp='http';
    rf=document.referrer;sr=window.location.search;
    if(top.window.location==document.referrer
    || (document.referrer == '' && top.window.location != ''))
    {rf=top.document.referrer;sr=top.window.location.search}
    ntz=new Date();if(location.href.substr(0,6).toLowerCase()=='https:')
    nhp='https';data='&an='+escape(navigator.appName)+
    '&sr='+escape(sr)+'&ck='+document.cookie.length+
    '&rf='+escape(rf)+'&sl='+escape(navigator.systemLanguage)+
    '&av='+escape(navigator.appVersion)+'&l='+escape(navigator.language)+
    '&pf='+escape(navigator.platform)+'&pg='+escape(pageName);
    if(navigator.appVersion.substring(0,1)>'3') {data=data+'&cd='+
    screen.colorDepth+'&rs='+escape(screen.width+ ' x '+screen.height)+
    '&tz='+ntz.getTimezoneOffset()+'&je='+ navigator.javaEnabled()};
    i=new Image();i.src=nhp+'://counter.hitslink.com/statistics.asp'+
    '?v=1&s=1&acct=ChrissyPDQ'+data+'&tks='+d.getTime(); //]]>
    </script>
    <!-- End www.hitslink.com/ statistics web tools hit counter code -->
    <script language="JavaScript">
    <!--
    <!--
    <!--
    <!--
    <!--
    <!--
    <!--
    <!--
    <!--
    <!--
    <!--
    <!--
    <!--
    <!--
    <!--
    <!--
    <!--
    <!--
    <!--
    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_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_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];}
    //-->
    function mmLoadMenus() {
      if (window.mm_menu_0214163523_0) return;
      window.mm_menu_0214163523_0 = new Menu("root",90,18,"Arial, Helvetica, sans-serif",10,"#ffffff","#000000","#990033","#cccccc","left","middle",3,0,1000,-5,7,true ,true,true,0,false,false);
      mm_menu_0214163523_0.addMenuItem("Who We Are","window.open('http://www.nes-group.com/Whoweare.htm', '_self');");
      mm_menu_0214163523_0.addMenuItem("Our Services","window.open('http://www.nes-group.com/Ourservices.htm', '_self');");
       mm_menu_0214163523_0.fontWeight="bold";
       mm_menu_0214163523_0.hideOnMouseOut=true;
       mm_menu_0214163523_0.menuBorder=0;
       mm_menu_0214163523_0.menuLiteBgColor='#ffffff';
       mm_menu_0214163523_0.menuBorderBgColor='#555555';
       mm_menu_0214163523_0.bgColor='#555555';
      window.mm_menu_0214163523_1 = new Menu("root",151,18,"Arial, Helvetica, sans-serif",10,"#ffffff","#000000","#990033","#cccccc","left","middle",3,0,1000,-5,7,true ,true,true,0,false,false);
      mm_menu_0214163523_1.addMenuItem("Project Approach","window.open('http://www.nes-group.com/projectapproach.htm', '_self');");
      mm_menu_0214163523_1.addMenuItem("5 Steps to Success","window.open('http://www.nes-group.com/5steps.htm', '_self');");
      mm_menu_0214163523_1.addMenuItem("Market Studies/Site Analysis","window.open('http://www.nes-group.com/marketstudies.htm', '_self');");
       mm_menu_0214163523_1.fontWeight="bold";
       mm_menu_0214163523_1.hideOnMouseOut=true;
       mm_menu_0214163523_1.menuBorder=0;
       mm_menu_0214163523_1.menuLiteBgColor='#ffffff';
       mm_menu_0214163523_1.menuBorderBgColor='#555555';
       mm_menu_0214163523_1.bgColor='#555555';
      window.mm_menu_0214163523_2 = new Menu("root",179,18,"Arial, Helvetica, sans-serif",10,"#ffffff","#000000","#990033","#cccccc","left","middle",3,0,1000,-5,7,true ,true,true,0,false,false);
      mm_menu_0214163523_2.addMenuItem("Main Offices &amp; Operations Centers","window.open('http://www.nes-group.com/mainoffices.htm', '_self');");
      mm_menu_0214163523_2.addMenuItem("Branch Offices","window.open('http://www.nes-group.com/branches.htm', '_self');");
      mm_menu_0214163523_2.addMenuItem("Alternative Branches","window.open('http://www.nes-group.com/alternativebranches.htm', '_self');");
       mm_menu_0214163523_2.fontWeight="bold";
       mm_menu_0214163523_2.hideOnMouseOut=true;
       mm_menu_0214163523_2.menuBorder=0;
       mm_menu_0214163523_2.menuLiteBgColor='#ffffff';
       mm_menu_0214163523_2.menuBorderBgColor='#555555';
       mm_menu_0214163523_2.bgColor='#555555';
      window.mm_menu_0214163523_3 = new Menu("root",130,18,"Arial, Helvetica, sans-serif",10,"#ffffff","#000000","#990033","#cccccc","left","middle",3,0,1000,-5,7,true ,true,true,0,false,false);
      mm_menu_0214163523_3.addMenuItem("What Is a Brand?","window.open('http://www.nes-group.com/whatisabrand.htm', '_self');");
      mm_menu_0214163523_3.addMenuItem("Merchandising Products","window.open('http://www.nes-group.com/merchandisingproducts.htm', '_self');");
       mm_menu_0214163523_3.fontWeight="bold";
       mm_menu_0214163523_3.hideOnMouseOut=true;
       mm_menu_0214163523_3.menuBorder=0;
       mm_menu_0214163523_3.menuLiteBgColor='#ffffff';
       mm_menu_0214163523_3.menuBorderBgColor='#555555';
       mm_menu_0214163523_3.bgColor='#555555';
      window.mm_menu_0214163523_4 = new Menu("root",120,18,"Arial, Helvetica, sans-serif",10,"#ffffff","#000000","#990033","#cccccc","left","middle",3,0,1000,-5,7,true ,true,true,0,false,false);
      mm_menu_0214163523_4.addMenuItem("Satisfied Customers","window.open('http://www.nes-group.com/customerssay.htm', '_self');");
      mm_menu_0214163523_4.addMenuItem("Awards","window.open('http://www.nes-group.com/awards.htm', '_self');");
       mm_menu_0214163523_4.fontWeight="bold";
       mm_menu_0214163523_4.hideOnMouseOut=true;
       mm_menu_0214163523_4.menuBorder=0;
       mm_menu_0214163523_4.menuLiteBgColor='#ffffff';
       mm_menu_0214163523_4.menuBorderBgColor='#555555';
       mm_menu_0214163523_4.bgColor='#555555';
      window.mm_menu_0214163523_5 = new Menu("root",151,18,"Arial, Helvetica, sans-serif",10,"#ffffff","#000000","#990033","#cccccc","left","middle",3,0,1000,-5,7,true ,true,true,0,false,false);
      mm_menu_0214163523_5.addMenuItem("Projects In Progress","window.open('http://www.nes-group.com/projectsinprogress.htm', '_self');");
      mm_menu_0214163523_5.addMenuItem("Recently Completed Projects","window.open('http://www.nes-group.com/recentlycompleted.htm', '_self');");
      mm_menu_0214163523_5.addMenuItem("News &amp; Events","window.open('http://www.nes-group.com/news.htm', '_self');");
       mm_menu_0214163523_5.fontWeight="bold";
       mm_menu_0214163523_5.hideOnMouseOut=true;
       mm_menu_0214163523_5.menuBorder=0;
       mm_menu_0214163523_5.menuLiteBgColor='#ffffff';
       mm_menu_0214163523_5.menuBorderBgColor='#555555';
       mm_menu_0214163523_5.bgColor='#555555';
      window.mm_menu_0214163523_6 = new Menu("root",151,18,"Arial, Helvetica, sans-serif",10,"#ffffff","#000000","#990033","#cccccc","left","middle",3,0,1000,-5,7,true ,true,true,0,false,false);
      mm_menu_0214163523_6.addMenuItem("E-Mail Us","window.open('http://www.nes-group.com/emailus.htm', '_self');");
      mm_menu_0214163523_6.addMenuItem("Employment Opportunities","window.open('http://www.nes-group.com/employment.htm', '_self');");
      mm_menu_0214163523_6.addMenuItem("Directions","window.open('http://www.nes-group.com/directions.htm', '_self');");
       mm_menu_0214163523_6.fontWeight="bold";
       mm_menu_0214163523_6.hideOnMouseOut=true;
       mm_menu_0214163523_6.menuBorder=0;
       mm_menu_0214163523_6.menuLiteBgColor='#ffffff';
       mm_menu_0214163523_6.menuBorderBgColor='#555555';
       mm_menu_0214163523_6.bgColor='#555555';
      mm_menu_0214163523_6.writeMenus();
    } // mmLoadMenus()
    //-->
    </script>
    <script language="JavaScript1.2" src="mm_menu.js"></script>
    <link href="Images/homepagetext.css" rel="stylesheet" type="text/css">
    </head>
    <script type="text/javascript">
    var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
    document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
    </script>
    <script type="text/javascript">
    try {
    var pageTracker = _gat._getTracker("UA-9171796-1");
    pageTracker._trackPageview();
    } catch(err) {}</script>
    <body topmargin="0" onLoad="MM_preloadImages('MenuImages/BankNewportmenu_r2_c2_f2.jpg','MenuImages/BankNewpor tmenu_r2_c4_f2.jpg','MenuImages/BankNewportmenu_r2_c6_f2.jpg','MenuImages/BankNewportmenu_ r2_c8_f2.jpg','MenuImages/BankNewportmenu_r2_c10_f2.jpg','MenuImages/BankNewportmenu_r2_c1 2_f2.jpg','MenuImages/BankNewportmenu_r2_c14_f2.jpg');">
    <table width="766" border="0" align="center" cellpadding="0" cellspacing="0">
      <tr>
        <td width="766">      <table border="0" cellpadding="0" cellspacing="0" width="766">
    <!-- fwtable fwsrc="BankNewport_.png" fwbase="BankNewportmenu.jpg" fwstyle="Dreamweaver" fwdocid = "742308039" fwnested="0" -->
      <tr>
       <td width="19"><img src="MenuImages/spacer.gif" width="19" height="1" border="0" alt=""></td>
       <td width="44"><img src="MenuImages/spacer.gif" width="44" height="1" border="0" alt=""></td>
       <td width="35"><img src="MenuImages/spacer.gif" width="35" height="1" border="0" alt=""></td>
       <td width="52"><img src="MenuImages/spacer.gif" width="52" height="1" border="0" alt=""></td>
       <td width="36"><img src="MenuImages/spacer.gif" width="36" height="1" border="0" alt=""></td>
       <td width="65"><img src="MenuImages/spacer.gif" width="65" height="1" border="0" alt=""></td>
       <td width="32"><img src="MenuImages/spacer.gif" width="32" height="1" border="0" alt=""></td>
       <td width="110"><img src="MenuImages/spacer.gif" width="110" height="1" border="0" alt=""></td>
       <td width="34"><img src="MenuImages/spacer.gif" width="34" height="1" border="0" alt=""></td>
       <td width="80"><img src="MenuImages/spacer.gif" width="80" height="1" border="0" alt=""></td>
       <td width="31"><img src="MenuImages/spacer.gif" width="31" height="1" border="0" alt=""></td>
       <td width="98"><img src="MenuImages/spacer.gif" width="98" height="1" border="0" alt=""></td>
       <td width="29"><img src="MenuImages/spacer.gif" width="29" height="1" border="0" alt=""></td>
       <td width="86"><img src="MenuImages/spacer.gif" width="86" height="1" border="0" alt=""></td>
       <td width="14"><img src="MenuImages/spacer.gif" width="14" height="1" border="0" alt=""></td>
       <td width="10"><img src="MenuImages/spacer.gif" width="1" height="1" border="0" alt=""></td>
      </tr>
      <tr>
       <td colspan="15" rowspan="5">
         <script language="JavaScript1.2">mmLoadMenus();</script>
    <table border="0" cellpadding="0" cellspacing="0" width="766">
    <!-- fwtable fwsrc="BankNewportmenu.png" fwbase="BankNewportmenu.jpg" fwstyle="Dreamweaver" fwdocid = "742308039" fwnested="0" -->
      <tr>
       <td width="12"><img src="MenuImages/spacer.gif" width="12" height="1" border="0" alt=""></td>
       <td width="44"><img src="MenuImages/spacer.gif" width="44" height="1" border="0" alt=""></td>
       <td width="25"><img src="MenuImages/spacer.gif" width="25" height="1" border="0" alt=""></td>
       <td width="52"><img src="MenuImages/spacer.gif" width="52" height="1" border="0" alt=""></td>
       <td width="28"><img src="MenuImages/spacer.gif" width="28" height="1" border="0" alt=""></td>
       <td width="65"><img src="MenuImages/spacer.gif" width="65" height="1" border="0" alt=""></td>
       <td width="29"><img src="MenuImages/spacer.gif" width="29" height="1" border="0" alt=""></td>
       <td width="110"><img src="MenuImages/spacer.gif" width="110" height="1" border="0" alt=""></td>
       <td width="30"><img src="MenuImages/spacer.gif" width="30" height="1" border="0" alt=""></td>
       <td width="115"><img src="MenuImages/spacer.gif" width="115" height="1" border="0" alt=""></td>
       <td width="29"><img src="MenuImages/spacer.gif" width="29" height="1" border="0" alt=""></td>
       <td width="98"><img src="MenuImages/spacer.gif" width="98" height="1" border="0" alt=""></td>
       <td width="29"><img src="MenuImages/spacer.gif" width="29" height="1" border="0" alt=""></td>
       <td width="86"><img src="MenuImages/spacer.gif" width="86" height="1" border="0" alt=""></td>
       <td width="13"><img src="MenuImages/spacer.gif" width="13" height="1" border="0" alt=""></td>
       <td width="10"><img src="MenuImages/spacer.gif" width="1" height="1" border="0" alt=""></td>
      </tr>
      <tr>
       <td colspan="15"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="765" height="168">
         <param name="movie" value="FlashOnMenu/Flash2009/BankNewport2Flash2009.swf">
         <param name="quality" value="high">
         <embed src="FlashOnMenu/Flash2009/BankNewport2Flash2009.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="765" height="168"></embed>
       </object></td>
       <td><img src="MenuImages/spacer.gif" width="1" height="112" border="0" alt=""></td>
      </tr>
      <tr>
       <td rowspan="4"><img name="BankNewportmenu_r2_c1" src="MenuImages/BankNewportmenu_r2_c1.jpg" width="12" height="78" border="0" alt=""></td>
       <td><a href="#" target="_self" onMouseOut="MM_swapImgRestore();MM_startTimeout();" onMouseOver="MM_showMenu(window.mm_menu_0214163523_0,0,22,null,'BankNewportmenu_r2_c2');M M_swapImage('BankNewportmenu_r2_c2','','MenuImages/BankNewportmenu_r2_c2_f2.jpg',1);"><img name="BankNewportmenu_r2_c2" src="MenuImages/BankNewportmenu_r2_c2.jpg" width="44" height="14" border="0" alt=""></a></td>
       <td rowspan="4"><img name="BankNewportmenu_r2_c3" src="MenuImages/BankNewportmenu_r2_c3.jpg" width="25" height="78" border="0" alt=""></td>
       <td rowspan="3"><a href="#" onMouseOut="MM_swapImgRestore();MM_startTimeout();" onMouseOver="MM_showMenu(window.mm_menu_0214163523_1,0,22,null,'BankNewportmenu_r2_c4');M M_swapImage('BankNewportmenu_r2_c4','','MenuImages/BankNewportmenu_r2_c4_f2.jpg',1);"><img name="BankNewportmenu_r2_c4" src="MenuImages/BankNewportmenu_r2_c4.jpg" width="52" height="17" border="0" alt=""></a></td>
       <td rowspan="4"><img name="BankNewportmenu_r2_c5" src="MenuImages/BankNewportmenu_r2_c5.jpg" width="28" height="78" border="0" alt=""></td>
       <td><a href="#" onMouseOut="MM_swapImgRestore();MM_startTimeout();" onMouseOver="MM_showMenu(window.mm_menu_0214163523_2,0,22,null,'BankNewportmenu_r2_c6');M M_swapImage('BankNewportmenu_r2_c6','','MenuImages/BankNewportmenu_r2_c6_f2.jpg',1);"><img name="BankNewportmenu_r2_c6" src="MenuImages/BankNewportmenu_r2_c6.jpg" width="65" height="14" border="0" alt=""></a></td>
       <td rowspan="4"><img name="BankNewportmenu_r2_c7" src="MenuImages/BankNewportmenu_r2_c7.jpg" width="29" height="78" border="0" alt=""></td>
       <td rowspan="3"><a href="#" onMouseOut="MM_swapImgRestore();MM_startTimeout();" onMouseOver="MM_showMenu(window.mm_menu_0214163523_3,0,22,null,'BankNewportmenu_r2_c8');M M_swapImage('BankNewportmenu_r2_c8','','MenuImages/BankNewportmenu_r2_c8_f2.jpg',1);"><img name="BankNewportmenu_r2_c8" src="MenuImages/BankNewportmenu_r2_c8.jpg" width="110" height="17" border="0" alt=""></a></td>
       <td rowspan="4"><img name="BankNewportmenu_r2_c9" src="MenuImages/BankNewportmenu_r2_c9.jpg" width="30" height="78" border="0" alt=""></td>
       <td rowspan="2"><a href="#" onMouseOut="MM_swapImgRestore();MM_startTimeout();" onMouseOver="MM_showMenu(window.mm_menu_0214163523_4,0,22,null,'BankNewportmenu_r2_c10'); MM_swapImage('BankNewportmenu_r2_c10','','MenuImages/BankNewportmenu_r2_c10_f2.jpg',1);">< img name="BankNewportmenu_r2_c10" src="MenuImages/BankNewportmenu_r2_c10.jpg" width="115" height="15" border="0" alt=""></a></td>
       <td rowspan="4"><img name="BankNewportmenu_r2_c11" src="MenuImages/BankNewportmenu_r2_c11.jpg" width="29" height="78" border="0" alt=""></td>
       <td rowspan="2"><a href="#" onMouseOut="MM_swapImgRestore();MM_startTimeout();" onMouseOver="MM_showMenu(window.mm_menu_0214163523_5,0,22,null,'BankNewportmenu_r2_c12'); MM_swapImage('BankNewportmenu_r2_c12','','MenuImages/BankNewportmenu_r2_c12_f2.jpg',1);">< img name="BankNewportmenu_r2_c12" src="MenuImages/BankNewportmenu_r2_c12.jpg" width="98" height="15" border="0" alt=""></a></td>
       <td rowspan="4"><img name="BankNewportmenu_r2_c13" src="MenuImages/BankNewportmenu_r2_c13.jpg" width="29" height="78" border="0" alt=""></td>
       <td rowspan="2"><a href="#" onMouseOut="MM_swapImgRestore();MM_startTimeout();" onMouseOver="MM_showMenu(window.mm_menu_0214163523_6,0,22,null,'BankNewportmenu_r2_c14'); MM_swapImage('BankNewportmenu_r2_c14','','MenuImages/BankNewportmenu_r2_c14_f2.jpg',1);">< img name="BankNewportmenu_r2_c14" src="MenuImages/BankNewportmenu_r2_c14.jpg" width="86" height="15" border="0" alt=""></a></td>
       <td rowspan="4"><img name="BankNewportmenu_r2_c15" src="MenuImages/BankNewportmenu_r2_c15.jpg" width="13" height="78" border="0" alt=""></td>
       <td><img src="MenuImages/spacer.gif" width="1" height="14" border="0" alt=""></td>
      </tr>
      <tr>
       <td rowspan="3"><img name="BankNewportmenu_r3_c2" src="MenuImages/BankNewportmenu_r3_c2.jpg" width="44" height="64" border="0" alt=""></td>
       <td rowspan="3"><img name="BankNewportmenu_r3_c6" src="MenuImages/BankNewportmenu_r3_c6.jpg" width="65" height="64" border="0" alt=""></td>
       <td><img src="MenuImages/spacer.gif" width="1" height="1" border="0" alt=""></td>
      </tr>
      <tr>
       <td rowspan="2"><img name="BankNewportmenu_r4_c10" src="MenuImages/BankNewportmenu_r4_c10.jpg" width="115" height="63" border="0" alt=""></td>
       <td rowspan="2"><img name="BankNewportmenu_r4_c12" src="MenuImages/BankNewportmenu_r4_c12.jpg" width="98" height="63" border="0" alt=""></td>
       <td rowspan="2"><img name="BankNewportmenu_r4_c14" src="MenuImages/BankNewportmenu_r4_c14.jpg" width="86" height="63" border="0" alt=""></td>
       <td><img src="MenuImages/spacer.gif" width="1" height="2" border="0" alt=""></td>
      </tr>
      <tr>
       <td><img name="BankNewportmenu_r5_c4" src="MenuImages/BankNewportmenu_r5_c4.jpg" width="52" height="61" border="0" alt=""></td>
       <td><img name="BankNewportmenu_r5_c8" src="MenuImages/BankNewportmenu_r5_c8.jpg" width="110" height="61" border="0" alt=""></td>
       <td><img src="MenuImages/spacer.gif" width="1" height="61" border="0" alt=""></td>
      </tr>
    </table></td>
       <td><img src="MenuImages/spacer.gif" width="1" height="112" border="0" alt=""></td>
      </tr>
      <tr>
       <td><img src="MenuImages/spacer.gif" width="1" height="14" border="0" alt=""></td>
      </tr>
      <tr>
       <td><img src="MenuImages/spacer.gif" width="1" height="1" border="0" alt=""></td>
      </tr>
      <tr>
       <td><img src="MenuImages/spacer.gif" width="1" height="2" border="0" alt=""></td>
      </tr>
      <tr>
       <td><img src="MenuImages/spacer.gif" width="1" height="61" border="0" alt=""></td>
      </tr>
    </table>
    </td></tr>
      <tr>
        <td><table border="0" align="center" cellpadding="0" cellspacing="0">
          <tr>
            <td width="765" height="36" bgcolor="#FFFFFF"><img src="Images/line_whoweare_t.gif" width="765" height="36" align="texttop"></td>
            </tr>
          <tr>
            <td height="550"><div align="center">
              <table id="Table_01" width="765" height="572" border="0" cellpadding="0" cellspacing="0">
              <tr>
                <td height="47"><img src="MenuImages/whoweare/images/images/images/wwr1110_01_01.jpg" width="24" height="47"></td>
                <td><img src="MenuImages/whoweare/images/images/images/wwr1110_01_02.jpg" width="160" height="47"></td>
                <td><img src="MenuImages/whoweare/images/images/images/wwr1110_01_03.jpg" width="167" height="47"></td>
                <td><img src="MenuImages/whoweare/images/images/images/wwr1110_01_04.jpg" width="151" height="47"></td>
                <td><img src="MenuImages/whoweare/images/images/images/wwr1110_01_05.jpg" width="259" height="47"></td>
                <td><img src="MenuImages/whoweare/images/images/images/wwr1110_01_06.jpg" width="6" height="47"></td>
              </tr>
              <tr>
                <td height="145"><img src="MenuImages/whoweare/images/images/images/wwr1110_01_07.jpg" width="24" height="145"></td>
                <td><img src="MenuImages/whoweare/images/images/images/wwr1110_01_08.jpg" width="160" height="145"></td>
                <td><img src="MenuImages/whoweare/images/images/images/wwr1110_01_09.jpg" width="167" height="145"></td>
                <td><img src="MenuImages/whoweare/images/images/images/wwr1110_01_10.jpg" width="151" height="145"></td>
                <td background="MenuImages/whoweare/images/images/images/wwr1110_01_11.jpg"><font color="#660000" size="3" face="Verdana, Arial, Helvetica, sans-serif"><strong>NES
                          Group</strong></font><strong><font size="1" face="Verdana, Arial, Helvetica, sans-serif"> is a leader in providing all aspects <br>
                          of bank design and
                          project management for your new or existing facilities. <br>
                          <br>
    The services we provide range from site <br>
    acquisition, space planning,
                      and construction through bank products and furnishings<br>
                      <br>
    </font><font size="1">One Source... One Company... Working together
                          <br>
                          for the future.</font><font size="1" face="Verdana, Arial, Helvetica, sans-serif">                      </font></strong></td>
                <td><img src="MenuImages/whoweare/images/images/images/wwr1110_01_12.jpg" width="6" height="145"></td>
              </tr>
              <tr>
                <td><img src="MenuImages/whoweare/images/images/images/wwr1110_01_13.jpg" width="24" height="119"></td>
                <td><img src="MenuImages/whoweare/images/images/images/wwr1110_01_14.jpg" width="160" height="119"></td>
                <td><img src="MenuImages/whoweare/images/images/images/wwr1110_01_15.jpg" width="167" height="119"></td>
                <td><img src="MenuImages/whoweare/images/images/images/wwr1110_01_16.jpg" width="151" height="119"></td>
                <td><img src="MenuImages/whoweare/images/images/images/wwr1110_01_17.jpg" width="259" height="119"></td>
                <td><img src="MenuImages/whoweare/images/images/images/wwr1110_01_18.jpg" width="6" height="119"></td>
              </tr>
              <tr>
                <td><img src="MenuImages/whoweare/images/images/images/wwr1110_01_19.jpg" width="24" height="149"></td>
                <td><img src="MenuImages/whoweare/images/images/images/wwr1110_01_20.jpg" width="160" height="149"></td>
                <td><img src="MenuImages/whoweare/images/images/images/wwr1110_01_21.jpg" width="167" height="149"></td>
                <td><img src="MenuImages/whoweare/images/images/images/wwr1110_01_22.jpg" width="151" height="149"></td>
                <td><img src="MenuImages/whoweare/images/images/images/wwr1110_01_23.jpg" width="259" height="149"></td>
                <td><img src="MenuImages/whoweare/images/images/images/wwr1110_01_24.jpg" width="6" height="149"></td>
              </tr>
              <tr>
                <td><img src="MenuImages/whoweare/images/images/images/wwr1110_01_25.jpg" width="24" height="112"></td>
                <td><img src="MenuImages/whoweare/images/images/images/wwr1110_01_26.jpg" width="160" height="112"></td>
                <td><img src="MenuImages/whoweare/images/images/images/wwr1110_01_27.jpg" width="167" height="112"></td>
                <td><img src="MenuImages/whoweare/images/images/images/wwr1110_01_28.jpg" width="151" height="112"></td>
                <td><img src="MenuImages/whoweare/images/images/images/wwr1110_01_29.jpg" width="259" height="112"></td>
                <td><img src="MenuImages/whoweare/images/images/images/wwr1110_01_30.jpg" width="6" height="112"></td>
              </tr>
              </table>
            </div>
            </td>
            </tr>
        </table></td>
      </tr>
      <tr>
        <td><div align="center"><font size="2" face="Verdana, Arial, Helvetica, sans-serif"> </font> <font color="#000000" size="1" face="Verdana, Arial, Helvetica, sans-serif"><em>Copyright &copy; 2010
        NES Group, Inc. All rights reserved.</em></font></div></td>
      </tr>
    </table>
    </body>

  • Even though I have LCD font smoothing disabled, Mountain Lion still uses it in PDF views, Safari's location bar, Mail's message view, and the dialogs for mounting encrypted disk images.

    Even though I have LCD font smoothing disabled, Mountain Lion still uses it in PDF views, Safari’s location bar, Mail’s message view, and the dialogs for mounting encrypted disk images. Is there any solution to this problem? Also diabled the Smoothing in the SystemPrefs and also via Terminal. Font smoothing is still there. Very annoying, especially in PDF attachments in Apple Mail.

    Try feeding Safari a user-defined CSS file with font-smoothing tweaks (including none). The filename and its filesystem location are arbitrary. Use your favorite coding editor.
    Safari > Preferences > Advanced > Style Sheet:
    Here is an example with all elements uncommented. Pick the one that works best for your Safari viewing and comment out the others:
    Preview. Try Preview > Preferences > PDF > Smooth text and line art (uncheck)

  • Why does my spry accordian look good in live view and switch back to default in safari

    i am new to dreamweaver and have started my first page-
    step one inserted a picture as a background
    step 2 inserted a spry accordian and have spent hours trying to configure it - my dreamweaver wont allow me to type any information in the design view so i worked out how to get around that in the code - so i put in the labels - changed the font
    then i got rid of any color by adding the hex value #0.0 (transparent) in the spryaccordian.css page  - which has worked really well in the live view ( and works in opera) but when i check it in safari it has reverted back to the default settings - it hasnt even kept the font settings
    i would also like to put quite a lot of information in the content panels (pictures, subscriber list, links ect, essentially whole pages) is this possible
    hoping someone can help me
    kind regards
    mandy evans

    Have a look at the following, just copy and paste into a new document in code view.
    <!DOCTYPE HTML>
    <html>
    <head>
    <meta charset="utf-8">
    <title>Untitled Document</title>
    <script src="SpryAssets/SpryAccordion.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryAccordion.css" rel="stylesheet" type="text/css">
    <style>
    html {
        background-color: #FF9;
    body {
        width: 960px;
        margin: auto;
    .Accordion {
        font: 14px "Comic Sans MS", cursive;
        color: #090;
    .AccordionPanelTab,
    .AccordionPanelOpen .AccordionPanelTab,
    .AccordionFocused .AccordionPanelTab,
    .AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
        background-color: transparent;
    </style>
    </head>
    <body>
    <div id="Accordion1" class="Accordion" tabindex="0">
      <div class="AccordionPanel">
        <div class="AccordionPanelTab">Label 1</div>
        <div class="AccordionPanelContent">Content 1</div>
      </div>
      <div class="AccordionPanel">
        <div class="AccordionPanelTab">Label 2</div>
        <div class="AccordionPanelContent">Content 2</div>
      </div>
    </div>
    <script type="text/javascript">
    var Accordion1 = new Spry.Widget.Accordion("Accordion1");
    </script>
    </body>
    </html>
    Gramps

  • How to block user create personal view and select ALL VIEW?

    How to block user create personal view and select ALL VIEW?

    Hello,
    >create personal view
    To restrict creating personal view, you need to modify your existing permission level or create new one. Login with admin account to your site and open role.aspx page (http://siteurl/_layouts/role.aspx). Then click on existing permission or add new permission
    level-->and move to "Personal Permissions" section-->uncheck "Manage Personal Views - Create, change, and delete personal views of lists" option. Later you can assign this permission to all users, whom you don't want
    to allow to create.
    >and select ALL VIEW
    Since SP does not supports view level permission directly so you have to use custom solution or use below designer solution to restrict user to open any view.
    http://www.codeproject.com/Articles/433486/How-to-set-view-level-permissions-out-of-the-box-i
    Hope it could help
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • Why my adobe lightbox gallery widget works well on "live view" and not well in the browsers?

    Hi I need help with adobe lightbox gallery.I am building a website using dreamweaver cs5.
    My problem is that the gallery works perfect in "live view" but when I check it in the browsers the pictures do not show at all.
    What am I doing wrong .Please help.
    Thank you

    Hi All:
    From my experience with other people having problems with the widget, here are some things you can check when it doesn't work:
    Names with uppercase characters: Some servers don't see a difference between "images" and "Images" but most of them do: Check that the paths to the folders and files are correctly written. I encourage people to use always lowercase characters. Same applies to spaces (I prefer to use an underscore instead)
    "scripts" folder: I've also found that some servers don't allow a folder called "scripts". You should change both the folder name and the paths in the main document.
    Paths: This is the most common one: Make sure that the paths to the required files are correct. In theory, you shouldn't find this when the document is at the site root. If the document is inside a folder, sometimes files' location and related paths may vary. If you are using CS5 or above, a good trick is using the related files toolbar and check whether DW can find and open the files.
    Upload all the required files: Some users forget to upload the "lightbox" folder, located inside "images". That folder contains the images used by the lightbox to work (nav and close buttons, for example). And also check that the paths to those images is correct. In this case, you can edit the paths in the parameters that you will find in the script code added to the document (names are quite self explanatory and every param is commented, so this shouldn't be a problem)
    I hope this helps.

  • CS4 -new interface oddities... Live view and others MAC

    Hi folks, I'm running into a few small problems and not sure
    where the
    buttons are now to fix it.
    One, the live view apparently is using Print CSS instead of
    my screen css
    and I can't figure out how to fix it. The screen css is
    checked in the
    rendering box, but I'm still getting a print layout... (is
    there a way to
    get those icons back like they were in CS3 where you select
    the buttons for
    rendering styles? )
    Two, although the related CSS files will update and show the
    asterisk when
    modifying them in the main page's CSS panel, you cannot
    select the related
    file name in the bar across the top and press upload.
    Apparently you have to
    open it as a separate file to upload it??
    Three, sometimes the pages' top bar opens beneath the search
    bar, or
    whatever you call that full width bar across the top of the
    window, and
    because you cannot access the top of the open page, you
    cannot grab and move
    it. It is mostly annoying. Is there another way to grab and
    move. This
    problem isn't limited to DW, it exists also in Photoshop...
    ~~~~~~~~~~~~
    Jefferis Peterson, Pres.
    Web Design and Marketing
    http://www.PetersonSales.com

    Jefferis,
    > One, the live view apparently is using Print CSS instead
    of my screen css
    > and I can't figure out how to fix it. The screen css is
    checked in the
    > rendering box, but I'm still getting a print layout...
    (is there a way to
    > get those icons back like they were in CS3 where you
    select the buttons for
    > rendering styles? )
    The Style Rendering toolbar is off by default. You can turn
    it on here:
    View > Toolbars
    The Style Rendering settings do not affect Live View. It's
    always
    "screen". Live View uses the WebKit rendering engine that's
    used in
    Safari: does your page look different from Safari? Note that
    there's a
    Windows beta version of Safari available from apple.com if
    you don't
    have a Mac.
    > Two, although the related CSS files will update and show
    the asterisk when
    > modifying them in the main page's CSS panel, you cannot
    select the related
    > file name in the bar across the top and press upload.
    Apparently you have to
    > open it as a separate file to upload it??
    Correct. Another way to do it is, when focus is in the
    Related File you
    want to upload, use Site > Locate in Site, and then upload
    from the
    Files Panel.
    > Three, sometimes the pages' top bar opens beneath the
    search bar, or
    > whatever you call that full width bar across the top of
    the window, and
    > because you cannot access the top of the open page, you
    cannot grab and move
    > it. It is mostly annoying. Is there another way to grab
    and move.
    Yeah, that's annoying. You can dock the Application Bar to
    the top of
    the screen to prevent that.
    HTH,
    Randy

  • Why do Graphics Disappear in Live View with CS5.5

    I just upgraded to CS5.5 from MX2004. I am running win7 pro.
    When "Live View" is selected, the graphics disappear and are replaced by placeholders.
    What is happening?
    Thank you
    JAL

    PPro before the cloud does not support crossfire... and that may cause problems
    Dual Card SLI http://forums.adobe.com/thread/872941
    -problem http://forums.adobe.com/thread/872103
    USB2 hard drive is too slow for video editing
    External eSata or USB3 are both fast enough for video editing... eSata is better - http://forums.adobe.com/thread/1117813
    ONE possibility is this $47 USB3 dock with fan http://www.amazon.com/StarTech-SuperSpeed-Docking-Station-Cooling/dp/B0055PL2YI

  • Webpage looks good with tranparent boxes and photo background in live view but not in browsers

    If anyone has time to help I would be very grateful.   I am new to dreamweaver and am trying to make a webpage with transparent colums and boxed text using styles.  It looks perfect in "live view" but when I look at it in any browser all formatting is gone.  It looks like the background with text on top layed out wrapped across the entire page.   I have not been able to figure out what is wrong in days of searching.  Does anyone know the answer?
    This first the format I want and is what it looks like in Live View, the second is what it looks like in most browsers.
    Here is the code I used:
    </style>
    <link href="../styles/tcastyles.css" rel="stylesheet" type="text/css">
    <style type="text/css">
    body {
              background-image: url(bamboo.JPG);
              margin-left: 150px;
    a:link {
              color: #600;
              text-decoration: none;
    a:visited {
              text-decoration: none;
    a:hover {
              text-decoration: none;
    a:active {
              text-decoration: none;
              font-family: Verdana, Geneva, sans-serif;
              font-size: 12px;
              font-weight: bold;
    a {
              font-size: 12px;
    body,td,th {
              font-family: Verdana, Geneva, sans-serif;
    .container .faqs h2 {
              line-height: 40px;
    .container .faqs ul li {
              text-align: left;
    .footer {
              padding: 5;
              position: relative;
              clear: both;
    </style>
    <div class="container">
      <div class="header"><span class="menutable"></span><img border="0" src="navigate_projects.jpg" width="307" height="167" usemap="#FPMap0" alt="The Conservation Agency - Project Menu" align="absmiddle" />
        <map name="FPMap0">
          <area shape="rect" coords="132, 112, 172, 127" href="asia.htm" alt="Asia" />
          <area shape="rect" coords="138, 92, 286, 110" href="west.htm" alt="Western Hemisphere" />
          <area shape="rect" coords="138, 73, 279, 89" href="flamingos.htm" alt="British Virgin Islands" />
          <area shape="rect" coords="131, 55, 249, 72" href="turkscaicos.htm" alt="Turks and Caicos" />
          <area shape="rect" coords="121, 35, 244, 52" href="newengland.htm" alt="Narragansett Bay" />
          <area shape="rect" coords="103, 17, 306, 32" href="coyote.htm" alt="Narragansett Bay Coyote Study " />
          <area shape="rect" coords="121, 128, 173, 144" href="pacific.htm" alt="Pacific" />
        </map>
      </div>
      <div class="menu">
        <table width="100%" border="0" align="center" id="menutable">
          <tr>
            <td height="30" align="center" valign="middle"><p><strong><a href="mission.htm">Mission</a></strong></p></td>
            <td height="30" align="center" valign="middle"><p><strong><a href="pubs.htm">Publications</a></strong></p></td>
            <td height="30" align="center" valign="middle"><p><strong><a href="projects.htm">Projects</a></strong></p></td>
            <td height="30" align="center" valign="middle"><p><strong><a href="opps.htm">Opportunities</a></strong></p></td>
            <td height="30" align="center" valign="middle"><p><strong><a href="sponsors.htm">Sponsors</a></strong></p></td>
            <td height="30" align="center" valign="middle"><p><strong><a href="coyote.htm">NBCS</a></strong></p></td>
            <td height="30" align="center" valign="middle"><p><strong><a href="guana.htm">Guana</a></strong></p></td>
            <td height="30" align="center" valign="middle"><p><strong><a href="tca.htm">Contact us</a></strong></p></td>
            <td height="30" align="center" valign="middle"><p><strong><a href="index.htm">Home</a></strong></p></td>
          </tr>
        </table>
      </div>
      <div class="banner">Narragansett Bay Coyote Study</div>
      <d/div>
          <div class="box739">
            <h3>What does NBCS Do?</h3>
            <p>Since 2004 The Narragansett Bay Coyote Study (NBCS) has been developing science-based coexistence and management strategies for our newest top predator.  Coyotes, originally a prairie species, have successfully colonized all parts of the continental and nearshore us in the past 100 years. They reached the islands of Narragansett Bay in the mid-1990s. Since then coyotes have become increasingly abundant and problematic in some island communities.</p>
            <p>In our history of cohabitation with coyotes people consistently  tried to eliminate them by hunting, trapping, and poisoning. Lethal removal  worked for individual problem animals but did not work as a population control strategy. Why? Coyotes have intrinsic physiological and behavioral abilities to control their own numbers. If coyotes are removed they increase reproduction and numbers rapidly rebound. The critical population regulation trigger is competition for food. As long as coyotes are well fed (with few coyotes competing for food) their populations will grow. </p>
            <p>It is also known that opposite effect occurs if coyotes if coyotes are stressed by competition for food. If there are too many coyotes competing for the food available coyotes will drop the the level sustainable by those resources.</p>
            <p>Understanding this relationship, NBCS scientists decided to study the resource use of coyotes on two islands in Narragansett Bay, Rhode Island. We used GPS tracking collars to find out where the coyotes were spending thier time. We theorized that if we could identify important coyote food resources - and control them - the coyotes would bring their own numbers down. NBCS calls this &quot;passive coyote management.&quot;</p>
            <p> Since 2005 when we trapped and collared our first island coyotes we have continually found that the most important food resources to our study are provided by people. That means they are within our control That means we can control coyotes. If we remove anthropogenic resources (human subsidies) coyote numbers will drop to the level sustainable by natural resources. When coyotes are sustained only by natural prey (mice, woodchucks, rabbits, geese, and deer) coyotes numbers will be lower and they will provide helpful pest control services. </p>
            <p>Based our scientific data NBCS generated a set of <a href="coyotes/Best Management Practices for Coexistence with Coyotes - Nov 8 2010.pdf" target="_new">Best Management Practices for Coexistence with Coyotes</a>- basically a toolbox for safe, sustainable, community coyote management. We are working with the towns in our study area to adopt the CBMPs and be the first community in the nation to successfully and sustainably manage coyotes. We also believe other cities and towns might be able to use our results as a template if they are experiencing coyote problems. We have only just begun to implement the CBMPs on our islands. We hope in the near future to have all our towns implementing the CBMPs - only then will we see the full impacts they make on coyote numbers and behavioral problems. You can follow our progress on this website.</p>
          </div>
          <div class="footer">
            <table width="100%" border="0" cellspacing="5">
              <tr>
                <td>Return to top</td>
                <td><a href="mailto:[email protected]">[email protected]</a></td>
              </tr>
            </table>
          </div>
        </div>
      </div>
      <p> </p>
    </div>iv class="faqs">
        <h2>FAQs</h2>
        <ul>
          <li>How do coyotes control their own population numbers?</li>
          <li>bla bla bla</li>
        </ul>
      </div>
      <div class="content">
        <div class="clearbox">
          <div class="col1">
            <h3>Middletown Adopts the CBMPs and passes a No-Feeding Ordinance!</h3>
          </div>
          <div class="col2">
            <h3>Pilot, Java, and the Valley Pack</h3>
          <
    And here are the styles:
    .container {
              height: 1500px;
              width: 975px;
              border: 8px solid #660000;
              float: left;
    .header {
              float: left;
              height: 170px;
              width: 975px;
              background-color: #033000;
    .menu {
              background-color: #FFC;
              float: left;
              height: 30px;
              width: 975px;
              font-family: Verdana, Geneva, sans-serif;
              font-size: 9px;
              color: #660000;
              font-weight: bold;
              margin-bottom: 5px;
    .table {
              font-family: Verdana, Geneva, sans-serif;
              font-size: 8px;
              font-weight: bold;
    .banner {
              float: left;
              height: 100px;
              width: 739px;
              font-family: Verdana, Geneva, sans-serif;
              font-size: 37px;
              font-weight: bold;
              color: rgba(0,51,0,1);
              background-color: rgba(255,255,204,.7);
              text-align: center;
              line-height: 75px;
              border-radius: 5px;
              padding: 5px;
              margin: 5px;
    .clearbox {
              float: left;
              height: auto;
              width: 760px;
    .box739 {
              width: 739px;
              float: left;
              height: auto;
              background-color: rgba(255,255,204,.7);
              font-size: 12px;
              color: rgba(0,51,0,1);
              border-radius: 5px;
              padding: 5px;
              margin: 5px;
    .faqs {
              float: right;
              height: 620px;
              width: 205px;
              font-family: Verdana, Geneva, sans-serif;
              font-size: 12px;
              font-style: normal;
              line-height: normal;
              overflow: scroll;
              background-color: rgba(255,255,204,.7);
              margin: 5px;
              border-radius: 5px;
              font-weight: bold;
              color: rgba(0,51,0,1);
              text-align: center;
    .col1 {
              float: left;
              height: 500px;
              width: 359px;
              background-color: rgba(255,255,204,.7);
              font-size: 12px;
              border-radius: 5px;
              color: rgba(0,51,0,1);
              margin: 5px;
              padding: 5px;
    .col2 {
              float: left;
              height: 500px;
              width: 359px;
              background-color: rgba(255,255,204,.7);
              font-size: 12px;
              border-radius: 5px 5px 5px 5px;
              color: rgba(0,0,0,1);
              padding: 5px;
              margin: 5px;
    .footer {
              position:relative;
              clear: both;
              background-color: rgba(255,255,204,1);
              font-size: 12px;
              color: rgba(0,51,0,1);

    Helo thanks for responding .  I think it uploads...  It says it does as an assocaiated file when I put to the website.  But that sounds like it is the issue. Those format commands seem to be the one it is ignoring.  I am not familiar with html but I see that the href command is what identifies the path to the file I call TCAStyles.  I notice that dw puts all my files in a local public file and the structure is different - with no public file - at the site.
    I am not sure what the 2 dots in the href command mean - there is not a full path.  Is this command valid?  I will try to look into the directory structure on local and remote site and will check for files.

  • Live view and permalinks, discover and stylesheets

    Hi!
    I have been pretty bad in using Dreamweavers features in general.
    I'm just using Code-view, upload every change, and view the result in a browser.
    This is a very time consuming way to work when it comes to small details like CSS.
    I have to questions about this:
    First. When I use discover it finds every PHP-file the current file is depending on. But not stylesheets.
    I make dynamic sites and has to open the stylesheet everytime a need to change everyting.
    I'd like to just click on the class/id I like to change in the dynamic file and the use the CSS-style tab to change information.
    ATM I have to include a <link /> to the stylesheet in every single file in the project.
    Is it posible to define one for the entire site?
    Second: About the LIve View. Live View would be great to use. How every, as I make dynamic sites I need to alter the urls.
    Instead of using http://www.site.com/site.php it should run http://www.site.com/site/ and include all HTML a broswer would see on that URL.
    Since the sites stylesheet and structure is in the index-file, http://www.site.com/site.php would generate a file with just the content of site.php and now structure or stylesheets what so ever.
    Is this posible?
    Thank you in advance!

    1.  I'm going to need a little more explanation to understand exactly what you are doing.  You are saying that with a dynamic file it is not finding your CSS.  Where is the CSS?  How is it included within the file structure?  Eg: Is it in the file you have open, in a file through an include, included locally vs remote?
    2.  I've noticed this as well that rewriting does not appear to work with Live View.  But remember if it is to be implemented you would have to assume that a user could be using a IIS, Coldfusion or Unix-based server for this.  For this you would need to file a feature request ( https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform ).  And in the latter part of your port, what I believe you are referring to is a current limitation of LiveView.  As noted with the users who they advertised could use it for WordPress, Adobe has said to see the site you will need to load the Index file to see what is going on because the Index file is the one that is processing all the data and requires the necessary includes, whereas the included file doesn't necessarily contain enough data to be processed as a standalone file.

Maybe you are looking for

  • How can I sync my iPhoto Library from my iMac to my iPad?

    How can I sync my iPhoto Library from my iMac to my iPad?

  • Most recent episode not automatically downloading

    Hello, My podcast seems to be valid according to feedvalidator.org, but it's not automatically downloading the most recent episode when I subscribe to it. I've read about other's having this same issue but it was always because they had errors in the

  • Including one program into another

    I have a big java program and it contains lot of data declarations. I want to have all these declarations in another java program and include that program into my main prorgram. How do i do it?? Please help me out in this. Thanks in advance...

  • IPhone 4s/BlueTooth/IOS6 update

    I have not had a good experience with the IO6 update.  I have an iPhone 4s.  When I updated my phone other day, I lost all of my contacts for some reason,  I was able to recover them, but the next thing  I noticed was that my Bluetooth  (Plantronics

  • How do i put the spaces icon back on my dock?

    By mistake i removed the spaces icon from my dock, and i cant find a way to put it back. Can anyone tell me the best way to do this?