I have a strange issue which has been bugging me all day.
On the following page: http://www.abbey-garage.co.uk/manufacturer.php?id_manufacturer=4
Basically, if I view this page in Firefox, each list item (vehicle listing) has a small amount of spacing between them (around 10 pixels)… however in Internet Explorer this is dramatically increased to around 100px!!
Could anyone shed any light as to what might be causing this?
Many Thanks! 🙂
Theres two problems here. First is the 100% width here at line 1548 in global.css:
Remove the width and you should be fine.
Second problem is the way the price is forced under the picture at line 1552 of global.css
There are better ways to do this… Change the above to the next and it should work better…
Though no garantuees here, the html is a mess and hard to debug especially in IE.