Tobias Posted April 14, 2009 Share Posted April 14, 2009 Hi!Im having problem with text on the frontpage, since its overlapping the products in IE7 (yes i know its a shitty browser but ppl still use it).Please see attached image, dont have a clue at the moment on how to fix it...Any help appreciated. Link to comment Share on other sites More sharing options...
Tobias Posted April 16, 2009 Author Share Posted April 16, 2009 Someone must have a similiar problem??? poor me otherwise... any help appreciated. Link to comment Share on other sites More sharing options...
Tobias Posted April 17, 2009 Author Share Posted April 17, 2009 Daily bump - For help! Link to comment Share on other sites More sharing options...
Dave Egerton Posted April 18, 2009 Share Posted April 18, 2009 its impossible for anyone to provide any advice without a link to the website.Its looks like its clearly a CSS issue if it looks ok in FF Link to comment Share on other sites More sharing options...
Tobias Posted April 19, 2009 Author Share Posted April 19, 2009 True, didnt realize that, here comes the link. Hope anyone can figure it out... have run out of ideas.http://www.storsund.se/prestashop/ Link to comment Share on other sites More sharing options...
Dave Egerton Posted April 19, 2009 Share Posted April 19, 2009 Tobias, I can see quite a few problems with your css.For example the #page is 1000px wide, this contains a #header which is #1000px wide and had padding of 5px so its 10px wider than #page which is its container.#header is absolutely positioned, as is your main menu - but I have no idea why you would position these in this way. Then I see your #left-column has margin-top of 200px to keep it below the header (because header is absolutely positioned its taken out the normal flow). But then you have padding-top of 20px to stop the left column sitting on the navigation menu (itself absolutely positioned). You other columns have a margin-top of 233pxYou editorial block has css rules {margin: auto auto 2em} - this means top, right and left margins are auto, also in your css there are color rules such as "color:fff!important;" which can create issuesOverall, there is to much that needs to be changed to provide a simple answer about what CSS changes are required but, at the very least validate your CSS and HTML, fix your errors, review the way you are coding your CSS and go from there Link to comment Share on other sites More sharing options...
Tobias Posted April 20, 2009 Author Share Posted April 20, 2009 Ahh ic, then its pretty much crap i bought from DDLX (its a template from them).Thank you very much for you answer, didnt realise it was that much that needed to be fixed. Link to comment Share on other sites More sharing options...
Recommended Posts