PDA

Click to See Complete Forum and Search --> : Fire Fox problem


LuxorLinens.com
02-12-2006, 03:05 AM
When using firefox users cant add anything to there cart. Any ideas?

JPnyc
02-12-2006, 03:41 AM
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.

TipPro
02-12-2006, 11:59 AM
Is more than one user complaining? Make sure cookies are enabled. If the problem still exists try clearing out both the cookies and cache.

bmrstudios
02-12-2006, 12:27 PM
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

JPnyc
02-12-2006, 01:38 PM
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.