| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 10 months |
| seen | 22 mins ago | |
| stats | profile views | 12 |
|
Aug 24 |
comment |
Run javascript/jquery only on screen media, not print Just to clarify: I'm printing to PDF, as I currently don't have access to a physical printer. Nevertheless, I need this to apply to both hardcopies and PDF printouts. |
|
Aug 24 |
comment |
Run javascript/jquery only on screen media, not print Actually, I don't think it returned true. What class would it give my <html> tag? |
|
Aug 24 |
comment |
Run javascript/jquery only on screen media, not print Yes, if (Modernizr.mq('only screen')) {$('h1').text('media screen');} gives me "media screen" in both browser viewport and PDF printout. |
|
Aug 24 |
comment |
Run javascript/jquery only on screen media, not print Thanks, I tried your suggestion, but my script still seems to also apply to print (print to PDF). Using Chrome 21, Firefox 11, Safari 6 on Mac. |
|
Aug 24 |
comment |
Run javascript/jquery only on screen media, not print Elegant, however, my script still seems to also apply to print (print to PDF). Using Chrome 21, Firefox 11, Safari 6 on Mac. |
|
Jul 20 |
comment |
Chained pseudo-selectors in IE8 Sorry, had a long day. Couldn't think straight, I feel stupid now :-s Of course content works. last-child also works, thanks to Selectivizr. The problem is that they don't work when chained together.
I've tested with first-child (natively supported by IE8) instead and it works:
p:first-child:after {content: "foobar";}
Therefore, I conclude that it's not working because Selectivizr doesn't support chaining pseudo-elements|classes. Thanks for you help! |
|
Jul 20 |
comment |
Chained pseudo-selectors in IE8 Thanks for the correction @BoltClock Thankfully my question was still understood. I've tested and :last-child works, but I don't know how to test :after by itself. This works in IE9 and WebKit, and I assume in Firefox also. |
|
Aug 28 |
comment |
Time format in iPhone Photos.sqlite Thanks @Eric! I didn't know about NSDate and it's the info I needed to find an online Cocoa NSDate Calculator and Converter |
|
Jul 17 |
comment |
Use custom image for Google+1 button? @billygates Good point. Technically, it is against the ToS: "Publishers may not alter or obfuscate the +1 Button, and Publishers may not associate the +1 Button with advertising content, such as putting the +1 Button on or adjacent to an ad, unless authorized to do so by Google." However I think it's intended to prevent fraud and there may be legitimate reasons to modify the Google+ button (code validation for example). |
|
Jul 7 |
comment |
Use custom image for Google+1 button? What kind of problems are you running into? Have you tried adding !important to your style? I've successfully styled the #___plusone_0 container DIV. I didn't try positioning it, but I presume it should work. |