Mozilla Or Ie?

Discussion in 'General Discussion' started by Blazeman, Dec 24, 2004.

  1. Blazeman

    Blazeman Am I Evil?

    Age:
    37
    Posts:
    5,915
    Likes Received:
    1
    Joined:
    Oct 16, 2004
    Location:
    Maryland
    I say its not a preference thread because this isnt about opinion

    I hate how some templates look coded/sliced properly on IE but they look terrible on mozilla and vice versa.. for example

    here are some examples:
    http://www.wl-football.com/index.html

    ^looks great in mozilla (i made it:)) but the coding looks messed up in IE

    http://www.unknowntalent.org

    ^n3ptunes website, looks good in IE, but the slicing/coding looks horrible in mozilla

    anyone have a good solution to make your template fit both properly?

    (mark if u try to reply i will smack the titties off ur fatass chest)
     
  2. mttviper

    mttviper Well-Known Member

    Age:
    36
    Posts:
    3,037
    Likes Received:
    0
    Joined:
    Jul 24, 2004
    XHTML if i remember right is the "more specific" of html and works in both equally
     
  3. Blazeman

    Blazeman Am I Evil?

    Age:
    37
    Posts:
    5,915
    Likes Received:
    1
    Joined:
    Oct 16, 2004
    Location:
    Maryland
    what exactly is it?

    do you have any links or anything that have info about this
     
  4. xlink

    xlink GR's Tech Enthusiast

    Posts:
    8,054
    Likes Received:
    3
    Joined:
    Nov 19, 2004
    XHTML is equivilent to HTML, except that it can bealtered more easily in the future, as of now, they are equivilent

    phrase in html
    Code:
    [url="http://gamerenders.com/"][img]http://image.gif[/img][/url]
    
    
    
    
    
    
    
    
    
    

    phrase reformated for XHTML
    Code:
    [url="http://gamerenders.com/"][img]http://image.gif[/img][/url]
    
    
    
    
    

    the main diference is that XHTML ihas a stricter syntax and allows for some newer web technologies such as SVG images. This shouldn't have any diference in presentation. Here is my solution for the sites though, design the layout so it works, not the coding
     
  5. mttviper

    mttviper Well-Known Member

    Age:
    36
    Posts:
    3,037
    Likes Received:
    0
    Joined:
    Jul 24, 2004
    www.w3schools.com they got ALOT of languages but there is xhtml on the side bar to leatn
     
  6. Razgriz

    Razgriz Well-Known Member

    Posts:
    65
    Likes Received:
    0
    Joined:
    Dec 24, 2004
    i use IE and it sux so much
     
  7. PointZero125

    PointZero125 Well-Known Member

    Posts:
    916
    Likes Received:
    0
    Joined:
    Nov 12, 2004
    Mozilla > IE. Hands down. It's faster, more secure, nicer, and much more.
     
  8. leon

    leon Well-Known Member

    Age:
    42
    Posts:
    54
    Likes Received:
    0
    Joined:
    Jul 31, 2004
    Location:
    Bromsgrove, Worcs., UK
    IE is more forgiving with sloppy code than Firefox is.

    I suggest working exclusively with Firefox until it looks good in that then tweak your code so it works in both. It takes more time but then you won't leave anyone out with a poorly coded site.

    If you do it the other way round, you'll have so much more work cut out for yourself because of the lax web standards that IE complies with.

    ^_^
     
  9. Blazeman

    Blazeman Am I Evil?

    Age:
    37
    Posts:
    5,915
    Likes Received:
    1
    Joined:
    Oct 16, 2004
    Location:
    Maryland
    sounds good.. ill try out the xhtml thing.. nice quote in your sig btw :lol:
     

Share This Page