Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cufon Css Text Decoration line-through Problem #217

Open
dngrmn1 opened this issue Oct 31, 2011 · 6 comments
Open

Cufon Css Text Decoration line-through Problem #217

dngrmn1 opened this issue Oct 31, 2011 · 6 comments

Comments

@dngrmn1
Copy link

dngrmn1 commented Oct 31, 2011

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
Copy link

gakdoru commented Jan 18, 2012

Same Problem. Did you find any solution?

@pnoeric
Copy link

pnoeric commented Feb 7, 2012

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
Copy link
Author

dngrmn1 commented Feb 7, 2012

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

@pnoeric
Copy link

pnoeric commented Feb 7, 2012

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

@pnoeric
Copy link

pnoeric commented Feb 7, 2012

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
Copy link

sadikpk commented Oct 17, 2012

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants