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
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.