sorccu / cufon

Fast text replacement with canvas and VML - no Flash or images required.
http://cufon.shoqolate.com
MIT License
2.09k stars 237 forks source link

Cufon Css Text Decoration line-through Problem #217

Open dngrmn1 opened 12 years ago

dngrmn1 commented 12 years ago

I want to using cufon with my projects price area. If product is sale, double price showing price table. Old price has line-through text , other price without line-through text. Firefox can show it correct but internet explorer and google chome can't show line-through text. Please help me. Best Regards.

gakdoru commented 12 years ago

Same Problem. Did you find any solution?

pnoeric commented 12 years ago

I'm also having the same issue with line-through and Cufon; the line isn't showing in chrome. No solution that I can figure out.

dngrmn1 commented 12 years ago

i use 1px repeat-x background image.it looks like real line-through :)

pnoeric commented 12 years ago

Good idea, I'll try it-- thanks!

pnoeric commented 12 years ago

I went with a 1px x 2px black image and it works GREAT-- thanks! E

.strike {
    background:url(../images/black-1x2.png) repeat-x 0 10px;
}
sadikpk commented 11 years ago

ooh...what an idea..Thanks..