Thanks Thanks:  0
Likes Likes:  0
Needs Pictures Needs Pictures:  0
Picture(s) thanks Picture(s) thanks:  0
Results 1 to 9 of 9

Thread: CSS & Firefox

  1. #1
    Join Date
    Nov 2006
    Location
    t
    Posts
    961

    Default CSS & Firefox

    I use CSS a lot to keep an even "look" to a website, but have noticed that since the switch to Firefox (from IE) that only part of the CSS is working.

    Any tips or tricks to making CSS work in Firefox?
    .

  2. # ADS
    Google Adsense Advertisement
    Join Date
    Always
    Location
    Advertising world
    Posts
    Many





     
  3. #2
    Join Date
    Jan 2003
    Location
    Osaka
    Posts
    909

    Default

    Yeah, Firefox is more strict when it interprets CSS and formatting commands. F'rexample:

    color:FFFFFF will work in IE, but Firefox will demand
    color:#FFFFFF

    If forces you to be more disciplined and more correct in your coding, but once it is done, it's done.
    Semtex fixes all

  4. #3
    Join Date
    Mar 2006
    Location
    Mildura, Victoria
    Posts
    1,407

    Default

    Curiouser and curiouser, I've been waiting for some one else to ask - what is youse talkin' bout? What is CSS, please?

    soth

  5. #4
    Join Date
    Jan 2003
    Location
    Osaka
    Posts
    909

    Default

    Cascading Style Sheet.

    As it's name suggests, it is a way of setting the style and look of a web page in a manner that can be used ("cascaded") through the whole site.
    Semtex fixes all

  6. #5
    Join Date
    Mar 2006
    Location
    Mildura, Victoria
    Posts
    1,407

    Default

    Oh? Right!!!!
    Thank you.


    soth

  7. #6
    Join Date
    Mar 2006
    Location
    Mildura, Victoria
    Posts
    1,407

    Default

    Sorry. Last post reads as sarcasm - which is not intended.

    soth

  8. #7
    Join Date
    Nov 2006
    Location
    t
    Posts
    961

    Default

    Quote Originally Posted by q9 View Post
    Yeah, Firefox is more strict when it interprets CSS and formatting commands. F'rexample:

    color:FFFFFF will work in IE, but Firefox will demand
    color:#FFFFFF

    If forces you to be more disciplined and more correct in your coding, but once it is done, it's done.
    Ah, so I need to review the CSS used and ensure proper coding used, colour was one problem, the other is alignment, thanks for that.

    Masoth, CSS is a handy tool as already mentioned not only can you keep the same look within a site, it also helps keep it looking the same on most computers.
    People have different settings and what looks good on one puter can look strange on another, CSS helps to keep the look the same regardless.
    .

  9. #8
    Join Date
    Jan 2003
    Location
    Osaka
    Posts
    909

    Default

    There's a site called quirksmode.com or something similar which should help you iron out many of the common issues.
    Semtex fixes all

  10. #9
    Join Date
    Nov 2006
    Location
    t
    Posts
    961

    Default

    Nothing seems to make Firefox behave correctly, tried everything from setting strict and quirk modes, rewriting the CSS, a few code work arounds and nothing works.

    IE, Opera work fine its just firefox playing silly buggers
    .

Similar Threads

  1. firefox help
    By BernieP in forum COMPUTERS
    Replies: 9
    Last Post: 25th November 2008, 02:38 PM
  2. Firefox 2.0
    By Grunt in forum NOTHING AT ALL TO DO WITH WOODWORK
    Replies: 19
    Last Post: 5th November 2006, 10:52 AM
  3. Firefox problem
    By namtrak in forum FORUMS INFO, HELP, DISCUSSION & FEEDBACK
    Replies: 10
    Last Post: 19th October 2006, 07:28 AM
  4. Help with Firefox
    By echnidna in forum NOTHING AT ALL TO DO WITH WOODWORK
    Replies: 20
    Last Post: 7th February 2005, 04:42 AM
  5. Stuff Firefox
    By echnidna in forum NOTHING AT ALL TO DO WITH WOODWORK
    Replies: 9
    Last Post: 7th February 2005, 03:00 AM

Tags for this Thread

Posting Permissions

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