What's wrong with my coding?

Discussion in 'Programming' started by KMcSupreme, Oct 5, 2010.

  1. #1
    I have had some people say that my website, www.TheLoveQuilt.com , has some issues when viewed in certain browsers. Also, I have pictures that drop downfrom my boxes, and if I load the page and move down too fast, the pictures drop down and force the boxes under it downwards. This creates a huge gap of empty space between the boxes once the pictures go away. Can this be fixed?
     
    KMcSupreme, Oct 5, 2010 IP
  2. YoGem

    YoGem Active Member

    Messages:
    676
    Likes Received:
    8
    Best Answers:
    2
    Trophy Points:
    90
    #2
    The main code seems to be a mess, there are javascript everywhere so what happen is that some code and script load after all the page is loaded, there are a lot of css out of file (means that are inside the html page) on mozilla browser it run well but if I load on Safari, Chrome and Opera... the mess is worst. Am on Mac so I can't tell if on IE cause troubles...

    My advices are:

    Collect all the javascript & ajax in just one file, try to load the script at the beginning, not at the end... and a check on your host? Seems also a bit slow to load.
     
    YoGem, Oct 8, 2010 IP