Firefox layout issue, help!

I am working on a site for a local non-profit club and have a
question about how firefox views the pages. In safari the page
looks fine, but in firefox two images that are side by side in a
table are supposed to fuse together seamlessly, but they are
offset. The site is
www.upstatecruisers.net
so you can see what I am talking about. The issue is with the top
heading image that says "Upstate Cruisers.net" and the image on the
left of it. In firefox you can see that the images don't line up,
however in Safari they do.
My question is how can I get the two images to line up
correctly in firefox. Can some one take a look at my code and give
me a hand? I am somewhat of a novice. Thanks!!

gehn wrote:
> I am working on a site for a local non-profit club and
have a question about
> how firefox views the pages. In safari the page looks
fine, but in firefox two
> images that are side by side in a table are supposed to
fuse together
> seamlessly, but they are offset. The site is
http://www.upstatecruisers.net
so
> you can see what I am talking about. The issue is with
the top heading image
> that says "Upstate Cruisers.net" and the image on the
left of it. In firefox
> you can see that the images don't line up, however in
Safari they do.
>
> My question is how can I get the two images to line up
correctly in firefox.
> Can some one take a look at my code and give me a hand?
I am somewhat of a
> novice. Thanks!!
>
Click on the left image, and select the <td> cell it is
in. You can
choose that from the list which runs across the foot of the
design
window. You'll see that the image tag (at the foot of the
page is
highlighted once you have clicked on it). The <td> you
need to choose is
the first to the left of the image tag. Go to properties
inspector
(Window>Properties) and choose 'Top' from the 'Vert' drop
options.
Repeat the process for the image on the right.

Similar Messages

  • Firefox layout issue

    Hi all,
    I'm trying to implement a "simplegallery" on a page. For some
    reason in Firefox on Mac and PC the gallery is shrinking. The page
    in question is here:
    http://johnduerler.com/headshotgallery/photos.html
    Should I put the gallery in a div? Is there a problem with
    the height of the gallery?
    Any help would be appreciated.
    Thanks,
    John

    .oO(John Ciccolini)
    >I figured it out.
    >Thanks
    You're welcome. ;-)
    Micha

  • Firefox layout issues, just upgraded to CS5 & having problems.

    http://www.juliepwebber.com
    Here is the code from dreamweaver.
    </table></td>       </tr>       <tr>         <td width="25" align="left" valign="top"> </td>        
    <td width="500" height="725" align="left" valign="top" style="overflow: auto; border-left-style: none; border-bottom-style: none; border-right-style: none; border-top-style: none; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px; border-top-width: 0px; bottom: 500px; left: 100px; right: 650px; top: 55px; z-index: 1; visibility: visible; position: absolute; width: 425px; height: 500px; float: none; clear: both; display: inline; white-space: normal; word-spacing: normal; vertical-align: text-top; text-indent: 0px; text-align: left; letter-spacing: normal; color: #FFF; text-transform: none; font-variant: normal; font-weight: normal; line-height: normal; font-style: normal; font-size: 13px; font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;"><p>She
    I got the position to work on other browers and I am confused about CSS inline styles.
    Please Advice.

    Why are you using inline CSS styles for this?
    Use external CSS for site wide styles. A separate physical file to which all your HTML pages are linked.
    http://alt-web.com/DEMOS/DW-Link-Stylesheet.shtml
    Use embedd CSS code for page specific styles.  Between the <head> & </head> tags in your HTML pages.
    Use inline CSS rarely if ever. 
    HINT: The only time I use inline CSS is for HTML emails.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com/

  • CSS Layout issue!! Help Urgent!!

    I am having a problem with creating a css layout, in the past i used tables and am trying to convert my sites for my customers. I have layed out the website using divs and css and it looks great until i put in the cosing of the menu bar. when i put in the coding for the menu bar suddenly the bar has a padding around it but i cannot find a padding that would change this in the css coding. I need this done asap! so please help. ill show my coding below:
    this is the div coding:
    <div id=Nav>
       <ul class="dropdown" id="Bar"; width: 879px" name="Bar">
             <li class="style16" style="width: 161px; height: 22px">
       <a href="default.html" style="width: 146px">Home</a></li>
             <li class="style10" style="width: 169px; height: 23px">
       <a href="about.html" style="width: 153px">About</a></li>
         <li class="" style="height: 31px; width: 175px; left: 0px; top: 0px">
       <a href="Equipment.html" class="style18">
       <div class="style10" style="width: 156px; height: 20px;">
        Equipment</div>
       </a> <ul class="sub_menu">
                <li><a href="compressor.html">Air Compressors</a></li>
                <li><a href="compactions.html">Compaction</a></li>                            
                <li><a href="concrete.html">Concrete Equipment</a></li>
                <li><a href="forklifts.html">Fork Lifts</a></li>
                <li><a href="generators.html">Generators</a></li>                            
                <li><a href="groundthawing.html">Ground Thawing</a></li>
                <li><a href="heaters.html">Heaters</a></li>
                <li><a href="scissorlifts.html">Scissor Lifts</a></li>                            
                <li><a href="boomlifts.html">Boom Lifts</a></li>
                <li><a href="lighttowes.html">Light Towers</a></li>
                <li><a href="misc.html">Misc.</a></li>                            
                <li><a href="dirtequipment.html">Dirt Equipment</a></li>
                <li><a href="powertools.html">Power Tools</a></li>
                <li><a href="pumps.html">Pumps | Saws | Welders</a></li>                              
                     </ul>
             </li>
             <li style="width: 165px"><a href="locations.html">
       <div class="style10" style="width: 154px">
        Locations</div>
       </a>
               </li>
                 <li style="width: 180px"><a href="contact.html">
       <div class="style16" style="height: 24px">
        Contact Us</div>
       </a>         </li>
            </ul>
      </div>
    This is the css coding:
    #wrapper {
    width: 880px;
    margin-right: auto;
    margin-left: auto;
    background-color: #f4f4f4;
    #Navigation {
    background-image: url(Images/NAvigation%20BAr.jpg);
    background-repeat: no-repeat;
    width: 880px;
    visibility: visible;
    height: 3-px;
    vertical-align: top;
    Nav {
    vertical-align: top;
    margin: 0px;
    padding: 0px;
    clear: both;
    height: 20px !important;
    #wrapper1 {
    width: 876px;
    margin-right: auto;
    margin-left: auto;
    color: #F4F4F4;
    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(left, #716375 0%, #E8E8E8 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(left, #716375 0%, #E8E8E8 100%);
    /* Opera */
    background-image: -o-linear-gradient(left, #716375 0%, #E8E8E8 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #716375), color-stop(1, #E8E8E8));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(left, #716375 0%, #E8E8E8 100%);
    /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to right, #716375 0%, #E8E8E8 100%);
    margin-bottom: auto;
    #Bar {
    background-repeat: no-repeat;
    width: 880px;
    height: 28pt;
    overflow: visible;
    background-image: url(Images/NAvigation%20BAr.jpg);
    position: relative;
    vertical-align: top;
    #container {
    width: 880px;
    color: #000;
    background-color: #EDEDED;
    dominant-baseline: 578px;
    /* IE10 Consumer Preview */
    background-image: -ms-linear-gradient(left, #716375 0%, #E8E8E8 100%);
    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(left, #716375 0%, #E8E8E8 100%);
    /* Opera */
    background-image: -o-linear-gradient(left, #716375 0%, #E8E8E8 100%);
    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #716375), color-stop(1, #E8E8E8));
    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(left, #716375 0%, #E8E8E8 100%);
    /* W3C Markup, IE10 Release Preview */
    background-image: linear-gradient(to right, #716375 0%, #E8E8E8 100%);
    margin-bottom: auto;
    #content {
    float: left;
    color: #090;
    width: 580px;
    padding-right: 6px;
    background-color: #033;
    margin-top: 20px;
    .container {
    color: #000;
    background-color: #ff6;
    width: 876px;
    #expect {
    height: 164px;
    width: 294px;
    float: right;
    position: relative;
    background-color: #C90;
    margin-left: 582px;
    padding-top: 10px;
    #hours {
    float: left;
    height: 55px;
    width: 294px;
    line-height: 4px;
    word-spacing: normal;
    white-space: normal;
    display: inline;
    letter-spacing: normal;
    padding-top: 10px;
    font-size: 13pt;
    color: #000;
    margin-left: 586px;
    background-color: #F99;
    #footer {
    height: 76px;
    width: 880px;
    background-color: #CC0;
    clear: both;
    #cards {
    float: right;
    height: 31px;
    width: 294px;
    margin-left: 582px;
    padding-top: 10px;
    background-color: #F36;
    #contact {
    float: left;
    height: 328px;
    width: 293px;
    word-spacing: normal;
    white-space: normal;
    line-height: 1px;
    color: #000;
    display: inline;
    font-size: 14pt;
    background-color: #FFF;
    padding-top: 10px;
    margin-top: 20px;
    #header {
    background-image: url(Images/Proquip%20Logo/Proquip%20logo2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 885px;
    height: 126px;
    background-color: #000;
    margin-right: 2.5px;
    margin-left: 0px;
    #wrapper #container #contact p strong {
    color: #800000;
    font-size: 14pt;
    #wrapper #container #contact blockquote p a {
    color: #000;
    #wrapper #container #expect div {
    color: #900;
    font-size: 14pt;
    font-weight: bold;
    #wrapper #container #hours div {
    color: #900;
    font-size: 14pt;
    font-weight: bold;
    #box2 {
    background-image: url(Images/Option%201/Services/whitebox2.jpg);
    #box3 {
    background-image:url(Images/Option%201/Services/redbox2.jpg);
    background-repeat:no-repeat;
    background-position: center center;
    #gold {
    background-image:url(Images/Option%201/Logos/gold.gif);
    background-repeat:no-repeat;
    #white {
    background-image:url(Images/Option%201/ProQuip-Pics/box1.gif);
    background-repeat:no repeat;
    #forklift {
    background-image:url(Images/Option%201/ProQuip-Pics/34-01-4380.jpg);
    background-repeat:no-repeat;
    #scissorlift {
    background-image:url(Images/Option%201/ProQuip-Pics/jlg-scissor-lifts-21.jpg);
    background-repeat:no-repeat;
    /* Navigation Menu- Level one */
    ul {
    list-style: none
    ul.dropdown {
    font-size: 13pt;
    color: #000000;
    height: 25px;
    text-decoration: none !important;
    width: 860px;
    position: relative;
    vertical-align: top;
    ul#Bar.dropdown {
    width: 878px;
    position: relative;
    vertical-align: top;
    ul.dropdown li {
    font-weight: 600;
    float: left;
    zoom: 1;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13pt;
    display: block;
    width: 175px;
    color: #000000;
    top: 25px;
    text-decoration: none !important;
    text-align: center;
    ul.dropdown a:hover {
    color:#cc0000;
    ul.dropdown a:active {
    color: #000000;
    ul.dropdown li a {
    display: block;
    border-right: 1px solid#333;
    color: #000000;
    border-right-width: 1px;
    text-decoration: none !important;
    text-align: center;
    ul.dropdown li:last-child a {
    border-right:none; /* does not wotk in IE */
    text-decoration:none !important; } 
    ul.dropdown li.hover,
    ul.dropdown li.hover {
    color: #000000;
    position: relative;
    height: 28px;
    top: 0px;
    ul.dropdown li.hover a {
    color:#800000;
    /* Level Two Navigation */
    ul.dropdown ul {
    width: 180px;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 36%;
    display: block;
    float: left;
    color: #000000;
    text-decoration: none !important;
    height: 25px;
    ul.dropdown ul li {
    font-weight: normal;
    color: #000000;
    border-bottom: 1px solid #ccc;
    float: left;
    border-bottom-color: #c0c0c0;
    border-bottom-style: groove;
    display: block;
    background-color: #dbdbdb;
    text-decoration:none !important;
    /* IE 6&7 needs inline block */
    ul.dropdown ul li a {
    border-right: none;
    display: inline-block;
    height: 18px;
    line-height: 16px;
    color: #000000;
    width: 100%;
    text-decoration: none !important;
    /* Level Three Navigation */
    ul.dropdown ul ul {
    top: 100%;
    color: #000000;
    text-decoration: none !important;
    ul.dropdown li:hover>ul {
    visibility: visible;
    color: #000000;
    top: 30px;
    text-decoration: none !important;

    I have the site using tables up and running, this is a website for a client so I cant make a test site using that domain would it be ok if I screen shot'ed the problem?
    Date: Thu, 24 Apr 2014 12:19:44 -0700
    From: [email protected]
    To: [email protected]
    Subject: CSS Layout issue!! Help Urgent!!
        Re: CSS Layout issue!! Help Urgent!!
        created by Jon Fritz II in Dreamweaver support forum - View the full discussion
    Well, you're not using position:absolute, so you've got a big thumbs up from a bunch of us for that.
    Is there any chance you could post a link to this page on your server? It's much easier to troubleshoot from a browser than it is to rebuild the page from code fragments.
    If you haven't gone live with the page yet, create a folder called TEST in your site and save copies of the page and css there. Upload TEST and post a link to it here. Once the problem is found/fixed, delete TEST from the server.
    You can also attempt to use Firefox or Chrome to find your issue by right clicking > Inspect Element. All CSS that affects a given element will be displayed with file name and line numbers there.
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/6327947#6327947
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/6327947#6327947
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/6327947#6327947. In the Actions box on the right, click the Stop Email Notifications link.
               Start a new discussion in Dreamweaver support forum at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • The "From" column in my Yahoo! e-mail account is blank. I trouble-shot it with them to no avail and they determined it was probably an issue with Firefox. Please help!

    The "From" column in my Yahoo! e-mail account is blank. I trouble-shot it with them to no avail and they determined it was probably an issue with Firefox. Please help it has been like this since Monday! Furthermore, it appears fine when I view my Yahoo! e-mail while using the Google Chrome web browser.

    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    *Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Tools > Options > Privacy > Cookies: "Show Cookies"

  • Hey guyys .if some 1 from firefox team can help it wud be great......I was using firefox 3.6.3 on Mac OS 10.5.8 and Today I installed firefox 3.0(besides application folder) but not in same application folder like firefox 3.6.3 ...so now i had 2 firefox v

    hey guyys .if some 1 from firefox team can help it wud be great......I was using firefox 3.6.3 on Mac OS 10.5.8 and Today I installed firefox 3.0(besides application folder) but not in same application folder like firefox 3.6.3 ...so now i had 2 firefox version 3.6.3 and 3.0....I had 3.6.3 already open ..i closed it to... open 3.0 ....when i opened 3.0 it asked me to import settings i said no....it opened well.....then i close 3.0 and tried to open 3.6.3 version ...now it was a problem everything got lost sessions, bookmarks, add ons, etc....it went back to default ....when i had 2 profiles in 3.6.3.....can any pls help me on dis 1...is there a way to restore my sessions, bookmarks and add ons ??? I have uninstalled 3.0 version now....??? pls pls pls ....help
    == This happened ==
    Just once or twice
    == today

    It turns out that the problem had to do with network accounts, even though it was not clear at first.  Redirecting the program to the local machine's cache with a network home redirector script fixed the issue.  Thanks anyway.

  • Layout issue while trying Migrate Oracle Report to XML publisher Reports

    Hi
    I am trying to Convert Seeded Oracle Reports (rdf) to BI Publisher reports, in doing so encounter layout issues. The layout of the RTF , PDF or HTML generated by BI Publisher is different form the text, PDF or HTML outputs generated by the concurrent report. The problem with the BI Publisher template and out put
    Is, the lay out is getting distorted .
    Steps to archive the migration :
    -     download the rdf from the server to local m/c.
    -     execute Forms 9i Util rwconverter to generate a xml
    -     use the oracle.apps.xdo.rdfparser.RTFTemplateGenerator API to generate a RTF template of the report layout
    -     Then use this template to generate a XSL via oracle.apps.xdo.template.RTFProcessor API
    -     The Apply the XSL on the XML data output of the report using oracle.apps.xdo.template.FOProcessor to generate RTF , PDF & HTML files.
    Name of the Report used for migration “FSG - Report Detail Listing” , responsibility GL super User. This was just a random report we picked-up for trial.
    The layout of these files seems to distorted than the layout of the original report output as generated by the rdf report.
    Pls suggest some means to resolve this or any pointers towards what causing this could be of help.
    -     Shudipto

    The process of "converting" an old Oracle Reports rdf into a BIP report is more akin to writing a brand new report in BIP than to what most people would consider a true conversion.
    The conversion routine outlined by Oracle just gives you a starting point for converting RDF layouts into BIP, and nothing more. In regards to the data define it does somewhat better generating your queries and XML layout (but honestly, that is the easy part), but even for the data define it will lose your formula columns as well as report triggers.
    I have used the converter on several dozen rdf files and I have yet to see one that is better than 10-20% ready for use after the conversion process.
    I would strongly suggest that you only convert the reports that you have to convert (for enhancements, modifications, etc). If it ain't broke in old Oracle Reports, dont' try to fix it in BIP.
    Scott

  • Layout issue with af:tree component

    I am using af:tree component but I am finding layout issue with it. I have a requirement where in I need the tree to stretch to the available space but a horizontal and a vertical scrollbar comes up automatically. Is there a way to handle this issue?

    User, without your jdev version it's hard to help.
    Have you embedded the tree component in a stretch layout?
    Timo

  • Minor Layout Issue when Printing Invoices in Chrome (v20.0.1132.47)

    This is a relatively minor issue in the big scheme of things but a client of ours has reported a layout issue when bulk printing invoices in Chrome. It could be default browser behaviour which BC has no control over but I thought I’d submit it anyway.
    It occurs when you’re viewing the default Order Report (http://www.yourdomain.com/AdminConsole/#!/CRM/OrderList.aspx) in the BC v3 interface and you want to print invoices in bulk (see screenshot below).
    When you print invoices in bulk in Chrome they print on overlapping pages, as opposed to Firefox where each invoice will print on a separate page, which makes management much easier for our client. I’ve tried tinkering with the print settings inside of Chrome but I can seem to change it.
    Does anyone know a way around this or are we dealing with default browser behavior that is out of our hands?
    Cheers,
    Matt
    [email protected]

    Could someone assist please?
    I am having a similar problem.
    thanks

  • 11gR2- pdf report layout issue in chrome browser

    hi,
    We are using 11gR2(11.1.2) forms and reports,when we run reports as pdf in chrome browser it has layout issues, spacing,no data etc, but the same reports works fine on internet explorer 8.
    Is there any settings required in chrome browser, or report server?, please help with this issue.

    Did you ever solve this problem? I have the same problem... In IE it centers the report in the ReportViewer control but in Google Chrome the ReportViewer shows the report to the left... Left aligned.... What is the fix for this? Mike in Los Angeles, California,
    USA

  • MCU 4501 Content + Multipoint Call Layout Issue

    See Attachment if screenshots dont show up
    We host our multipoint calls on Codian 4501 running 4.5 and wondering how to fix the issue below:
    When multipoint call plus one endpoint sharing content = large content and all the video endpoints bunched into one 2x2 video box. This is what every room sees.
    What we are trying to get it to do is have the content large and separate endpoint streams like below. This was created using custom pane layout, which would require us to change on EVERY video conference hosted on the MCU (not ideal) I am thinking this is something to do with how the MCU or endpoint behaves with content channel and or BFCP/H.239....

    It's possible to do multistreaming now with TC7.3, but requires a virtual TPS, Conductor, and CUCM.  The only supported endpoints are the ones you mentioned, plus MX200/300.  You can read more about it in the TelePresence Server Release Notes, starting on pg 5 under "Enhanced layout experience".  I know it doesn't help your issue here with an MCU.
    I know there are some things I'd like to do with the MCU layouts msyelf, but its either too cumbersome to set up the layouts myself manually, or there is no easy option to help you in doing it.  I'm afraid you're left with doing it the hard way like you've done already, or live with the layout options you currently have on the MCUs, and use the endpoint's layouts to help get something that is easy on the eyes to visually see.

  • Flash player Update causing layout issues in Adobe Reader

    I did an updated to adobe flash player to version 15.0.0.239 and now the Adobe Reader XI (11.0.09) Layouts don't work,  only file list mode.
    Is there any way of fixing this? This new layout issue is going to cause issues since the whole appeal of using Acrobat Portfolios is the Presentation Layout views.
    Please help
    thanks!

    I have found sometimes you need to run Adobe's Flash uninstaller, before running the installer.
    Typically the first whole number of a version is usually a major upgrade, versus an update, and hence why the built-in update function fails to see the new version on many software.
    As for "safe", clone backup in case there is a feature you don't like about the new version, so you can always run it like it was before.
    https://discussions.apple.com/docs/DOC-1992
    You don't know how Adobe might alter the overall PDF frameworks on the computer when the upgrade is completed.  If you don't clone, you may find yourself stuck with whatever changes they make.

  • I updated to firefox 35.0 and cannot check to see add ons are updated it just spins I tried refreshing firefox and no help

    I cannot check for add on updates. the little arrow jus keeps spinning. tried refreshing firefox and no help. any ideas.

    ''FredMcD [[#answer-677983|said]]''
    <blockquote>
    I just ran the plugin updater, no problem.
    Start '''[https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode Firefox in Safe Mode]''' {web Link} by holding down the '''<Shift ''(Mac Options)'' >''' key, and then starting Firefox. Is the problem still there?
    Go to the web page. Once the page is loading, mouse to the address bar
    and '''Left''' click the icon. A window for displaying site information should
    come up. Select '''More Information.''' Now select '''Permissions.''' In the
    menu, find the plugins, and '''set all '''of them to '''Allow.'''
    This action will only effect that one site.
    </blockquote>
    I also think if you go to this Forum link this will help as well
    https://support.mozilla.org/en-US/questions/1041556

  • I've downloaded Firefox 4.0 six times but when I choose About Mozilla Firefox fromt he Help Menu it still shows version 3.6.16 - why isn't 4.0 downloading?

    I've keep downloading Firefox 4.0 but I don't think it is working because when I choose ABOUT MOZILLA FIREFOX from the HELP menu, it still show version 3.6.16. I haven't notice any increase of speed either. For quite a while also whenever I click the icon in the lower task bar to start up Firefox, the round cursor icon jumps around rather than rotating smoothly. I've tried many times to contact Firefox but only this morning did I finally find a way to email you. What is the problem that it isn't running smoothly? I double click the icon and it takes forever for Firefox homepage to come on the screen. I usually get impatient while waiting so I click the icon again. So when it does finally show the Firefox Home Page, I usually get 3 or 4 copies of it on top of each other. Why is it moving so slow. I was glad to see the 4.0 version but I can't seem to get it properly installed. What should I do?

    Firefox 4 beta versions install in a separate program folder (e.g. C:\Program files\Mozilla Firefox 4.0 Beta 10) and doesn't replace the current Firefox 3.6.x release.<br />
    So both versions are installed and you need to make sure that you click the desktop shortcut with to launch the Firefox version that you want.<br />
    If you do not have a shortcut to launch the Firefox 4 version then you need to create one.

  • Firefox 11 Issue with rollover buttons, or...?

    I've created a top-level navigation scheme in Muse, consisting of 4 tabs.
    Demand Generation | Marketing Automation | Marketing Operations | Blog
    The first tab's rollover functionality (Demand Generation) works fine, No matter where I move my mouse on this tab, the rollover works fine and the sub-menus display properly.
    The other 3 tabs seem to have gaps in the rollover hotspots. If you move your mouse across any of the text (Marketing Automation | Marketing Operations | Blog) you'll notice that the rollover functionality appears and then dissappears at different places along the text.The sub-menus also appear and dissapear at different spots as well.
    I've checked the 'Edit Together' box within the navigation, but can't figure out why only the first tab works and not the rest.
    BTW: This is only an issue in Firefox . It works fine in IE.
    Click here to see for yourself: http://www.crowds2crowds.com
    Any idea what might be happening? Is it just a Firefox 11 issue or something else. I've checked each tab in Muse and they are all configured exactly the same. Its very odd that only the first tab works.
    4/23/12 Update: This issue is also occuring with Safari.

    I see the issue you're talking about, do you mind sending me your .muse file so I can take a look? Please send it to muse-support at adobe.com, along with a link to this thread. Please put "Attn: Colby" in the subject.
    Thanks,
    Colby

Maybe you are looking for

  • Use between in IF statement

    How to use between statement in IF statement. if date is in betweem 12.07.2007  & 31.12.9999. thanks in advance

  • OSX 10.6.8 Firefox 30.0 can't open images from google image search results I can't left click on a google image search result to open the image.

    OSX 10.6.8 Firefox 30.0 can't open images from google image search results I can't left click on a google image search resultt to open the image. This works fine on Safari so is not a mouse issue. When I tried to ask this question in Firefox when I l

  • Archiving business partner from web UI

    Hi All,            How do I make a business partner status to 'Archive' from web UI? In BP transaction I can see the 'Status' tab where i can make the BP 'Archived'. I could not find a Status assignment block for accounts in web UI. Any idea? Thanks

  • Icons in jTabbedPane

    Hi, I am using Sun One Studio 4 update 1. There seems to be a bug in the automatic code generation of jTabbedPanes: if you try to insert a tab Icon (from URL) you can see the icon in the preview but there is no change in the source code! Does anyone

  • 11gR2 Documentation library download

    Downloaded the 11gR2 documentation (E11882_01.zip) and instead of a 408 MB file it was 802 MB (841,193,244). Anyone else have this problem? Edited by: DragonLady on Apr 5, 2011 2:05 PM