Top "Text-decorations" questions

a CSS property to set the element's text formatting to underline, overline, line-through, or blink

How to change 'text-decoration' property with jQuery?

I have table with following structure: <table style=" margin-top: 10px; border: 1px wheat solid; width: 100%; font-size: 10px; font-family: Arial , …

jquery text-decorations
Remove text-decoration underline, for a:after in css

Possible Duplicate: “text-decoration” and the “:after” pseudo-element “text-decoration” and the “:after” pseudo-element, revisited I am making a navigation links using &…

html css navigation text-decorations
adding text decorations to console output

I have a c# .net 3.5 application that writes text to the console using a StreamWriter. Is there a way I …

c# console ansi text-decorations
text-decoration:none; doesn't work for a simple example

I'm courious why "Should not be underlined" words are still underlined in the code below: <html> <head&…

css html text-decorations
Text-decoration: underline not applying with inline-block span elements

I'm having an issue with text-decoration: underline on two spans that use inline-block. The [problem is only one part of …

html css text-decorations
No decoration on links in CSS

Example page, Accompanying CSS Should be a fairly basic issue but for some reason I can't figure it out. Basically …

css hyperlink text-decorations
How do you remove link underlines in Outlook?

I'm trying to create a HTML signature but whatever I try, all my links keep an underline when I send …

html css email outlook text-decorations
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 …

css html-table text-decorations strikethrough
CSS multiple text-decoration

I want to have the <h2> underlined and blinking at the same time. Is there any way to …

html css text-decorations
Text Decoration not working within DIV

I have the following CSS: .top-category-item { height: 338px; background-color: black; position: relative; } .top-category-item-copy { width: 100%; /* Fallback for web browsers that doesn't …

css html hyperlink text-decorations