Heres my link ( BE WARNED, its got autoplay audio – sorry…!)
Its not the usual ‘looks fine in FF but bad in IE’ problem 🙂
It looks fine in IE6/7 Firefox, but in Chrome & Safari it has big problems with what looks like either margin/padding, or positioning. ( That narrows it down eh? )
If you have a look you’ll see what I mean. It looks like I may have a conflict with one of my CSS rules, but then wouldn’t that cause problems consistently across all browsers?
Any help and pointers is gratefully received. Thank you.
EDIT:Unsure as to why my reset.css rules are not taking effect…
The problem is the margin-top on the
<h4>insideproduct-panel-content<div>s.Modify the following style in
site.css:to be:
Will fix the display issue in WebKit-based browsers (Safari and Chrome, for example). I am not sure if this will cause other display issues for your other browsers but experiment with using
padding-topon the<h4>to supplement the lack of margin for spacing on that element if it does.