RSS Not Working in All Browsers Except Safari?

I've recently used iWeb to make a website (not .mac) and has been completely Validated at w3, and passed with no errors in the coding.. except when we go to use the RSS Feed Button in Firefox for Mac, Firefor for PC, Internet Explorer for PC.. the page comes up with errors - and displays a message saying: "This XML file does not appear to have any style information associated with it. The document tree is shown below." and simply displays the Coding. So i checked the RSS page at w3 Validator and it failed because of an Error on line 42. The line 42 is this:
<description><a href="http://users.bigpond.net.au/bjsp1/lacc/News/F4CBD4AA-E949-44E0-A31C-61159 9D79BD8files/DSCF1400%20copy1.jpg"><img src="http://users.bigpond.net.au/bjsp1/lacc/News/Images/DSCF1400%20copy.jpg" style="float:left; padding-right:10px; padding-bottom:10px; width:130px; height:130px;"/></a>Hello Everyone! Sorry for the lack of updates - we’ve had some technical difficulties - but were back with a new design and some more user-friendly pages. <br>
So far the only error i can see is the &lt/a&gt etc.. errors, but it could have been an error caused by a change of programs (to get the actual line i opened the file in Microsoft Frontpage) Any ideas of why it is not working in any browsers, and how to fix it?
Thanks!

Yes, I'm puzzled by the whole RSS thing as well.
Clicking on RSS subscribe from my website in Firefox
gives me the same error. But if I click on the RSS
icon in the address bar of Firefox, it seems to keep
track of my site updates just fine.
That's right. I forgot that FireFox has its Live Bookmarks feature which is basically the same as an RSS reader. While the subscribe button doesn't do anything, FireFox scans a page being viewed for any RSS feeds and lets you select them via other means. RSS is just a different protocol than http and different browers handle it different ways (or not at all).

Similar Messages

  • Image map links not working in all browsers

    Hi, I develop HTML marketing emails once a week and my boss
    has recently informed me that some, not all, of the image mapping
    links do not work in all browsers or emails i.e. MacMail, Opera,
    Safari, etc. He's positive there's something in Dreamweaver that
    makes the links universally accommodated no matter what email/web
    browser you use, but I haven't been able to find a solution as of
    yet.
    Any help on this would be appreciated, thanks!
    :music;

    Let's start with the least critical issue. Your boss and his
    boss are
    simply wrong. An HTML link is just an HTML link, whether
    created in DW or
    in Notepad.
    Now, on to the meat. When you upload this page to the web, do
    the links
    work? And when you say that they don't work, what do you
    mean? Do you mean
    that when you click on them, you are not taken to the linked
    page? Which
    links are not working?
    Finally, why do you have your mapped image also within an
    anchor tag?
    <a href="
    http://www.beyondthewall.com/xcart/giftcert.php"><img
    src="Slice.jpg" width="263" height="58" border="0"
    usemap="#Map" /></a>
    Is that the one where the link doesn't work?
    Can you post a link to this page on the web, please?
    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
    ==================
    "blaise napolitan" <[email protected]> wrote
    in message
    news:[email protected]...
    > Thanks for the reply, and that's what I would have
    figured but in this
    > case the
    > entire thing is an image map so there's no absolutely
    positioned elements
    > that
    > would overlay the links. It's just a simple table with
    the main picture
    > mapped
    > out with a few links. I'm assuming it either has to do
    a) the image not
    > being
    > displayed correctly due to a built in email security
    feature or b) my boss
    > and
    > his boss are mistaken (which wouldn't surprise me). I'll
    post the code
    > just in
    > case, thanks for all the help.
    >
    >
    >
    > <!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=iso-8859-1" />
    > <title>Untitled Document</title>
    > <style type="text/css">
    > <!--
    > .style42 {
    > color: #000000;
    > font-weight: bold;
    > }
    > .style29 {
    > color: #FFFFFF;
    > font-family: Verdana, Arial, Helvetica, sans-serif;
    > font-size: 18px;
    > font-weight: bold;
    > }
    > -->
    > </style>
    > </head>
    >
    > <body>
    > <table width="767" border="0" align="center"
    cellpadding="0"
    > cellspacing="0">
    > <tr>
    > <td><a
    > href="
    http://www.beyondthewall.com/xcart/beyond_the_wall_posters_prints.html"><i
    > mg src="Logo.jpg" width="288" height="58" border="0"
    /></a><a
    > href="
    http://www.beyondthewall.com/xcart/giftcert.php"><img
    > src="Slice.jpg"
    > width="263" height="58" border="0" usemap="#Map"
    /></a><a
    > href="
    http://www.beyondthewall.com/xcart/beyond_the_wall_posters_prints.html"><i
    > mg src="pay.jpg" width="216" height="58" border="0"
    /></a></td>
    > </tr>
    > <tr>
    > <td><img src="main.jpg" alt="main" name="main"
    width="767"
    > height="513"
    > border="0" usemap="#mainMap" id="main" /></td>
    > </tr>
    > <tr>
    > <td bgcolor="#FFFFFF"><div
    align="center"><a
    > href="mailto:[email protected]"
    class="style42"
    > style="text-decoration:none" border="1">*To
    Unsubscribe Click
    > Here*</a></div></td>
    > </tr>
    > <tr>
    > <td bgcolor="#7e0997"><div
    align="center"><a
    > href="
    http://www.beyondthewall.com/xcart/beyond_the_wall_posters_prints.html"
    > class="style29"
    >
    style="text-decoration:none">www.beyondthewall.com</a></div></td>
    > </tr>
    > </table>
    >
    > <map name="Map" id="Map"><area shape="rect"
    coords="78,33,79,34" href="#"
    > /></map>
    >
    > <map name="mainMap" id="mainMap">
    > <area shape="poly"
    >
    coords="10,7,376,16,369,227,211,218,177,92,122,85,12,109,13,118"
    > href="
    http://www.beyondthewall.com/xcart/posters_prints_novelty_sex.html"
    > />
    > <area shape="poly"
    coords="13,117,121,90,174,99,216,270,9,294"
    > href="
    http://www.beyondthewall.com/xcart/six-pack-24x36.html"
    />
    > <area shape="poly"
    coords="219,225,393,251,347,469,174,407"
    > href="
    http://www.beyondthewall.com/xcart/david-beckham-arm-st4514-24x36.html"
    > />
    > <area shape="poly"
    coords="226,489,14,496,13,303,199,283,168,410"
    > href="
    http://www.beyondthewall.com/xcart/tension.html"
    />
    > <area shape="poly"
    coords="394,16,674,16,668,241,387,238"
    > href="
    http://www.beyondthewall.com/xcart/colin-egglesfield-24x36.html"
    />
    > <area shape="poly"
    coords="407,251,665,254,661,501,403,492"
    > href="
    http://www.beyondthewall.com/xcart/daniel-24x36.html"
    />
    > <area shape="rect" coords="681,15,761,508"
    > href="
    http://www.beyondthewall.com/xcart/beyond_the_wall_posters_prints.html"
    > />
    > </map></body>
    > </html>
    >
    >

  • Website works in all browsers except for Internet Explorer

    I purchased a template online and added our content.  After uploading to our server I tested with FIrefox, Safari, Chrome and IE.  It works exactly as expected in all browsers except for IE.  I'm sure it is a grid issue, but I am a novice web designer and don't know how to fix it.  In IE there is content from the "CONTACTS" section buried at the bottom of all other sections and half of the content of the "CAPABILITES" section is totally missing.
    Modified website here
    http://03694b2.netsolhost.com/#!/page_home
    Original template here
    http://03694b2.netsolhost.com/backup/site/index.html#!/page_home
    Other than the grid problems, the drop down menu under ABOUT doesn't link to anything in IE.
    Any help you can offer would be appreciated.

    IE has become a serious problem generator while developing websites
    The codes have to be well written and scripts have to mantain an order
    Are you working on html5?
    If so my suggestion is to contact the guys that you bought the template from and ask them to fix the problem
    This is one of the big issues when you purschase templates online
    My suggestion is that you take some time to learn to do them by yourself, its challenging but more fun and it gives a professional touch to your work
    There are many sites to get inspiration from
    Regards
    Mike

  • RSS Not Working - Trying to Fix Stopped Safari from Working

    I started having problems with RSS in Safari about a week ago. Every time I tried to view an RSS feed I got a long delay and then an error message page. And it isn't picking up on the feeds I have bookmarked when they change.
    I was following the advice of another thread and deleted the RSS plist file, then relaunched Safari... And now Safari freezes immediately on launch. I can't use the software at all.
    Anyone got any suggestions?

    HI,
    I can't use the software at all.a
    If Safari crashes, post a crash log.
    In the meantime...
    From the Safari Menu Bar, click Safari / Empty Cache. When you are done with that...
    From the Safari Menu Bar, click Safari / Reset Safari. Select the top 5 buttons and click Reset.
    Go here for trouble shooting 3rd party plugins or input managers which might be causing the problem. Safari: Add-ons may cause Safari to unexpectedly quit or have performance issues
    Since you are running Snow Leopard, make sure Safari is opening in 32-bit mode, not 64. Right or control click the Safari icon in the Applications folder, then click: Get Info In the Get Info window click the black disclosure triangle next to General so it faces down. Select 32 bit mode. Also, (in that same window) make sure Safari is NOT running in Rosetta.
    

Web pages now include a small icon or 'favicon' which is visible in the address bar and next to bookmarks. These icons take up disk space and slow Safari down. It is possible to erase the icons from your computer and start fresh. *To delete Safari's icon cache using the Finder, open your user folder, navigate to ~/Library/Safari/ and move this file "webpageIcons.db to the Trash.*
    bpageIcons.db to the Trash.*
    If Safari still crashes, go to the Safari Menu Bar, click Safari/Preferences. Make note of all the preferences under each tab. Quit Safari. Now go to ~/Library/Preferences and move this file com.apple.safari.plist to the Desktop. Relaunch Safari.
    Carolyn

  • Flash fullscreen working in all browsers except IE.

    Can anyone help me why the following code not working in IE for fullscreen?
    Here is my code
    Flash file code:
    on(release)
    getURL("html/file name.html", "_blank");
    Html Page Code:
    <html>
      <head>
      <title> file name.html </title>
      <script type="text/javascript">
    function close_tab(){
    window.open('', '_self', ''); window.close();
    </script>
      </head>
      <body class="body" style='margin:0'> <br>
      <center>
       <img src="screens\NWD Common Intake 2.png" alt="Alternate" border="0">
       <input align=top  type="image" src="Screens\back.png" onclick="close_tab()">
       </center>
      </body>
    </html>
    I have gone through some forums where people discussed about this same issue and many people have answerd that this is the problem with the flash player version what they have installed on their machine.
    But I have the latest flash version installed on my machine.
    Does the fullscreen functionality require some specific settings for IE?
    It would be great if you can give me a solution as soon as possible.

    Thanks very much kglad .
    Am new to flash... am still learning . It would be very helpfull for me, if you can give  me the proper code for html and actionscipt2  to get it working in IE.
    Thanks in advance

  • All browsers (except Safari) crash on launch

    The weirdest thing keeps happening while I'm running 10.4 on my trusty old G4 733 Tower
    Firefox, IE 5.3, Omniweb -- each crashes the minute they launch. I've run Disk Permissions, updated Java, and am absolutely confused.
    Even though the other browsers crash repeatedly, Safari 3-something keeps chugging along with no problem. What would cause this issue and can I fix it somehow?
    Thanks.

    If you have not done so already, except for the keyboard & mouse, disconnect all devices from your computer when troubleshooting.
    Update to OS 10.4.11 either from Software Update and/or from Apple's Download site. Also, from SU, download all the other software listed that pertains to the various OS updates.
    Repair permissions & restart your computer.
    Make sure Firefox, IE, & Omniweb are updated to their latest versions. At the moment FF seems to be updating every week or so. Afterwards again repair permissions & restart your computer prior to using the browsers.
    How much HD space do you have left? How much RAM is installed?

  • Youtube - Does not work in all Browsers

    Greetings,
    I have an issue were Youtube is not functional in any of my web browsers (Safari, Firefox, and Chrome). I cannot find a fix to this issue anywhere else. All I keep getting is "An error occured, please try again later". I have I have tried "Option+Command+R" and this still does not resolve the issue.
    I am running OSX Yosemite version 10.10.2
    Macbook Pro 13" Mid, 2009
    2.26GHz Intel Core 2 Duo
    Memory 2GB 1067 MHz DDR3
    Graphics NIVIDIA GeForce 9400M 256MB
    Please let me know if you require additional information.

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad and start typing the name.
    Step 1
    For this step, the title of the Console window should be All Messages. If it isn't, select
              SYSTEM LOG QUERIES ▹ All Messages
    from the log list on the left. If you don't see that list, select
              View ▹ Show Log List
    from the menu bar at the top of the screen.
    In the top right corner of the Console window, there's a search box labeled Filter. Initially the words "String Matching" are shown in that box. Enter the name of the crashed application or process. For example, if Safari crashed, you would enter "Safari" (without the quotes.)
    Each message in the log begins with the date and time when it was entered. Select the messages from the time of the last crash, if any. Copy them to the Clipboard by pressing the key combination command-C. Paste into a reply to this message by pressing command-V.
    ☞ The log contains a vast amount of information, almost all of which is irrelevant to solving any particular problem. When posting a log extract, be selective. A few dozen lines are almost always more than enough.
    Please don't indiscriminately dump thousands of lines from the log into this discussion.
    Please don't post screenshots of log messages—post the text.
    ☞ Some private information, such as your name, may appear in the log. Anonymize before posting.
    Step 2
    In the Console window, select
              DIAGNOSTIC AND USAGE INFORMATION ▹ User Diagnostic Reports
    (not Diagnostic and Usage Messages) from the log list on the left. There is a disclosure triangle to the left of the list item. If the triangle is pointing to the right, click it so that it points down. You'll see a list of crash reports. The name of each report starts with the name of the process, and ends with ".crash". Select the most recent report related to the process in question. The contents of the report will appear on the right. Use copy and paste to post the entire contents—the text, not a screenshot.
    I know the report is long, maybe several hundred lines. Please post all of it anyway.
    If you don't see any reports listed, but you know there was a crash, you may have chosen Diagnostic and Usage Messages from the log list. Choose DIAGNOSTIC AND USAGE INFORMATION instead.
    In the interest of privacy, I suggest that, before posting, you edit out the “Anonymous UUID,” a long string of letters, numbers, and dashes in the header of the report, if it’s present (it may not be.)
    Please don’t post other kinds of diagnostic report—they're very long and rarely helpful.

  • Certain Javascript Not Working in All Browsers

    Certain javascript elements on websites won't function at all, and it's not apparent why. For example, when I'm http://www.reddit.com/ and I try to upvote or downvote a submission, nothing will happen, and little text in the bottom left corner of my browser(s) will say, "javascript:void(0)". This problem also occurs when I try to submit a comment, expand comments, send messages, and so on.
    This issue isn't exclusive to reddit, though. It also occurs when I'm on http://www.tinychat.com/. When I attempt to go into a tinychat room the same "javascript:void(0)" message pops up, and I receive this error message instead of it loading the chat room, which reads, "This chat room is not loading. Hold shift and refresh this page to try again. You may need to update your browser or Adobe Flash Player. Tinychat recommends Google Chrome. If this issue continues, please email [email protected]" I did email them, and they never emailed me back.
    I've tried everything from uninstalling and reinstalling Flash. Removing javascript from webpages, and seeing if they would respond differently. I've tried disabling and enabling popup blockers, allowing and disallowing Java content, deleting cache, deleting Java cache, removing all proxy settings, allowing all third-party content, increasing my cache size for Adobe flash, uninstalling and reinstalling Adobe flash player and shockwave. I've used disk utility and repaired all permissions and disk issues, I've used OnyX and deleted all cache files and restored as much back to default settings as physically possible. I've even reformatted my entire computer with the startup discs, and the problem still exists. I contacted Java support, Adobe support, and called Apple support, all ending in no solution.
    My computer specifications:
    MacBook Pro (15-inch Mid 2010)
    2.4 GHz Intel Core i5
    4 GB 1067 MHz DDR3
    NVIDIA GeForce GT 330M 256 MB
    Mac OS X Lion 10.7.4

    The pages use JavaScript links such as:
    <a href="javascript:void(0)" class="pref-lang" onclick="return showlang();" >English</a>
    These are quite common and work OK on my Safari 5.0.6.
    The problem you have could be one of these:
    JavaScript is disabled in your browser
    Your browser's JavaScript engine is damaged
    JavaScript items have not downloaded properly
    You have restricted cookies
    You are behind a firewall limiting access to the internet
    Try the following:
    Disable all Safari plugins/extensions
    Quit from Safari
    Remove all contents of ~/Library/Safari to a new folder on your Desktop
    Restart Safari and test
    Retrieve your bookmarks from the new folder on your Desktop
    The following command can resolve some issues - paste it into a Terminal window and hit the return key:
    rm -Rf ~/Library/Safari/LocalStorage; rm -Rf ~/Library/Caches/com.apple.Safari

  • Why is zoom widget not working across all browsers? How get answer?

    We placed the jquery zoom widget on the following page: http://www.hoohobbers.com/baby_crib_bedding_ahoy!zoom.html
    It works as advertised in IE and FF. It doesn't do a thing in Opera, and in Safari it loads in a different position than that specified in code, and is 'stuck' in only being able to zoom the top layer of images; the zoom will not move freely around the entire image.
    Does anyone know what the problem is?
    Also, does anyone know of other 'forums' where an answer might be sought? After our initial posting -and responses- as to how to get the widget to work in the first place, we posted this latest problem over 24 hours ago but not received a reply.
    Thanks in advance for any help or direction.

    OK this is not a server-side issue.
    Again, it's browser-based. Your code needs to be:
    <embed src="[filename].mp3" type="application/x-mplayer2" autostart="false" playcount="true" loop="false">
    This will make Internet Exploder use Windows Media Player to play back the .mp3 file
    The type attribute overrides the actual file extension and MIME type of the file to be played.Unfortunately, IE ignores MIME Types and file extensions - instead it examines the contents of the file and decides for itself what format it is and what to do with it.  IE will use WMP to play a media file unless another browser plugin lists it.

  • Vertical Spry Menu Bar not working in all browsers

    Hi, everyone!
    I'm hoping you'll help me troubleshoot something.  I have a spry menu bar (vertical) that's expanding properly in IE but not in Firefox or other browsers.  Here is the link:
    http://midlochorus.org/
    Thanks in advance for any help!
    Karen

    I'm pretty bummed not to receive any answers to this.  Is there nobody who can help me?

  • "Movie not loaded" in all browsers except IE

    Hi,
    The movie (http://www.ross.no) has worked unchanged since July 2009, until it recently stopped in Chrome, Firefox and Opera.
    Internet Explorer is working.
    Both version 10.3.183.10 and 11.01.152 have this problem.
    Regards
    Morten

    Additional info:
    I just updated Flash for IE from 10.0.22.27 to 10.3.183.10 (I rarely use IE), and now the same occurs in IE8, so somewhere between the two flash versions an update has been introduced that prohibits the movie to be run in any browser on any operating system.
    The movie looks like this:
    and can also be reached clicking "About" from here: http://www.ross.no/communicate

  • Built a website to work on all Browsers (fire/Saf/IE), but now IE is moving the content and Nav?

    I have just built a website, ensuring that it works on all browsers, firefox, safari, and IE (I believe the newest IE) When I built my first page it worked on all browsers except IE, (the content and Navigation would drastically move to the left) so I rebuilt it and checked everything on IE and it was fine, when it happened on other pages I again would rebuild it and it would be fine. I had it posted under my personal domain the entire time so I could see what it truly would look like. When it was done everything was basically fine. BUT, when I deleted it from my domain and moved it to the actual domain several of the pages would once again show up with this problem, the Navigation  and and content moving to the left only on IE of course?
    Can someone suggest if there is something in my code that shouldn't be there that is causing this? or something that I need to add to help the site In IE?
    the domain is www.harmonyhealthalberta.ca
    In need of help with this one??
    Thanks!

    You have painted yourself into a box of determinate height by using a single background image.  When text size is increased in browser (zoom, text only), the page becomes a bit of a mess.
    A better approach would be to slice your design comp into sections or image slices and apply those to the various areas in your page.  #header, #navigation, #mainContent, #footer, etc...
    The other advice I offer is to use CSS instead of tables for layout.  CSS is much more flexible and it allows you to make global site changes by editing one external stylesheet file instead of re-coding the entire site. See CSS Zen Garden for some awesome examples of this -- http://www.csszengarden.com/
    Expanding box - 3 image slices in a CSS layout
    http://alt-web.com/DEMOS/Image-slices-in-a-CSS-based-layout.shtml
    Bringing a Fireworks or Photoshop comp into a CSS Layout
    Part 1 --
    http://www.adobe.com/devnet/fireworks/articles/web_standards_layouts_pt1.html
    Part 2 --
    http://www.adobe.com/devnet/fireworks/articles/web_standards_layouts_pt2.html
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • Mail settings on itouch are identical to those on my computer except for imap on itouch and pop3 on computer. Itouch mail will not work at all

    The gmail  settings on my itouch are identical to those on my macbook except I'm using imap on the itouch and pop3 on the macbook. The mail application simply will not work at all on the itouch. The fetching icon just spins around for a minute or two then stops. itouch vs 4.3.3 and macbook 10.6.7
    Any help is greatly appreciated.
    Mitchell

    Any error messages ?

  • Menubar fine in all browsers except IE on the PC

    > This message is in MIME format. Since your mail reader
    does not understand
    this format, some or all of this message may not be legible.
    --B_3265781874_10499150
    Content-type: text/plain;
    charset="ISO-8859-1"
    Content-transfer-encoding: 8bit
    Hi all
    I¹ve created a Spry Horizontal Menubar in Dreamweaver
    CS3 and it works with
    it¹s drop down submenus in every browser except the
    latest version of IE on
    the PC. Firefox is fine on the PC, Safari is fine on the PC
    as are their Mac
    equivalents. IE displays the sub menus horizontally across
    the page instead
    of vertically down.
    Is there something I should know about here? Has IE got a
    problem with Spry
    1.4? I know 1.5 is out as a beta but I¹m reluctant to
    mess about with
    Dreamweaver¹s file architecture until a proper update
    comes out.
    Hope you can help
    Garry
    --B_3265781874_10499150
    Content-type: text/html;
    charset="ISO-8859-1"
    Content-transfer-encoding: quoted-printable
    <HTML>
    <HEAD>
    <TITLE>Menubar fine in all browsers except IE on the
    PC</TITLE>
    </HEAD>
    <BODY>
    <FONT FACE=3D"Verdana, Helvetica, Arial"><SPAN
    STYLE=3D'font-size:12.0px'>Hi al=
    l<BR>
    I&#8217;ve created a Spry Horizontal Menubar in
    Dreamweaver CS3 and it work=
    s with it&#8217;s drop down submenus in every browser
    except the latest vers=
    ion of IE on the PC. Firefox is fine on the PC, Safari is
    fine on the PC as =
    are their Mac equivalents. IE displays the sub menus
    horizontally across the=
    page instead of vertically down.<BR>
    <BR>
    Is there something I should know about here? Has IE got a
    problem with Spry=
    1.4? I know 1.5 is out as a beta but I&#8217;m reluctant
    to mess about with=
    Dreamweaver&#8217;s file architecture until a proper
    update comes out.<BR>
    <BR>
    Hope you can help<BR>
    Garry</SPAN></FONT>
    </BODY>
    </HTML>
    --B_3265781874_10499150--

    Thanks Don, I'll get back to you after trying 1.5.
    On 27/6/07 3:25 pm, in article
    f5ts1n$bl8$[email protected], "Donald
    Booth" <[email protected]> wrote:
    > Hi Gary,
    > I would first suggest that you try 1.5.
    > We made some fixes in 1.5 that may solve your issue.
    Please try that first
    > and
    > let us know what happens. If it persists, it is always
    helpful to see a live
    > page.
    > Thanks,
    > Don
    >

  • Adobe Bridge Web Gallery looks great in all browsers except Firefox 13

    I'm not sure if this is a coding issue within Dreamweaver or if it has to to with the bridge gallery. The gallery looks perfect in all of the browsers except for Firefox 13 and Firefox 11 OSX.  Firefox pushes it all the way to the left.   Any help would be much appreciated!   Thanks
    http://carrizoworkforcehousing.com/gallery.htm

    Looks OK to me in Firefox 13.  Can't see anything in IE - probably because I don't have Flash  for that browser.  Which brings up another point.  Many browsers/devices don't support Flash.  If your target audience uses iPhone, iPad or iTouch, they won't see anything. 
    If you do a Google search for jQuery photo galleries, you'll find a bunch that DO work in all browsers.
    Nancy O.

Maybe you are looking for