what the meaning

Discussion in 'CSS' started by unitechy, Jan 15, 2007.

  1. #1
    hello ppl whats the meaning of this in css?

     head+/**/body .fc:after{ /* min-height browser but not IE 7 */
    	content:".";
    	display:block;
    	height:0px;
    	clear:both;
    	visibility:hidden;
    	}
    
    
    Code (markup):
    i got this from here http://http://www.sitepoint.com/forums/showthread.php?t=451402 in reply #4
    i am new to this all css and design
    thanks
     
    unitechy, Jan 15, 2007 IP
  2. crazybjörn

    crazybjörn Peon

    Messages:
    270
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #2
    First time I see such selector, guess it's CSS3 tied in specifically to some version ofFF or another modern browser. But what it basically does is clear both left and right floats, when/after an element with fc class appears.
     
    crazybjörn, Jan 16, 2007 IP
  3. unitechy

    unitechy Peon

    Messages:
    350
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #3
    okay thanks mate..
     
    unitechy, Jan 16, 2007 IP