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

CSS, easy points: I need to know what this block of CSS code does?


I need to know what this block of CSS code does, every piece.

.FIX_OPERA {}@media all and (min-width: 0px)
{
.ProfileWrap
{
width: 550px;
}
}

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.

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 means that there is a box called "ProfileWrap" inside the "FIX-OPERA" which is set to a default width of 550px.

Tags
  General - Computers & Internet   Software   Security   Programming & Design   Facebook   Flickr   Google   MSN   MySpace
Related information
  • 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...

  • What form input type does this?

    checkboxes? radio buttons, you can only select 1 in a group pull down menus can only select 1 listboxes in VB you can select more than 1 what language would this be in? I initially thought...

  •  

    Categories--Copyright/IP Policy--Contact Webmaster