Simon Collison has a new responsive web design , there are several declarations in CSS like this:
@-moz-document url-prefix() { .fl { float:left; margin:12px 4px 0 0; padding:0; font-size:65px; line-height:62%; color:#ba1820; } .fs { float:left; margin:12px 4px 10px 0; padding:0; font-size:65px; line-height:62%; color:#ba1820; } }
What is this actually doing? I googled for @ -moz-document url-prefix () and found links for using it in userchrome, but not in standard site style sheets.
It usually has a URL passed as an argument, which then restricts the contents of the advertisement to that URL. However, the Colly site does not pass an argument. Does this mean the ad is running at the current URL or any URL, no? So, - this is what we see here, how to orient browsers only for Mozilla with certain rules ?
css
Charles Roper Jun 26 '10 at 7:28 2010-06-26 07:28
source share