Computer problems,Computer help
*AX SOFT>>>Programming & Design

CSS, easy points: What is ".FIXFIREFOX {}html:not([dummy]) " referring to? The entire thing?


I need to know what this entire selection of CSS does:

.FIXFIREFOX {}html:not([dummy])

I have no idea and I consider these easy points for the right people.

I can certainly go look this up on the internet. However, sometimes I feel inclined to feed the Answers community with more archive.

Thanks for your answer. It's highly appreciated.

As I cannot see the rest of the code you took this from I can only answer your question in a general sense.

The line of code you provided in your question is a CSS filter which is targetting the Firefox browser. Basically it prevents users of other browsers and viewing the markup content in the same manner you chose the Firefox user to view it.

For example this piece of code causes text for some browsers to be one colour, and for Firefox users to be another colour. The bonus with this particular example is that it is compatible with IE7.

/* text green in IE (both 6 & 7) */
.classname {color: green;}

/* text red in Safari and Firefox */
html:not([dummy]) .classname {color; red}

You can see some other examples of these filters and learn more about them here:

聽聽http://en.wikipedia.org/wiki/CSS_filter

Tags
  General - Computers & Internet   Software   Security   Programming & Design   Facebook   Flickr   Google   MSN   MySpace
Related information
  • CSS, easy points: I need to know what this block of CSS code does?

    The "FIX_OPERA" part is a workaround for people who use the Opera web browser. It says that the smallest width that all media (images, boxes etc) with this name can be is 0px. It also me...

  • Which is the easiest web site building software?

    Microsoft front page. If u want to build a website, ill make one for u absolutely free :) i love web designing, email me if u r interested syedmohsin2k2@hotmail.com

    ...
  • How agile method works in the software development?

    Agile software development is a conceptual framework for software engineering that promotes development iterations throughout the life-cycle of the project. There are many agile development meth...

  • How do you make a webpage open in the same window instead of a new one?

    <a href="http://www.quackit.com/travel/new_... target="_self"> <img src="http://www.quackit.com/pix/milford_... width="225" height="151" alt="M...

  • What are the parts of a website that excite you, what make you stay longer on it,what's a no no?

    It all depends on what the website is for. I generally use the web to find information. In that case, I like a website that is well constructed, presents its information in an easy to find, easy ...

  • Can some one help me to check why cant my program work. thanks?

    Firstly.... You should follow some conventions... #include <stdio.h> Should be #include <cstdio> And all of these TotalScore = TotalScore + 4.00; Should be TotalScore += 4.0...

  • What type of website is this?

    It's a directory.

    ...
  • In C++ Convert each decimal number to the nearest integer??

    Your logical operators are taking affect.. putting the "+" in presidence before the function base it's self... so it's adding together the floating point values of a-e, then set...

  •  

    Categories--Copyright/IP Policy--Contact Webmaster