August 24, 200917 yr Hi, Just designing a website quickly for a company to see my skills, and i've got one problem with internet explorer 7. If you visit www.lloydsolutions.co.uk/test. The events section seems to be over to the right by 100px and I can't work out why! Any help would be grateful, and also any tips for my coding etc.. Thanks Chris
August 24, 200917 yr Did you use margins on the left side of your CSS? IE usually doubles up the margins unlike other browsers. Not sure about the solution but you can try setting your Display to "inline"
August 24, 200917 yr Author Hi, The only margin I got for the 'events' box is for the top/ .events { float: left; width: 250px; margin: -96px 0 20px 0; height: 340px; background-image: url(Images/bk_section_events.jpg); padding: 3px; color: #000000; Thanks Chris }
Create an account or sign in to comment