okay.. I have a search box on my website that has js content (that can change daily) from another website that is being styled by css style sheet on my website... my partner and I both have Internet Explorer 8 on Windows 7 and our computers on the same network through same router - same ISP (obviously) The search box displays differently on my computer compared to my partners.... and am pulling my hair out... so downloaded a multi browser viewer... where it views differently again... in IE8 For example.. on my computer search box displays correctly... my partner's computer the search box displays probably 20px to the left on Multi Browser checker the search box displays about 30 px to the right.. I believe it may also display incorrecyly on Chrome & Firefox but on my computer it sems okay... http://www.lastminutetheatretickets.com/index2.html Style sheet seaviewstyle2.css any suggestions anyone?
try adding a CSS reset to the stylesheet. something simple like *{ margin: 0; border: 0;} Code (markup): Add more attributes if needs be but then the page 'should' behave slightly better on all browsers. With your and your partners differences it may be screen resolution differences...