ourwebdesigner Posted December 13, 2010 Share Posted December 13, 2010 HiProblems with IE display.I have sorted one of the problems in all browsers when the cart was showing on the left side near the bottom. I added an exception in the positions>transplant a module for the cart block. I added index.php and now it does not show.My shop is here at geowines.co.uk/shopNeed some help with the following if possible. please see attachedI am having a display problem with IE8 the whole display is set to the left side of the browser. In IE 7 everything looking nearly good except for the menu is covered.Can anyone help me where to look. Link to comment Share on other sites More sharing options...
tomerg3 Posted December 13, 2010 Share Posted December 13, 2010 It's probably an open tag that's missing a It can be a pain to find.I suggest you disable all the modules from the left+ right column, and start enabling them one by one (one from each side), hopefully that will show you the module that's causing the problem Link to comment Share on other sites More sharing options...
ourwebdesigner Posted December 13, 2010 Author Share Posted December 13, 2010 Hi tomerg3 thanks for your reply.I have done the following inside the global.css file and things are looking a lot better.global.cssI wanted a fancy shadow around the content and used the following code:#columns { border: 1px solid #999999; -moz-box-shadow: 3px 3px 4px #999999; -webkit-box-shadow: 3px 3px 4px #999999; box-shadow: 3px 3px 4px #999999; /* For IE 8 */ -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')"; /* For IE 5.5 - 7 */ filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');}I have commented out the code for the IE8 and IE5.5 -7and got the following results as shown in the imagesDo you still think their may be a closing div missing or could this have been the problem, please see attached images.I am still not able to stop the menu hiding behind the content in IE7- so i will have a look for a missing div to see if this sorts it out.Also the search input box is way bigger than the rest of the input fields in IE8any comments and help most appreciated. Link to comment Share on other sites More sharing options...
Don Camillo Posted February 26, 2011 Share Posted February 26, 2011 Hi, I am curious, did you find a solution for the IE problem?I am having the same problem, my header menu moves or my searchbar depending how I change global css. there should be a sulution for this, because many people still use those old IE's.Regards, Don C. Link to comment Share on other sites More sharing options...
tomerg3 Posted February 26, 2011 Share Posted February 26, 2011 It's most likely just a problem with your code, maybe a missing closing tag (div).You can try to use firebug lite for IE and see if it helps you pinpoint the problem.https://getfirebug.com/firebuglite Link to comment Share on other sites More sharing options...
Don Camillo Posted February 26, 2011 Share Posted February 26, 2011 Thanks for the link I'll try that!Don C. Link to comment Share on other sites More sharing options...
Recommended Posts