help css, site in IE and FF are different ???

Discussion in 'CSS' started by arale, Feb 13, 2008.

  1. #1
    Hi,

    I have site www.n y a s a t i m e s.com (plz remove space), it looks good on FF but not works as the same way with FF on IE. I'm confused, please help me to fix it :(
     
    arale, Feb 13, 2008 IP
  2. deathshadow

    deathshadow Acclaimed Member

    Messages:
    9,732
    Likes Received:
    1,999
    Best Answers:
    253
    Trophy Points:
    515
    #2
    Doesn't render right in Opera or Safari either - meaning you likely have invalid code and your layout relies on Firefox's error handling instead of proper code behavior.

    A good start would be cleaning up your twenty validation errors, then strip out ALL the presentational markup and format the code so you can actually SEE that everything is opened and closed properly, THEN get rid of all those wrapping DIV that aren't actually DOING anything, move the comments to BEFORE their 'closings' since putting them after can cause major render bugs in IE, axe those stupid javascript generated boxes...

    and that's BEFORE we even talk about the CSS. There's so much wrong that even after reformatting my advice would be to chuck the whole thing and start over with VALID SEMANTIC MARKUP with SEPARATION OF PRESENTATION FROM CONTENT.
     
    deathshadow, Feb 13, 2008 IP
  3. Dan Schulz

    Dan Schulz Peon

    Messages:
    6,032
    Likes Received:
    436
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Dan Schulz, Feb 13, 2008 IP
  4. arale

    arale Guest

    Messages:
    1,215
    Likes Received:
    19
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I have fixed most of errors but it still doesnt work as well. only some error about alt... any idea?
     
    arale, Feb 13, 2008 IP
  5. JackDuluoz

    JackDuluoz Peon

    Messages:
    109
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Hello..
    To be honest you didn't fix all errors because there are some other errors that are not about the alt attribute... I would fix them all because proceeding with other things..
    I noticed, when building my sites, that many times fixing an apparently unrelated error fixes also other visualization problems with browsers...
    Hope it helps,
    Good bye!

    PS: Sorry for my bad english :)
     
    JackDuluoz, Feb 14, 2008 IP
  6. arale

    arale Guest

    Messages:
    1,215
    Likes Received:
    19
    Best Answers:
    0
    Trophy Points:
    0
    #6
    its dynamic website, they used template file. Different to find which file I need to fix, so some errors are still appear. I have tried fixed version (Clean up Markup with HTML Tidy) of w3.org but site still doesnt work as firefox.
     
    arale, Feb 14, 2008 IP
  7. JackDuluoz

    JackDuluoz Peon

    Messages:
    109
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Mmm... It is now rendering right in Opera 9.21 and Firefox 2.0.0.6 on Windows.. I've tested it now.. Maybe it depends on the version of Firefox...
     
    JackDuluoz, Feb 17, 2008 IP