Website not compatible for safari and firefox.

Discussion in 'HTML & Website Design' started by LH1, Oct 30, 2009.

  1. #1
    Hey guys,

    I have designed a website couple of months ago, but i found out that, when someone try to view the website from firefox or safari browser then they can only see the text.

    However if you try to view the website from internet explorer then it shows perfectly.

    This website was designed in css (well i got the template), and i edited it using dreamweaver.

    So can you guys please point out what i have to do to make the website compatible to safari and firefox.

    Thanks.

    M

    Ps the website address is easyacneskintreatment.com
     
    LH1, Oct 30, 2009 IP
  2. CodedCaffeine

    CodedCaffeine Peon

    Messages:
    130
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #2
    *facepalm* You will probably laugh at this.

    Opened your website and no CSS was displayed. Opened it in IE, and no css was displayed. Did a viewsource on it, and it gave me:
    <link rel="stylesheet" type="text/css" href="file:///C|/Users/Miki/Desktop/AFFILIATE/deep_blue/default.css"/> 
    Code (markup):
    What's the problem? The href given is to a file hosted locally on a windows computer.. looks like Vista/Win7.

    You need to find this line using the dreamweaver code view, then replace it with this: (btw, it's located near the top of the page)
    <link rel="stylesheet" type="text/css" href="default.css"/> 
    Code (markup):
    Your problem should then be fixed.
     
    CodedCaffeine, Oct 30, 2009 IP
  3. LH1

    LH1 Member

    Messages:
    13
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #3
    Hey codedcaffeine

    Wow, that was brilliant, my site is sorted now.

    Thanks for the help, you are legend.

    M
     
    LH1, Oct 30, 2009 IP
  4. CodedCaffeine

    CodedCaffeine Peon

    Messages:
    130
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #4
    No problem.

    I also recognize the template. All of his work is just amazing.
     
    CodedCaffeine, Oct 30, 2009 IP
  5. stejas

    stejas Guest

    Messages:
    72
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    The site looks nice. If you want to check in all browsers, use browsershots.org. you can see in all browsers
     
    stejas, Oct 31, 2009 IP
  6. cignusweb

    cignusweb Peon

    Messages:
    147
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Please check css path on your html
     
    cignusweb, Oct 31, 2009 IP
  7. kmas designs

    kmas designs Peon

    Messages:
    3
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    I am having the same problem as LH1. I built a website on my own in dreamweaver. Everything looks perfect in IE ( any verison ). It looks bad in firefox and safari. I used tables for lists and the spacing is crazy.

    Any suggestions.....
    website: www.goldcaljrsvbc.com
    a page with a table:www.goldcaljrsvbc.com/18black.html
     
    kmas designs, Nov 22, 2009 IP