IE7+8 display different… safari/chrome displays the same, and firefox is the only one that displays correctly…
I am trying to resolve this page which was developed by another programmer… and it has me stumped…
Webspage: http://www.iscoot.com/
The issues are:
-
The logo and green arrow to the left, display at different vertical positions depending on which browser you use as stated above.
-
The image at the top that says “Experience the thrill of a brand new iscoot” … if the image is made taller, it causes all the content below to be properly pushed down but the logo stays in one spot and doesn’t push down correctly.
I was able to resolve the logo issue by using the “bottom” property instead of the “top” property…
However because of issue #1, this solution will not work unless I am able to get both images to appear correctly…
=====
Does anyone know the proper route I should go or css code I should utilize to make sure that if the header image has its height increased, all the page content properly moves down the page + the logo and green arrow display correctly in all browsers back to IE7 even if it means a seperate css for IE.
I am trying to accomplish this without needing to remake the page from scratch, but understand a lot of code may need to be modified.
Thank you in advance!