tarkmiddy
Member
Posted 3 years ago #
Hello,
I am having problems with a theme on a new website...or rather a problem with internet explorer.
I have a header banner and within firefox and safari it displays exactly has it should, however in internet explorer it stretches vertically way more than it should.
See this screenshot: http://browsershots.org/screenshots/13caa6415f2450f45cfccc4dba2291fb/
Does anyone know how to resolve it?
My actual site is http://www.parkroad.org.uk
Thanks
The screenshot page looks the same in IE and Firefox.
If you save the image to desktop, and view in Paint or something - it looks the same as on the web - vertically stretched.
In short, its the image which is already stretched - not the browsers causing the problem.
tarkmiddy
Member
Posted 3 years ago #
The screenshot page is just a screenshot of how the site displays in internet explorer...if you go to parkroad.org.uk in firefox you'll notice that it doesn't look like that
thanks
In that case might be the
width="100%" height="170"
you have embedded in the code, try
width="100" height="170"
tarkmiddy
Member
Posted 3 years ago #
I think I've fixed it now!
I added the code you suggested and it didn't make much difference however I adjusted it and removed the 'class="clearfloat"' from my img tag and that seems to have fixed it
Thanks for your help!