Ar 03/06/10 19:51, ysgrifennodd Greg Smith : > I have a class with position:relative on the 'a' tag, then absolute on > the hover state. The positioning doesn't work correctly in either FF > or Chrome. Works fine in every other browser. Haven't been able to > find any possible reason in my Google searches thus far. Anyone else > experience something like this? > > All relevant CSS has been placed in the head for debugging. > > My only possible lead so far: > I've placed a border around the entire 'a' tag contents, and it's not > wrapping around any of it. So my assumption is that these two browsers > are not reading the correct positioning, if that makes sense?? > > LINK: > http://www.loctiteproducts.com/super-glues-debug.shtml > > Thanks, > GS > > >
The validator gives 117 errors, Greg. I guess that this means that different browsers are going to try to recover in different ways. They don't look too hard to cure. Many of them are to do with the product table you've included as a comment. Getting rid of that might get rid of a lot of them. Then there's the usual crop of missing alt attributes, which I wouldn't think are affecting your layout; but there's also a fair few where you appear to have used elements in places where they're not allowed. I'd have a go myself, but I'm a bit busy at the moment. If it was me, though, that's where I'd start. The worst that can happen is that it'll give you a clean basis to work on. Cheers Peter -- http://www.peredur.net ______________________________________________________________________ css-discuss [[email protected]] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
