Results 1 to 9 of 9
  1. #1
    Junior Member
    Join Date
    Jun 2010
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Angry Website wont appear in IE, Help me please?

    The website I have built works fine in Firefox and Safari but when you get it in Internet Explorer its just chaos. Built sites this way before not usually a problem. Any Ideas?

    Heres the site.

    Failsafe Films

    Thanks,

    Vin.

  2. #2
    Senior Member Logopro's Avatar
    Join Date
    Feb 2010
    Location
    Wales, UK
    Posts
    146
    Thanks
    0
    Thanked 1 Time in 1 Post
    No idea after pouring over your code for a while. sorry

    General rule of thumb is to code it for IE in the first place as this is easily the worst browser as far as compatibility is concerned.

    It's a shame the general windows user base has no idea what a browser is when you ask them otherwise we'd have everyone on safari, opera and firefox by now

  3. #3
    Administrator Boss Hog's Avatar
    Join Date
    Mar 2008
    Posts
    3,440
    Thanks
    64
    Thanked 30 Times in 28 Posts
    Shouldn't it have a doc type? Dunno if that makes any difference though....

    Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="XHTML namespace">
    <head>

  4. #4
    Senior Member chris_17's Avatar
    Join Date
    Jun 2009
    Location
    Newcastle
    Posts
    226
    Thanks
    0
    Thanked 0 Times in 0 Posts
    I've heard of some problems to do with the browser and displaying images and that is just to do with the program itself, however your code is very poor, as Boss said you need a doctype and dont use tables.

    Looking at it though it's how you have embedded the flash elements.

    EDIT: Try saving the images as .PNG files. Then use the PNG Fix for IE.
    Last edited by chris_17; 06-10-2010 at 04:32 PM.
    Front-End Design, Development and Web Standards
    chrisborrowdale.co.uk
    @chrisborrowdale

  5. #5
    Junior Member
    Join Date
    Jun 2010
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    eh?

    Ive built site this way before just slicing from a table in photoshop (lazy i know) but how can you build a website without a table? i usually just put swf/java script code into the cell in the table? no?

  6. #6
    Administrator Boss Hog's Avatar
    Join Date
    Mar 2008
    Posts
    3,440
    Thanks
    64
    Thanked 30 Times in 28 Posts
    Quote Originally Posted by VinnyisSkinny View Post
    but how can you build a website without a table?
    You need to look at CSS...

    CSS Tutorial

  7. #7
    Junior Member
    Join Date
    Jun 2010
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts
    figured it out. not to worry.

  8. #8
    Senior Member chris_17's Avatar
    Join Date
    Jun 2009
    Location
    Newcastle
    Posts
    226
    Thanks
    0
    Thanked 0 Times in 0 Posts
    It still doesnt work in IE for me
    Front-End Design, Development and Web Standards
    chrisborrowdale.co.uk
    @chrisborrowdale

  9. #9
    Administrator Boss Hog's Avatar
    Join Date
    Mar 2008
    Posts
    3,440
    Thanks
    64
    Thanked 30 Times in 28 Posts
    Nor me using IE8

Similar Threads

  1. Got a graphic/website design related website/blog?
    By Boss Hog in forum SEO & Online Marketing Forum:
    Replies: 3
    Last Post: 03-23-2012, 12:44 AM
  2. php sticky form fields wont update
    By JMCDesigner in forum Website Coding & Programming Forum:
    Replies: 1
    Last Post: 10-19-2010, 03:36 PM
  3. Website Designer - New design for my business website
    By barry-M in forum Website Design Critique:
    Replies: 5
    Last Post: 01-30-2009, 12:42 PM

Posting Permissions

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