Results 1 to 5 of 5

Thread: Fire Fox problem

  1. #1
    Join Date
    Feb 2006
    Posts
    1

    Fire Fox problem

    When using firefox users cant add anything to there cart. Any ideas?

  2. #2
    Join Date
    Jan 2005
    Posts
    2,087
    Well without seeing any code it's impossible to say, but offhand I would say your software is probably using some proprietary IE technology, like activeX or similar.

  3. #3
    Join Date
    Jun 2005
    Location
    Philadelphia, USA
    Posts
    321
    Is more than one user complaining? Make sure cookies are enabled. If the problem still exists try clearing out both the cookies and cache.

  4. #4
    Join Date
    Jan 2006
    Location
    Toronto, Ontario, Canada
    Posts
    21
    When I first started coding in xhtml using <span> and<div> tags I found that FireFox couldn't click on some links that you could in IE. This occurred when one <div> overlapped another. One way to check this out is to set the background color of your various <div> s to different colors.

    Everything looked okay and the links would appear normal but you couldn't click on them. Pay close attention to you're coding and make use of the z-index to arrange components.

    Hope this helps,
    Barry M. Robinson

  5. #5
    Join Date
    Jan 2005
    Posts
    2,087
    He/she isn't using xhtml though. In fact there's no doctype declared at all, which could be a problem for firefox in itself. There's a few other minor coding errors in the page source, but of course I can't see any of the serverside code to know if the problem is there or not.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •