FireDog Posted February 15, 2008 Share Posted February 15, 2008 Hi prestashop doesnt work very well using IE 6. Problems with css: Link to comment Share on other sites More sharing options...
Pursuant Posted February 15, 2008 Share Posted February 15, 2008 Actually, if the float clearing is the only issue in IE6, the Prestashop team has done a great job. That error could probably be fixed easily, but I don't have IE6 to test it on... Link to comment Share on other sites More sharing options...
FireDog Posted February 15, 2008 Author Share Posted February 15, 2008 tell my your idea, so i can change and see if it fix. ;p Link to comment Share on other sites More sharing options...
Pursuant Posted February 15, 2008 Share Posted February 15, 2008 Well, using CSS you have 4 parts: [] [__] [] BodyContainer Left Menu Center Content Right Menu If the floats aren't contained correctly, then a line break will be inserted. I think your problem comes from the fact that _something_ on your right menu is too wide.... Link to comment Share on other sites More sharing options...
petera Posted February 29, 2008 Share Posted February 29, 2008 I have found the same problem. I noted that the demo on the prestashop site did not have ths problem. Is the demo the latest version? If not there may be some clues in the css on the demo site. Link to comment Share on other sites More sharing options...
eurisko Posted February 29, 2008 Share Posted February 29, 2008 You have to play with the width and the margins of all the elements. On IE6, when one element does not fit into another it goes down. So you can reduce margins of the central block for instance: #center { width: 540px; margin-left: 14px; margin-right: 14px; float: left; } Then you'll have to patch the css code for 3 or 4 elements, and it will be ok for IE6. Link to comment Share on other sites More sharing options...
DrÿSs' Posted February 29, 2008 Share Posted February 29, 2008 Sorry men but we are not gonna help you to fix the "old" default theme because we are working on the new one. It will be avalaible in next release (0.9.8 ), and it will be 100% functional with all browsers and all versions. So I can't help you (lots of stuff on new theme). Just be patient for next release no one use IE 6, only crazy people ;D Link to comment Share on other sites More sharing options...
petera Posted February 29, 2008 Share Posted February 29, 2008 I did some searching on the forums under ie6 and found an item that described a fix that would work to have the right container in the correct position when viewed with ie6. in the style sheet in themes the following change was made #center { width: 539px; margin-left: 10px; margin-right: 10px; float: left; } Changes found on the style sheet at www.smagmere.dk This was found using the search key ie6 on the forums. There may be others but I found this one first. Kudos to the member who posted this modification. Hope this is useful Link to comment Share on other sites More sharing options...
FireDog Posted March 1, 2008 Author Share Posted March 1, 2008 it works well!!! thx Link to comment Share on other sites More sharing options...
eurisko Posted March 2, 2008 Share Posted March 2, 2008 no one use IE 6, only crazy people ;D Only 40% of e-commerce clients aure using IE6 Julien Link to comment Share on other sites More sharing options...
Recommended Posts