Chris
Member since Nov 12, 2009
- Profile: /members/4740-chris.htm
- Comments: 4
Recent Blog Comments By Chris
-
Ask Ben: Print Part Of A Web Page With jQuery
Posted on Apr 13, 2012 at 9:05 AM
@Aleks - Thanks for your response. Are you actually including an external style sheet, or are you writing your styles within the page that you are printing? I am using Martin Madler's suggestion of importing the css using something like this in the jQuery print plugin: objDoc.write( "... read more »
-
Ask Ben: Print Part Of A Web Page With jQuery
Posted on Apr 13, 2012 at 8:22 AM
Hi guys, I have got my printable section printing out now, but my external style sheets are being completely ignored. When I click print, and look at the iframe in Firebug, the css files are being brought in correctly, but the styles themselves are not being applied to any of the classes in the bo... read more »
-
Using CSS Fixed Position Elements Across Browsers
Posted on Nov 13, 2009 at 10:07 AM
Beautiful, thanks for your help guys!... read more »
-
Using CSS Fixed Position Elements Across Browsers
Posted on Nov 12, 2009 at 6:25 AM
Hi Ben, I have a situation in which I need to have a fixed div that scrolls with the page, but remains within another div (so that it does not overflow into the footer of the site when you get to the bottom) Do you know of anyway to restrict the fixed div to stop scrolling within another div? Tha... read more »