ChavezArquitectos / curvycorners

Automatically exported from code.google.com/p/curvycorners
0 stars 0 forks source link

Printing the border #29

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When using a border (for instance 3px solid #000) on a box with curvy
corners, printing it won't display the corner. The border without corners
will still be printed (and it seems that one cannot prevent the border from
beeing printed, even without a border:none in a CSS sheet for printers).
Look for instance at the screenshots attached.

I am using Curvy Corner version 2.0.4 on Mac OS X.

Original issue reported on code.google.com by pierre.b...@gmail.com on 11 Aug 2009 at 2:06

Attachments:

GoogleCodeExporter commented 8 years ago
curvyCorners gets its effects by positioning tiny DIVs with appropriately 
coloured 
backgrounds.

Many browsers suppress the printing of solid backgrounds. This is a browser 
setting, 
so far as I'm aware, and not overridable in CSS (though it may perhaps be 
addressed 
via javascript).

To get rounded borders to print in modern browsers, use the new CSS style of 
invocation. Most MacOS browsers will then render the corners natively.

Original comment by c.1%smit...@gtempaccount.com on 11 Aug 2009 at 3:24

GoogleCodeExporter commented 8 years ago
Thank you for the answer.

Original comment by pierre.b...@gmail.com on 11 Aug 2009 at 4:55