0
votes
2answers
63 views

Any way to “cut” background with the element?

I need to cut an background of a div with a heading in the following way: While it can be easily achieved on solid background (by setting element to inline-block and using same bg color as a main ...
0
votes
1answer
166 views

Avoid div/tables cut when printing

I am using the editable invoice template to make the invoice. It looks great on the browser but when a certain number of item is added in the table, the bottom part(as attached in image) becomes cut ...
1
vote
3answers
748 views

Remove Styles from Text when Copying / Cutting using CSS or Javascript

Yo, Alright been noodling on this one for a while: How copy/cut styled text without bringing along any style baggage (background-color, color, etc)? Couple of routes of attacks that have been ...
2
votes
6answers
456 views

Cut a picture with Javascript or CSS?

I have pictures of constant width (i.e. 100px) but with variable height (could be 200px, 130px, ... but height is always >= 100px). I'm looking for CSS or Javacript code, that can cut the bottom ...
25
votes
7answers
28k views

Limit text length to n lines using CSS

Is it possible to limit a text length to "n" lines using CSS (or cut it when overflows vertically). text-overflow: ellipsis; only works for 1 line text. original text: Ultrices natoque mus ...