Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] Strange break in IE

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #25205
    infocentre
    Member

    So this is early stages of the site. i have just installed a (really great!) even calender, combining some database stuff, jQuery and PHP.
    [url]
    http://www.skateboardingvideo.co.uk/testing/shows.php[/url]

    works fine in firefox (obviously ;) ) then IE see some strange breaks which i cant work out.. The sight becomes un-aligned (IE7) and lots of the styling for text below the PHP seems to break.

    IE6 is another story! i know i have problems there, but i am more focused on fixing this in IE 7 to start..

    Any help much appreciated!

    Thanks
    Alex

    #59339
    apostrophe
    Participant

    I’ve only had a look with IENetRenderer (I’m on a mac) and been through it quickly with firebug. The only problems I am seeing are in the sidebar.
    Couple of things I did notice are:
    This isn’t doing you any favours, and probably confusing the hell out of ie

    Code:


    Lose the first <html>
    You have used img id="icon" 4 times and consequently none of your items are getting their padding in ie. Try changing it to a class instead.

    #59341
    infocentre
    Member

    fantastic! I just made both those changes and voila! that extra html tag i think was the culpret.. silly little mistake and then it breaks the entire site! lol.

    Im sure i will be back with more problems at some point ;)

    cheers!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.