dominustecum Posted May 11, 2010 Share Posted May 11, 2010 Hi, I was wodering if someone can help. I am having problem displaying my page properly. I am sure its related to IE8. Ive tried everything including adding emulation tag for IE7. Here is the website www.riverroadwine.com if you look at the top banner you will see after clicking a few times the left banner moves over to the left but in all other browsers its fine. Please help. :) DT Link to comment Share on other sites More sharing options...
FIMBLE Posted May 11, 2010 Share Posted May 11, 2010 Which of the banners do you mean? I have IE 8 and it seems ok to me. you can try to add this to the top of your index.php page if (strpos($_SERVER['HTTP_USER_AGENT'],"MSIE 8")) {header("X-UA-Compatible: IE=7");} see if it makes a difference Nic Sometimes you're the dog and sometimes the lamp post [/url] My Contributions Link to comment Share on other sites More sharing options...
MrPhil Posted May 11, 2010 Share Posted May 11, 2010 Supposedly the "IE7 emulation tag" processing is broken (surprise, surprise!) in several releases of IE8. Dunno about the HTTP header. If that doesn't work for you, have you tried manually switching your browser configuration (Tools?) into IE7 mode? Of course, that won't help any of your customers who happen to be using IE8... Link to comment Share on other sites More sharing options...
FIMBLE Posted May 11, 2010 Share Posted May 11, 2010 i had to play around with many different ways before i got one that worked, Quirks and emulate modes give different results. Htacces method did not work nor did the headers alteration. The code above is the only thing i got to work. Sometimes you're the dog and sometimes the lamp post [/url] My Contributions Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.