The strikethrough tag has no wiki summary.
2
votes
3answers
60 views
Is it possible to do this “half strikethrough” using CSS (without using images)
I'm doing a site without using any images, to make it responsive and faster, only CSS(3).
I'm trying to do the following effect using CSS
I used to do this using
<div class="strikethrough">
...
1
vote
1answer
116 views
Windows Phone Checkbox Strikethrough/Change fontstyle
I have a list of checkboxes which, when checked, the content (text) should then be strikethrough or even just to change the fontstyle (colour) of the checked item. I'm trying to do this in a ...
0
votes
1answer
33 views
How to Get StrikeOnText Effect in a table view while enable the edit option using xcode4.3 & above?
How to get Strike Text Animation while we select edit option for the table view
and also when we swipe on a table row.We need to get this type of style before deleting!
I want in xcode4.5
...
0
votes
1answer
47 views
Strikethrough not saving for the items in Android
I'm developing simple shopping list application for android.
As I'm able to strikethrough & unstrike the items in the list view. But after opening back the closed application I'm unable to get ...
0
votes
1answer
61 views
How to Strikethrough and clear strikethrough in the Listview
I'm developing simple shopping list application. As I need code to make strike-through when item is clicked for the first time and later clear the strike-through when the item in the listview is ...
5
votes
6answers
430 views
How to strike through obliquely with css
I need something like this:
How can achieve this with css? I know that one way is use background image, but can I achieve this only with css without any image?
3
votes
1answer
263 views
How to strikethrough text items in listview when checked?
I'm trying to strikethrough list items when they are checked, however, there's one problem: once one item is checked, another gets striked, however, the toast messages are shown correctly for each ...
1
vote
1answer
277 views
CSS - overriding an inherited text-decoration:line-through
I've created a fiddle to demo the problem. I want the select box in the following to be normal text, and the rest to be struck out. The HTML is:
<div class="strike">
This is struck out text
...
0
votes
0answers
51 views
Visual Spillover Using StrikeThrough On Inlines
We are dynamically creating a flow document in code, and applying xaml styles to them that are selected dynamically by the user. We have a large object graph that traverse and create the separate ...
1
vote
2answers
707 views
JTable passing values to excel (Text formating)
I use the code that you can see below in order to strike through some cells in a jtable. Works great for me, and both in appearence and in print with JTable.print() method works excellent.
public ...
1
vote
2answers
431 views
Strikethrough for entire row in jtable
I have a JTable that takes their value over a mysql data base. I made several customcolumn renderers in order the JTable to show the data formated as I need them. What I need now is to add some ...
0
votes
1answer
318 views
create different color strike through
I am trying to create textview with text color as black and strikthrough as red, I tried to use html but does not seems to work
String styledText = "<span ...
1
vote
3answers
257 views
Strikethrough text in Adobe Flex 4
How to make strikethrough text in Adobe Flex 4?
I mean using native flex framework features: styles, libraries, classes.
I use RichText component.
Please, do not answer:
draw line
make it ...
2
votes
3answers
1k views
Firebug CSS strike-through
I've made an global css that I used in two page (basic search and advance search page). I use it in advance search page, and the css script is running well. But when I move to basic search page (by ...
0
votes
2answers
246 views
Is it possible to display text in a console with a strike-through effect?
I have already looked into ANSI escape codes, but it looks like only underlining is supported.
Do I miss something or is there another option?
If it is not possible, is there something equivalent in ...
0
votes
2answers
410 views
format textview in Listview
I have a ListView with some items. I'd like to set ListView where some items are strikethrough. I know how to make it using onclicklistener, but I'd like to load ListView with already marked ...
0
votes
1answer
548 views
Android ListView strikethrough text
I'm doing a Shopping List in Android, for which I'm storing Products in SQLite Database.
The Products are Clickable so that they should get strikethrough. Updating Database works fine but the ...
2
votes
1answer
655 views
Mac OS X: strikethrough the text in a label (NSTextField)
Is it possible to strikethrough the text in a label (NSTextField)?
I have tried to use the Font Panel, but apparently these are ignored when I try to set them:
0
votes
4answers
293 views
Clear the text style of the Element using Javascript
I need to clear the text decoration property of the element using java script.
Currently I am setting text decoration property of element to 'line-through'. In some point of time i need to undo the ...
1
vote
3answers
5k views
CoreText and strikethrough on iPhone
I'm currently struggling with the need to display strikethrough text in many UITableViewCells. Something that written in HTML would looke like
<strike>€99</strike> save 50% => now €49
I don't ...
15
votes
4answers
1k views
ReST strikethrough
Is it possible to strike text through in Restructured Text?
Something that for example renders as a <strike> tag when converted to HTML, like:
ReSTructuredText
1
vote
1answer
518 views
Is it possible to strikethrough text in a LabelField?
I've been able to style a LabelField with bold, underlined and italic text, but I have yet to find a way to specify strikethrough text. I haven't been able to find any documentation that it's ...
5
votes
3answers
809 views
CSS: How to clear line-through for an element in a table row?
I'm having trouble "clearing" a line-through that I'm using on a table row. I don't want the line-through effect on the link. I'm changing the tr class dynamically with javascript so I would like to ...
3
votes
1answer
1k views
Best way to set a strikethrough on individual cells of the WPF DataGrid?
What is the best (easy) way to set the font to a strikethrough style on individual cells of the WPF DataGrid?
...
Options that I'm aware of are inserting TextBlock controls in individual cells or ...
2
votes
3answers
2k views
How to strikethrough text of a selected row(having checkbox in first column) of JTable?
I have a Jtable with a checkbox in first column. I want to strikethrough text of a row when the checkbox is selected. (eg same as we do in microsoft outlook when our task is complete.) I have tried ...
10
votes
4answers
7k views
Linethrough/strikethrough a whole html table row
After some research, I couldn't find an answer to this question. There was this but it didn't really answer my question. I would like to "strikethrough" a complete html table row in CSS, not just the ...
2
votes
1answer
451 views
How to make text strikethough in Sphinx
Is it possible to make text strikethrough in the sphinx documentation generator?
7
votes
5answers
6k views
CSS: Line-through with a color different from the text color?
I’d like to have gray text with a red strike-through, but this style doesn’t work:
color: #a0a0a0;
text-decoration: line-through 3px red;
What am I doing wrong?
12
votes
5answers
7k views
Is there an easy way to strike through text in an app widget?
I was wondering if there is an easy way to strike text within an app widget in Android. In a normal activity, it is pretty easy, using textview flags:
textView.setPaintFlags(textView.getPaintFlags() ...
1
vote
2answers
2k views
fPDF: how to strikeout/strikethrough justified text in multicell?
I am generating a PDF with fPDF.
I need to strikethrough a long text inside a MultiCell. The text is justified to left and right, which probably is the source of the problem.
Here is my code:
...
0
votes
2answers
2k views
GridView Style based on bound data
I would like the rows of my GridView to have strikethrough based on a bound data value called IsObsolete. I tried to do this:
<RowStyle BackColor="#EFF3FB" Font-Strikeout='<%# ...
11
votes
5answers
19k views
How to strike out inside LaTeX equations? [closed]
Please see the snippet below and tell me how can I achieve the same strike-out effect as in the main text. I am using the version of LaTeX from the latest Ubuntu repositories.
\documentclass{article}
...

