I just designed a site that looks great on Safari, but I'm running into some issues when I take it over to Firefox. The biggest issue right now is that the images Dynamically scale in Safari, but will not in Firefox. You can see the website at http://ryanwhittierhale.com/pitts/. I have the images set to scale to the height I want in Safari with this code,
img src='1.jpg' height= "103.5%";
But in firefox the images don't dynamically scale at all. Anyone have any ideas?