Preview in browser meltdown

I've always had never ending issues with DW and previewing, but now it just does not work at all, so I'm in tears and basically helpless.
If you can't preview, the software is almost useless.
I have no idea what to do.
At last time working I was previwing in Firefox. But now I click and nothing happens.
The browser preview list shows firefox at the top. All other are greyed out. Why are they greyed out always?
I also cannot seem to change primary or secondary browswers.
I can' t seem to get anything in this respect to work properly.
Any ideas appreciated. thanks.

Which OS?
Which version of DW?

Similar Messages

  • Preview In Browser Not Working With Safari 3.0 On Mac

    When using the "Preview in Browser" command from DW CS3, the
    file address information is incorrect when previewed in Safari 3.0.
    I don't recall this being a problem before I updated my Mac to
    Tiger. Anyone else had any problems with this?
    Thanks,
    cloud9indusrties

    If the address information is incorrect you should double
    check your paths. Also, consider using the computer's IP address if
    you can as opposed to the localhost address. All you would need to
    make that work is to just turn on Web Sharing in the preferences
    (this turns on Apache web server). I have found this to be a much
    more reliable method on the Mac.
    Also, please make sure, if you have not already done so, that
    Safari is the latest version (meaning the final release and not the
    beta), because there were issues with the beta that I had.

  • When previewed in browser or on the server the path of my web site repeats folders. However the "href" in the html code does not show the repetition in the path.

    If someone could help me on this one, this would be great. I am creating a web site that has several departments. I have categorized and saved each department in a main folder called "departments" and a subfolder for each one. In the Dreamweaver code view the pop-up menu links seem to show up properly, but when I preview in browser or upload to server "page not found" comes up because for some reason the address changes. Some parts of the address seem to be appearing twice, sometimes the entire path will appear twice as shown below:
    http://www.graphicmechanic.com/DEKALBCOUNTY/departments/parks-and-recreation/departments/p arks-and-recreation/pr-arabiamtn-map.html
    that is incorrect and it takes me to "web page cannot be found".
    It is obviously repeating the folders (hence the "departments/parks-and-recreation" twice. The correct link is:
    http://www.graphicmechanic.com/DEKALBCOUNTY/departments/parks-and-recreation/pr-arabiamtn- map.html
    The link issues are happening in the pop-up menu. For example if you go to http://www.graphicmechanic.com/DEKALBCOUNTY/departments/parks-and-recreation/pr-arabiamtn. html and rollover the link called "Arabia Mountain" in the links to the left side of the page, then click the pop-up menu link entitled "Arabia Mountain Map" that's where the problem occurs.
    Can anyone tell me how I can fix this problem. I don't know what I should do with the code since it already appears correct in html view.
    Please help if you can...
    Thanks in advance for any possible help you can provide...

    XonoBoom wrote:
    It is obviously repeating the folders (hence the "departments/parks-and-recreation" twice. The correct link is:
    http://www.graphicmechanic.com/DEKALBCOUNTY/departments/parks-and-recreation/pr- arabiamtn-map.html
    The link issues are happening in the pop-up menu.
    This problem usually happens when the menu is either a server-side include or a library item using links relative to the document. When you reference a page at a different level of the folder hierarchy, the document-relative links no longer point to the correct destination.
    Change the links in the menu to be relative to the site root.
    A document-relative link usually looks like this:
    <a href="../products/index.html">Products</a>
    A link relative to the site root begins with a forward slash like this:
    <a href="/products/index.html">Products</a>

  • Preview in Browser and Adobe Browser Lab show website differently? Please help

    Hi...working on my first website and I have a question about the differences in viewing the site through
    choosing file...preview in browser....
    from within Dreamweaver, and using the Adobe Browser Lab to view the website.
    There seems to be a very significant difference between the two. When I preview firefox from within dreamweaver, my site is just how I want it.
    When I go to browser lab, it is...well... a disaster.
    I'm attaching screenshots of the two as well as my code, so it can show how different they are. Here is a screenshot of the website as it looks when I use the preview in browser function from within dreamweaver to view it in firefox. This is how I'd like it to look.
    And here is a screenshot of what it looks like when I preview it in Adobe Browser Lab in Firefox.
    The quote is underneath the logo, the left div text is flowing over the center div, the nav bar graphics are too narrow, the photo is hanging outside the div it should be contained in. Not what I want.
    Does anyone have any insight into how I would fix this or which version is correct?
    I'm stumped. This is my first website: shouldn't these two things be similar? And which one is correct?
    and here is my code:
    <!DOCTYPE HTML>
    <html>
    <head>
    <meta charset="UTF-8">
    <title>Your Career Direction Career and College Counseling</title>
    <style type="text/css">
    <!--
    @font-face {
        font-family: 'museo_sans_500regular';
        src: url('museosans-500-webfont.eot');
        src: url('museosans-500-webfont.eot?#iefix') format('embedded-opentype'),
             url('museosans-500-webfont.woff') format('woff'),
             url('museosans-500-webfont.ttf') format('truetype'),
             url('museosans-500-webfont.svg#museo_sans_500regular') format('svg');
        font-weight: normal;
        font-style: normal;
    @font-face {
        font-family: 'museo_sans_500italic';
        src: url('museosans-500italic-webfont.eot');
        src: url('museosans-500italic-webfont.eot?#iefix') format('embedded-opentype'),
             url('museosans-500italic-webfont.woff') format('woff'),
             url('museosans-500italic-webfont.ttf') format('truetype'),
             url('museosans-500italic-webfont.svg#museo_sans_500italic') format('svg');
        font-weight: normal;
        font-style: normal;
    @font-face {
        font-family: 'binary_itcregular';
        src: url('binaritcbol-webfont.eot');
        src: url('binaritcbol-webfont.eot?#iefix') format('embedded-opentype'),
             url('binaritcbol-webfont.woff') format('woff'),
             url('binaritcbol-webfont.ttf') format('truetype'),
             url('binaritcbol-webfont.svg#binary_itcregular') format('svg');
        font-weight: normal;
        font-style: normal;
    }body {
        margin: 0;
        padding: 0;
        color: #000;
        font-size: 100%;
        line-height: 1.4;
        background-image: url(images/background.gif);
        background-repeat: repeat;
    /* ~~ Element/tag selectors ~~ */
    ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
        padding: 0;
        margin: 0;
    h1, h2, h3, h4, h5, h6, p {
        margin-top: 0;     /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
        padding-right: 15px;
        padding-left: 15px;
        font-family: "Museo Sans 500", "Museo Sans 500 Italic", "Museo 700", "Museo 500", "Museo 300", Arial;
    h1 strong {
        color: #C60651;
        font-size: 90%;
        font-family: "Binary ITC Bold";
    h1 strong em {
    a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
        border: none;
    /* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
    a:link {
        color:#414958;
        text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
    a:visited {
        color: #4E5869;
        text-decoration: underline;
    a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
        text-decoration: none;
    /* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
    .container {
        width: 80%;
        max-width: 1260px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
        min-width: 780px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
        background: #FFF; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
        margin-top: 0;
        margin-bottom: 0;
        margin-right: auto;
        margin-left: auto;
        font-family: "Museo Sans 500", "Museo Sans 500 Italic", "Museo 700", "Museo 500", "Museo 300";
        border-right-width: thick;
        border-left-width: thick;
        border-right-style: solid;
        border-left-style: solid;
        border-right-color: #C60651;
        border-left-color: #C60651;
    /* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
    .header {
        padding-top: 40px;
        font-family: "Museo Sans 500", "Museo Sans 500 Italic", "Museo 700", "Museo 500", "Museo 300", Arial;
    #Quote {
        float: right;
        clear: left;
        margin-right: 50px;
    /* ~~ These are the columns for the layout. ~~
    1) Padding is only placed on the top and/or bottom of the divs. The elements within these divs have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.
    2) No margin has been given to the columns since they are all floated. If you must add margin, avoid placing it on the side you're floating toward (for example: a right margin on a div set to float right). Many times, padding can be used instead. For divs where this rule must be broken, you should add a "display:inline" declaration to the div's rule to tame a bug where some versions of Internet Explorer double the margin.
    3) Since classes can be used multiple times in a document (and an element can also have multiple classes applied), the columns have been assigned class names instead of IDs. For example, two sidebar divs could be stacked if necessary. These can very easily be changed to IDs if that's your preference, as long as you'll only be using them once per document.
    4) If you prefer your nav on the right instead of the left, simply float these columns the opposite direction (all right instead of all left) and they'll render in reverse order. There's no need to move the divs around in the HTML source.
    .sidebar1 {
        float: left;
        width: 15%;
        padding-bottom: 10px;
        margin-top: 40px;
        border-top-color: #FFF;
        border-left: #FFF;
        margin-left: 25px;
        background-color: #FFF;
        font-family: "Museo Sans 500", "Museo Sans 500 Italic", "Museo 700", "Museo 500", "Museo 300", Arial;
    .content {
        width: 60%;
        float: left;
        margin-top: 40px;
        padding-top: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        padding-left: 0;
        font-family: "Museo Sans 500", "Museo Sans 500 Italic", "Museo 700", "Museo 500", "Museo 300", Arial;
    .sidebar2 {
        float: left;
        width: 30%;
        background-color: #D3CCB2;
        margin-top: 40px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0;
        border-top-color: #FFF;
        border-right-color: #FFF;
        border-bottom-color: #FFF;
        border-left-color: #FFF;
        border-right-width: 5px;
        font-family: "Museo Sans 500", "Museo Sans 500 Italic", "Museo 700", "Museo 500", "Museo 300", Arial;
    /* ~~ This grouped selector gives the lists in the .content area space ~~ */
    .content ul, .content ol {
        padding-top: 0;
        padding-right: 25px;
        padding-bottom: 15px;
        padding-left: 60px;
        font-family: "Museo Sans 500", "Museo Sans 500 Italic", "Museo 700", "Museo 500", "Museo 300";
        font-size: 100%;
        color: #666;
    #Quote {
        float: right;
        clear: both;
    /* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
    ul.nav {
        list-style: none; /* this creates the space between the navigation on the content below */
        font-family: "Museo Sans 500", "Museo Sans 500 Italic", "Museo 700", "Museo 500", "Museo 300", Arial;
        line-height: 250%;
    .nav {
        font-family: "Museo Sans 500", "Museo Sans 500 Italic", "Museo 700", "Museo 500", "Museo 300", Arial;
    ul.nav li {
        font-family: "Museo Sans 500", "Museo Sans 500 Italic", "Museo 700", "Museo 500", "Museo 300", Arial;
    ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
        padding: 5px 5px 5px 15px;
        display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
        text-decoration: none;
        color: #333333;
        background-color: #FFF;
        font-family: "Museo Sans 500", "Museo Sans 500 Italic", "Museo 700", "Museo 500", "Museo 300", Arial;
    ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
        color: #C60651;
        font-family: "Museo Sans 500", "Museo Sans 500 Italic", "Museo 700", "Museo 500", "Museo 300", Arial;
        background-color: #FFF;
        background-image: url(images/navbar2.gif);
    /* ~~The footer ~~ */
    .footer {
        padding: 10px 0;
        position: relative;/* this gives IE6 hasLayout to properly clear */
        clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
    /* ~~miscellaneous float/clear classes~~ */
    .fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
        float: right;
        margin-left: 8px;
    .fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
        float: left;
        margin-right: 8px;
    .clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
        clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    .container .content {
        width: 50%;
        font-size: large;
    #footer {    width: 100%;
        background-color: #FFF;
    .container .sidebar2 h4 img {
        padding-left: 20px;
        padding-top: 0px;
    .sidebar2 p img {
        border: medium solid #C60651;
    #Insert_logo2 {
        border-top-width: 4px;
        border-right-width: 4px;
        border-bottom-width: 4px;
        border-left-width: 4px;
        border-top-color: #fff;
        border-right-color: #fff;
        border-bottom-color: #fff;
        border-left-color: #fff;
    .container .content p .content strong {
        font-family: "Museo Sans 500", "Museo Sans 500 Italic", "Museo 700", "Museo 500", "Museo 300", Arial;
    .container .content .content {
        font-family: "Museo Sans 500", "Museo Sans 500 Italic", "Museo 700", "Museo 500", "Museo 300", Arial;
    .container .content ul li strong {
        font-family: "Museo Sans 500", "Museo Sans 500 Italic", "Museo 700", "Museo 500", "Museo 300", Arial;
        font-size: 95%;
        line-height: 150%;
        list-style-type: disc;
    test {
        font-family: "Binary ITC Bold";
    .container .sidebar2 p img {
        margin-right: auto;
        margin-left: auto;
        border-top-width: medium;
        border-right-width: medium;
        border-bottom-width: medium;
        border-left-width: medium;
        border-top-color: #C60651;
        border-right-color: #C60651;
        border-bottom-color: #C60651;
        border-left-color: #C60651;
    li strong {
        line-height: 130%;
        list-style-type: circle;
        color: #978980;
    .container .content ul {
    .container .sidebar1 .nav {
        margin-top: 10px;
        margin-bottom: 10px;
    .nav li a {
        background-image: url(images/navbar2.gif);
        background-repeat: no-repeat;
        background-position: right center;
        left: auto;
        right: auto;
        clip: rect(auto,auto,auto,auto);
    .container .sidebar1 h6 {
        padding: 0px;
        color: #000000;
    #footer h3 strong {
        font-size: 60%;
        color: #978980;
    .container .content p {
        padding-left: 5%;
        padding-right: 5%;
        font-family: "Museo Sans 500", "Museo Sans 500 Italic", "Museo 700", "Museo 500", "Museo 300", Arial;
    .container .sidebar2 p {
        padding-right: 8%;
        padding-left: 8%;
        padding-top: 5px;
    #Insert_logo2 #Insert_logo2 {
        padding-left: 15px;
    .container .content ul {
        color: #C60651;
    h6 {
        color: #000;
        font-family: "Museo Sans 500", "Museo Sans 500 Italic", "Museo 700", "Museo 500", "Museo 300", Arial;
    .sidebar1 h8 strong {
        font-size: 80%;
        font-family: "Museo Sans 500", "Museo Sans 500 Italic", "Museo 700", "Museo 500", "Museo 300";
    .container .sidebar1 h7 {
        font-size: 40%;
        color: #978980;
    .h7 {
        font-family: "Museo Sans 500", "Museo Sans 500 Italic", "Museo 700", "Museo 500", "Museo 300", Arial;
        font-size: 15%;
    .container .sidebar1 h8 {
        font-family: "Museo Sans 500", "Museo Sans 500 Italic", "Museo 700", "Museo 500", "Museo 300", Arial;
    -->
    </style><!--[if lte IE 7]>
    <style>
    .content { margin-right: -1px; } /* this 1px negative margin can be placed on any of the columns in this layout with the same corrective effect. */
    ul.nav a { zoom: 1; }  /* the zoom property gives IE the hasLayout trigger it needs to correct extra whiltespace between the links */
    </style>
    <![endif]--></head>
    <body>
    <div class="container">
      <div class="header"><!-- end .header -->
        <p class="clearfloat"><a href="#" id="Insert_logo2"><img src="images/YCD-logo-tag-RGB-web-SM.gif" alt="Insert Logo Here" name="Insert_logo" width="638" height="110" id="Insert_logo2" style="background: #FFF
        ; display:block;" /></a></p>
        <div id="Quote"><img src="images/quote.gif" alt="Choose a job you love" width="355" height="81"></div>
        <p class="clearfloat"> </p>
      </div>
      <div class="sidebar1">
        <ul class="nav">
          <li><a href="#">Home</a></li>
          <li><a href="#">Students</a></li>
          <li><a href="#">Parents/Educators</a></li>
          <li><a href="#">Professionals</a></li>
          <li><a href="#">Bio/Contact</a></li>
          <li><a href="#">Q &amp; A Blog</a></li>
          <li><a href="#">Testimonials</a></li>
        </ul>
        <p> </p>
        <p> </p>
        <p> </p>
        <h8><strong>Your Career Direction</strong><br></h8>
        <h6>96 Harvard Avenue<br>
        Maplewood NJ 07040<br>
        [email protected]<br>
        (973) 996-0207</h6>
        <h7>© Your Career Direction, LLC, 2012<br>
      </h7>
        <p> </p>
      </div>
      <div class="content">
        <h1><strong><img src="images/Whether-you-are.gif" width="266" height="48" alt="Whether you are"></strong></h1>
        <ul>
          <li><strong>Considering your college choices &amp; career options</strong></li>
          <li><strong>Preparing for the world of work after college</strong></li>
          <li><strong>Seeking a new position to further your career</strong></li>
          <li><strong>In-transition and considering new opportunities</strong></li>
          <li><strong>Seeking to make a significant and meaningful career</strong> <strong>change</strong></li>
        </ul>
        <p> </p>
        <h1><img src="images/One-thing-is-for-sure.gif" width="310" height="38" alt="One thing is for sure"></h1>
        <p>We all need to direct our own careers, our own lives!</p>
    <p>Given today's competitive job market, global economy, and changed corporate culture, we can no longer depend upon others to ensure our professional futures. Choosing or changing your career direction requires self-reflection, career education and an action plan. </p>
    <p> Building a successful and rewarding career requires linking your interests, education and skills, with trending industries, job opportunities and your experience.  It takes making smart decisions about your college major, vocational training and continuing education options. With motivation, persistence and top notch job search skills, you can succeed in finding a path to building a career that is right for you.</p>
    <p>At Your Career Direction, we are your advocate. We listen, assess, strategize, inspire, counsel, and network on your behalf. With a personalized, holistic approach, we'll work with you to help you create an action plan; a path designed to get you to where you want to go. </p>
    <p> </p> 
    <!-- end .content --></div>
      <div class="sidebar2">
        <p><img src="images/Counselingastudent.gif" width="321" height="256" alt="Lisa Mark counseling a student"></p>
        <p>By combining an understanding of your interests and current skills with what&rsquo;s happening in today's marketplace we&rsquo;re able to partner with you to develop new career ideas, target companies, and generate job and internship opportunities. We provide step by step assistance to ensure success in your written communications, presentation skills, job search, interviews and life choices.</p>
    <p>At Your Career Direction, YOUR career is our passion. Our mission is to educate and counsel you to choose your own path in life and become what you want to be. </p>
    <p> </p>
    <p> </p>
      <!-- end .sidebar2 --></div>
      <div class="footer">
        <div id="footer">
          <h3 align="center"> </h3>
        </div>
        <p> </p>
      <!-- end .footer --></div>
    <!-- end .container --></div>
    </body>
    </html>
    Thanks for your help.

    You are using % widths for your layout which means it will look different depending of the size of each users monitor. Although this is probably the better way to go these days, it is not one size fits all and will work more effectively if you include min and max widths, and also media queries that change your layout depending on the monitor size. This is more advanced coding and will take time if you want to do that. Alternatively, you could design using pixel widths and have it look consistent across all desktop browsers and throw a few media queries in for the mobile side.
    Responsive Web Design
    http://coding.smashingmagazine.com/2011/01/12/guidelines-for-responsive-web-design/#more-7 5660
    More on Media Queries
    http://mobile.smashingmagazine.com/2010/07/19/how-to-use-css3-media-queries-to-create-a-mo bile-version-of-your-website/

  • Error message with Preview in Browser

    When I click on &quot;Preview in Browser&quot; in
    Dreamweaver 8.0 it takes me to a custom error page on our website
    that says &quot; page not found&quot;. For example here is
    the URL it creates for the temporary view page:
    http://ftp.svunet.org/htdocs/annual_conference/TMPfi1yavu5db.htm.
    Why is it trying to create a page on our server and not on my hard
    drive?

    Why is it
    > trying to create a page on our server and not on my hard
    drive?
    Did you define a testing server for this site, and enter the
    remote info?
    That's about the only way this will happen.
    do you need a testing server? is there asp/php/etc dynamic
    server side
    scripting? If not- go into the site definition, click the
    Advanced tab, and
    in the Testing server category, set access to None.
    Alan
    Adobe Community Expert, dreamweaver
    http://www.adobe.com/communities/experts/

  • Preview in browser stopped working

    Running CS4 version 10 build 4117 and today when I went to do some work I cannot use "preview in browser"
    Edit List has both firefox and IE listed but when I click the globe it tells me no browsers selected.
    tried removing browsers and re-selecting them but still no browsers listed
    Very annoying ..   I have seen some threads about previous versions having this problem, and I have also seen the firefox 3.6 threads but none of those are the answer to this. 

    More info.
    With a fresh session, Firefox seems to work okay. Once trying
    to preview with IE 7 then DW stops responding. Restarting DW, then
    Firefox no longer works also.

  • Is there a way to use the preview in browser function without an Internet connection?

    This morning our cable modem was down and I was making some changes to a page in a Muse site I'm designing. I wanted to preview the changes in a browser, but when I clicked on the Preview button (or clicked on preview in browser), I received a notification that it was checking for an Internet connection and the preview page never completed. Is there a way to use the preview in browser function in Muse without an Internet connection?

    Thanks for getting back to me! When our cable modem went down, we were still connected to Airport Base Station, and perhaps it appeared to Muse that we did have an Internet connection. In any case, we have now received a new cable modem and our network is working again. As you suggested, I disconnected from the network and tried preview in Muse again, and now it seems to be working just fine. Perhaps it was just the circumstances of our network problem this morning. Good to know I can use the Muse Preview function off-line!

  • Will not display images in preview in browse

    Hello:
    I am new to fireworks and am attempting to make a simple pop up menu but am having trouble viewing the image.  First, I converted a .jpeg image to a button. I then put menu pop-up functions on this button.  When I displayed it in preview with browser, the pop-up images displayed, but there was an "x'd" out image where the original should have been. 
    I was curious about why this was, figured that there was a problem with the file that I imported, and so I decided to just use one of the library's buttons.  Again - the original button was "x'd" out but the pup-up functions displayed.
    I therefore decided to go even more basic and simply painted an image gray and attempted to preview in browser.  Again, "x'd" out image.
    Can someone please tell me how to fix this??  It is driving me INSANE!!!!
    The crazy thing is that earlier this morning, everything was working just fine.  The images would display perfectly.  Now, they are gone and I am at witt's end trying to figure out what the heck is going on.
    If ANYONE could please help me, I would be in such gratitude.
    Thanks
    Ben (noob to web design)

    If you think you're insane now, try maintaining those pop up menus.
    As far as I know, these menus have not been updated since FW 8, so 
    they are at least two versions old.
    Save yourself a lot of grief by avoiding those menus. There are many 
    other products on the market which do a much better job of creating 
    and maintaining this type of navigation structure.
    Read this link before you climb any higher on this slippery slope:
    http://apptools.com/rants/jsmenu.php
    There was another blog post by the fellow who originally wrote the pop 
    up menu feature, but I can't seem to locate it. Even he says stay away 
    from them.
    Not the answer you probably want, but I hope it helps, nonetheless.
    Jim Babbage

  • Preview in browser not showing changes in muse

    I am trying to preview my changes in Muse but it's not showing any updates.  I've doubled checked updates and shut down my laptop to reboot but still not working.

    Hi there,
    Could you tell me which version are you using, is it Muse CC or Muse CC 2014?
    Also tell the Operating system that you have?
    Have you checked both Preview in Muse and preview in browser? Try with clearing the browser cache.
    Also, when you preview in browser, could you copy the address it shows in the address bar and paste it in the address bar of any other browser like Firefox or Chrome, see if it shows changes there?
    Thanks.

  • 'Space after' style not applying to text in 'preview in browser' (chrome) or export modes.

    Hi all,
    I seem to run into this issue everytime I have two paragraph style applied within one text container.
    If I include a heading and apply a paragraph style which includes 'space after' and then some text below with another style it does not appear in either 'preview in browser' (Chrome) or in the exported html. The text appears butted up against each other. Please keep in mind there are no other paragraph or character styles applied to this container.
    It works if I 'unlink style from selection'.
    However this is extremely frustrating when you have a text heavy site with multiple paragraph styles - it effectively renders paragraph styles useless and generates excessive CSS code and a very time-consuming process if I need to go back and alter the paragraph styles.
    Does anyone else experience this issue? Can anyone shed some light on this?
    I need to get this site through to my client ASAP and would rather have a professional CSS file rather than one full of work-arounds.
    Adobe, please respond ASAP.
    Kind regards,
    Adam

    For two separate paragraph styles to work in one text container in muse,
    you need to use a hard return.
    You would use Character Styles if you want to use two specific styles inside one text container
    with just a "en space" between the text.
    This is based on using Muse generated CSS and not going into the CSS files after Muse generated the code and altering to modify the look.
    See attached file:

  • Preview in browser is not working in Bridge CS6. There also does not seem to be an option to change browsers.

    I am trying to create a web gallery in CS6. I have done this before in Photoshop with CS3, but now that it has changed to bridge it doesn't seem to work for me. There is no preview option within Bridge which is a bit frustrating, but I at least have the "preview in browser" options. Except, when I hit "preview in browser", my browser opens but it just opens to the current window open - I am not getting a preview at all. The only way I can seem to preview is to save the file, then open it in the browser - but this way I cannot play with the various settings and I am finding it very frustrating.
    There should be a way in Bridge to change the default browser. Perhaps my browser settings are not allowing it to open, however, I cannot find an option to switch it open in another browser... also very frustrating.
    This extremely simple web gallery creator, which I have used easily in CS3, seems to be less user friendly in Bridge.
    Any ideas on how to change browsers or fix the browser I am currently using to use the "preview in browser" button?

    I am trying to create a web gallery in CS6. I have done this before in Photoshop with CS3, but now that it has changed to bridge it doesn't seem to work for me. There is no preview option within Bridge which is a bit frustrating, but I at least have the "preview in browser" options. Except, when I hit "preview in browser", my browser opens but it just opens to the current window open - I am not getting a preview at all. The only way I can seem to preview is to save the file, then open it in the browser - but this way I cannot play with the various settings and I am finding it very frustrating.
    There should be a way in Bridge to change the default browser. Perhaps my browser settings are not allowing it to open, however, I cannot find an option to switch it open in another browser... also very frustrating.
    This extremely simple web gallery creator, which I have used easily in CS3, seems to be less user friendly in Bridge.
    Any ideas on how to change browsers or fix the browser I am currently using to use the "preview in browser" button?

  • Adobe Edge Animate CC won't preview in Browser

    I am writing a review on Adobe Edge Animate CC. Loving the program until I tried to preview it in a browser.
    I am on a PC, using latest version of Firefox, and IE10. The only thing that is viewable in either browser is a static image.
    The animation runs perfectly "within" the Edge Animate CC program.
    Need to resolve this problem, as I would hate to give the program a bad review, especially if it is something that I'm doing wrong.
    Thanks for any help you can give,
    Dee Marie

    Thanks for your response to my question.
    The animation I created was very simple one.
    The Original Animation (that I could not view in any browser)
    1. Resized the Stage and changed the background color
    2. Created a "moon" shape from the Ellipse Tool, adding a silver color and inverted shadow
    3. Animated "moon" shape using Motion Paths
    4. Added a font from Edge Web Fonts (clicking the Add Fonts within the Edge Web Fonts box), changed font color and size
    Saved each step as I created them
    The first time I tried to create the above animation it would not animate when previewed in browser.
    TODAY: I started from scratch.
    The only thing that I did differently: after saving "each" step, I clicked preview in browser.
    To my surprise, each time I added an additional step the animation worked perfectly when I clicked "preview in browser"
    Not sure what I did wrong the first time ... as I stated above, the only thing that I did differently this time was to click the "preview in browser" between each step (after first saving each step).
    So, whatever I did, it is now working perfectly!
    Thanks again for your helpful response.
    Sincerely,
    Dee Marie

  • Browsers greyed out in Preview in Browser

    Hi
    I'm using DW 8.0.2. I have the following browsers installed:
    - IE7
    - Firefox 2
    - Mozilla 1.7
    - Safari 3.0.2
    - Opera 9.1
    In Preview in Browser (either from the File menu or the tool
    bar), all but
    Firefox (& the option to edit the list) are greyed out. I
    have IE set as
    primary, and can preview using that by hitting F12. Safari is
    set as
    Secondary, and Ctrl-F12 works for that. But the only one I
    can actually
    click on in the list is Firefox. I can't preview with Mozilla
    or Opera at
    all.
    I'm running Vista Ultimate. They all worked fine on my XP
    machine (except
    Safari which wasn't installed). Any suggestions?
    Thanks
    Dave

    Hi
    I checked that on all of them - they are still greyed out.
    And like I say,
    both IE & Opera work with the shortcut keys - I just
    can't click on them (or
    the others) in the list.
    Dave Addison

  • Preview In Browser defaults to Print Dialog Window??

    Hi!
    I am using DW CS3 and every now and then, when I press F12
    instead of my site being previewed in the browser, it opens the
    print window. I have checked my Preview in Browser settings and
    they are correct.
    I use F12 for Opera and Ctrl+F12 for IE7 ....
    Is there a way to fix this problem?? The last time this
    happened it righted itself after rebooting my computer, but this
    time it didn't and I have rebooted twice as well as deleted the
    settings for both browsers and set them up again.
    Please help!

    Sounds like a computer issue to me. I've never seen that
    reported here
    before....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "jarodsafehouse71" <[email protected]> wrote
    in message
    news:gl22m8$6im$[email protected]..
    > Hi!
    >
    > I am using DW CS3 and every now and then, when I press
    F12 instead of my
    > site
    > being previewed in the browser, it opens the print
    window. I have checked
    > my
    > Preview in Browser settings and they are correct.
    >
    > I use F12 for Opera and Ctrl+F12 for IE7 ....
    >
    > Is there a way to fix this problem?? The last time this
    happened it
    > righted
    > itself after rebooting my computer, but this time it
    didn't and I have
    > rebooted
    > twice as well as deleted the settings for both browsers
    and set them up
    > again.
    >
    > Please help!
    >

  • Preview in browser internet explorer for mac

    I use a Mac running Leopard and use Safari as my web browser.
    When I try to "preview in browser" in DW, Internet explorer is not
    available. Can I run it on mac and where do a get a compatible
    version--and preferably without spending a lot of $.

    internet explorer for the mac hasn't been supported by MS for
    years. Honestly, it's not worth even looking at it.
    To view your work in IE for win users, consider getting
    something like VMWare Fusion or Parallels or just simply using
    BootCamp (which comes with Leopard), to install Windows XP/Vista
    onto your Mac.

Maybe you are looking for