Results 1 to 3 of 3

Thread: paragraphs are to the side of title in IE

  1. #1
    Join Date
    Jul 2010
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default paragraphs are to the side of title in IE

    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?

  2. #2
    Join Date
    May 2007
    Location
    Boston,ma
    Posts
    2,127
    Thanks
    173
    Thanked 207 Times in 205 Posts

    Default

    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 ;.
    Corrections to my coding/thoughts welcome.

  3. #3
    Join Date
    Jul 2010
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    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?

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •