Results 1 to 2 of 2

Thread: JS solution for cross-browser HTML/CSS standardization?

  1. #1
    Join Date
    Oct 2010
    Posts
    1

    Question JS solution for cross-browser HTML/CSS standardization?

    Sup everyone - I'm relatively new to the web design scene. What I'm running into, and what everyone else appears to be struggling with, is maintaining one HTML/CSS code base and having the site look/behave the same way across browsers (mainly just IE / Firefox / Chrome).

    All I see are "CSS hacks" and "write for Mozilla, then tweak for IE" guidance. Are there other. possibly JS-based, solutions out there that are more elegant? I wasn't able to find any myself.

    So far - "tweaking" for IE - has been a nightmare. Looking for a better way.

    Thanks in advance for any guidance/direction you can offer up.

  2. #2
    Join Date
    Oct 2010
    Location
    Orlando Florida
    Posts
    140
    Best things to study is how IE and Firefox translate Padding, Margins, Absolutes, Relatives, Floats. Once you master these, you can usually have 1 style sheet that takes care of everything and the ie style sheet with have maybe 1 or 2 changes. Don't stress yourself over having an IE fix sheet, just work on optimizing your code to a minimal ie sheet.
    Fishpunt Design Studio - Orlando, Florida

Similar Threads

  1. Submitting forms vs. a browser requests
    By toionbon in forum Web Design, HTML Reference and CSS
    Replies: 0
    Last Post: 18 Sep 2010, 04:35 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
  •