Questions tagged [line-through]

22 questions
0
votes
1 answer

Line-through animation on hover (incomplete)

I'm fairly new to css animations. I want to have an effect where if I hover over the element the line-through slowly disappears from right to left. I already gathered all of this but when the page loads the effect already begins. So when I hover…
Zeger Caes
  • 35
  • 2
0
votes
2 answers

CSS apply style except on :after

From the following CSS code: p {text-decoration: line-through;} p:after {text-decoration: none; content:" text";} with HTML:

abcd

I woud expect the following: abcd text However I get this: abcd text Why is this and how can I get what I…
0
votes
2 answers

{CSS} A different color for the line which is drawn on a text by "text-decoration: line-through"?

Is it possible to change color of the line on wrapped text? I mean, e.g, a black text and a red line!?
mini
  • 173
  • 7
0
votes
2 answers

Line-through when checked over multiple td's using CSS

Im trying to do a linethrough over a label + checkbox both in a separate td. In my example code I have created 2 tables: Currently only table 1 is doing a line-through when checkbox = checked. I guess this is working because both elements share a…
frontcamp
  • 3
  • 3
0
votes
0 answers

how to add make a line-through in jekyll?

i'd like to add a line-throught in my post, and i try like this: ~~hello,world~~ it's ok in my Mou(a software display markdown content), but it doesn't work in jekyll ,it tell me REXML could not parse this XML/HTML: i'm new to markdown, someone…
demon
  • 833
  • 1
  • 10
  • 20
-1
votes
1 answer

Is it possible to animate a CSS line-through from left to right text-decoration when clicking a checkbox?

I'm trying to animate with CSS the a line through on a text, but when I click the checkbox it's like a to do list when you check the box it's going to make a line through, but I want the through line going from left to right, Can anyone advise if…
-1
votes
3 answers

Display text line-through automatically

I am working on a site and suddenly some of text shows line-through i try many properties to remove that but no luck please check and give me solution link : http://alimamahouse.com/real_estate/ check footer and some headings
Mr KaMaL
  • 41
  • 7
1
2