Questions tagged [zebra-striping]

Zebra striping is a diagnostic shading technique used in computer graphics to visualize curvature on smooth surfaces.

Zebra striping is a diagnostic shading technique used in computer graphics to visualize curvature on smooth surfaces.

49 questions
1
vote
1 answer

Prepare a ZPL command for printing the mono chrome bitmap image

I have a problem in preparing the ZPL command for printing the bitmap image on Zebra RZ400 300 dpi. I have folling code snippet and i dont understand where i am extacly making a mistake. var bitmapImagePath = @"C:\Sample.bmp"; //Gets the size of…
siva Rapolu
  • 409
  • 1
  • 8
  • 20
1
vote
4 answers

how to remove border-spacing gaps from zebra stripes

I have a table that has both border-spacing and zebra striping. But when border-spacing and zebra striping are combined, the combination results in gaps between the columns rather than a smooth stripe. For example, in the table below there is an…
David Bridgeland
  • 525
  • 1
  • 9
  • 16
1
vote
2 answers

Zebra stripping not working in IE8

I wrote the following jquery to apply zebra stripping to a certain row in a table. This works fine in Chrome and Firefox but doesnt work in IE8. W