I am experiencing links that are supposed to be active and yet in FF2 they are inactive. Not sure about FF3. I am primarily referring to the links underneath each bag image on the front page
I've been messing about with this for ages and what I found is that: If you remove your floats from div#bagContainer, div.bagboxLeft, div.bagboxRight, div.bagboxA and div.bagboxB then the links will work, although obviously it messes up your layout.
I must admit I'm not 100% sure why this is but obviously you are going to have to rethink how to achieve your layout. If it were my site I would just have a div class of "bag" for each bag, all the same size, and float them up against each other.
http://v2.bags-4-less.com/
Any ideas on what is amiss?
They are active in IE 6 & 7
Thanks in advance
Here is the section of code in which these links are displayed
Thanks very much
If you remove your floats from div#bagContainer, div.bagboxLeft, div.bagboxRight, div.bagboxA and div.bagboxB then the links will work, although obviously it messes up your layout.
I must admit I'm not 100% sure why this is but obviously you are going to have to rethink how to achieve your layout. If it were my site I would just have a div class of "bag" for each bag, all the same size, and float them up against each other.