When using firefox users cant add anything to there cart. Any ideas?
Printable View
When using firefox users cant add anything to there cart. Any ideas?
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.
Is more than one user complaining? Make sure cookies are enabled. If the problem still exists try clearing out both the cookies and cache.
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
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.