Log in

View Full Version : paragraphs are to the side of title in IE



dvp
07-01-2010, 08:17 PM
I've created a website www.audiocatz.com which works fine on Safari, Chrome and Firefox but not Internet Explorer. The main problem is the main part of the pages with text content has a different layout to what it should be. Paragraphs begin to the right side of the title rather than underneath, such as in the About Us and Services pages, the only way i can make it work is to add each paragraph in seperate divs, which cant be right? Also on the Resources page the 2 separate lines of text are joined together. The header text is too big in IE as well. Can anyone help?

bluewalrus
07-01-2010, 08:24 PM
You havent closed any of your background-color settings:


background-color: transparent

Should be:


background-color: transparent;

Not sure if this is the probably but I know some browser will read this as a still open tag and will ignore the next open property and absorb it's closing ;.

dvp
07-06-2010, 09:00 PM
Thanks for everyones tips, all my layout problems have been eradicated except one. The only problem i have left is the header text is too close to the menu in internet explorer and i cant find a way of keeping the original space which shows up fine in Safari, Firefox etc. Can anyone help?