Results 1 to 2 of 2

Thread: CSS and Firefox?

  1. #1
    PowerPoster
    Join Date
    Jan 04
    Posts
    3,616

    CSS and Firefox?

    I'm pretty new to Web development and didn't know that you should never really design your website/app using IE. I've heard that Firefox is the best to use when it comes to designing a website. My question is this, is their a site that shows what the CSS differences are between Firefox and IE?

    My website looks fine in IE but certain HTML Table cells are displaying differently.

    Thanks,
    Blake

  2. #2
    Frenzied Member tr333's Avatar
    Join Date
    Nov 04
    Location
    /dev/st0
    Posts
    1,426

    Re: CSS and Firefox?

    You're best off designing and testing in Firefox, Chrome, Opera, and Safari. Once your site is working in those browsers you can move onto fixing it up so older versions of IE don't make it look so horrible. Use Conditional Comments to provide a separate stylesheet for IE.

    If you aren't already doing so, I would recommend starting all sites with the HTML5 Boilerplate, which is a HTML5 template designed by the web's top front-end developers.

    Also look at installing some developer tools for Firefox, in addition to the built-in tools already available in Firefox, Chrome, and Opera.

    EDIT: This stuff should be in the sticky at the top of the webdev forum The stuff in that post is horribly out of date with links to w3schools, and not a single link to anything jQuery related.
    Last edited by tr333; Sep 9th, 2012 at 07:15 PM.
    Don't forget about rep points if you think a post has benefited you in any way.
    Just another Perl hacker,

Posting Permissions

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