godster Posted October 22, 2009 Share Posted October 22, 2009 Hi there. I'm in desperate need with some help getting my website off the ground. This is something i've been developing between project, so i'm afraid the code could be a little dirty. I have put this live at: http://www.godster.co.uk/index.html and whilst it redners fine in IE8 and Firefox, i'm getting a number of problems when displaying using IE7. The two main issues i'm having are: 1. On the homepage, the centre box is shifting down the screen. I have tried all cominations of floats, but cannot seem to figure out why its doing this and why only in IE7? 2. On both the homepage and projects page, I have some containers (with blue borders) that feature image links. When displayed through IE7 these images have dissapeared and you are just left with the black container. IE8 and firefox show the image links as expected. You can access the style sheet at: http://www.godster.co.uk/css/DDI.css Please help, i'm tearing my hair out here and cannot dismiss that a share of my potential visitors would still be using IE7. Many thanks. Quote Link to comment Share on other sites More sharing options...
godster Posted October 22, 2009 Author Share Posted October 22, 2009 Sorry guys have updated the link to thepage in question: http://www.godster.co.uk/index_main.html Please help, as i'm now starting on my fingernails! Quote Link to comment Share on other sites More sharing options...
godster Posted October 26, 2009 Author Share Posted October 26, 2009 Any suggestions anyone? Hair is depleting rapidly! I can post some more of the code if that would help? Quote Link to comment Share on other sites More sharing options...
seanlim Posted October 27, 2009 Share Posted October 27, 2009 I'm not sure how this happened, but your #content box seems to have a padding-left of 210px in IE7. This can be seen using the Developer Tools in IE. Once I disabled the padding-left property, the #content box jumped right into position. Now you just have to find the reason behind IE7's behaviour. Always knew Microsoft hated us web developers Hope this points you in the right direction! Quote Link to comment Share on other sites More sharing options...
sticks464 Posted October 27, 2009 Share Posted October 27, 2009 Add a rule for the features a links .feature1 a, .feature2 a, .feature3 a {text-decoration: none;} Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.