Questions tagged [text-decorations]

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

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

155 questions
0
votes
1 answer

CSS Active Navigation Highlighting using PHP. Underline works, color doesn't. Why?

I have created an active navigation bar that underlines the link for the page that you are currently on using PHP. My aim is for the link to appear underlined and in a different color. The underline works but the color doesn't change. I have…
Jarrkron
  • 15
  • 3
0
votes
1 answer

c# apply property value turn off underline (text decoration)

Hi I was wondering if there is a way to turn of the underline text decoration property with applypropertyvalue, or if there was a better way to do it. I have this code that works…
user3329290
0
votes
2 answers

hover on a div changing text and background image

I'm trying with css to change the background image of a div and the color of at text when hover a div containing the text and the background image... it works but with some issues... when hover the div #fancy_hover, the background image changes, and…
mmdwc
  • 1,033
  • 3
  • 25
  • 49
0
votes
3 answers

taking underline in chrome when given inside an element with text-decoration underline

tried adjusting the sup tag with custom styling but it breaks when checked across the browsers. The current code shared http://jsfiddle.net/UXSree/FhVm5/10/ in the fiddle works for firefox and IE but when it comes to webkit browsers it fails. Has…
sree
  • 95
  • 1
  • 11
0
votes
2 answers

Safari ignoring text:decoration:underline;

I cant get underline to work in safari, it seems to be picking up the default link style of underline none, instead of the css below. Any ideas what could be causing this? div.header .container .accountPannel .top a.alias { color:#fff;…
treasureireland
  • 87
  • 1
  • 3
  • 10
0
votes
2 answers

Different hover behavior inside a a-tag. Issue in IE 8+

I have the following problem with the Internet Explorer 8+. It works in all other Browsers. I dont want a underline hover effect on the i-tag inside the a-tag. The IE 8+ Ignores the hover pseudoclass on the i-tag. Here ist the HTML-Code:
Nekon
  • 3
  • 1
0
votes
1 answer

Inheriting multiple text-decorations on a single element

I experience the same strange issue with every major browser: an element gets styled with two text-decoration properties. The first decoration comes from the parent element, the second one – from the element itself. Here's the relevant HTML:
katspaugh
  • 15,752
  • 9
  • 61
  • 97
0
votes
4 answers

Does text-decoration:none override font-weight:900?

I'm using monospace fonted text for hyperlinks in my menu. In order to eliminate the underline, I used text-decoration:none. Will this prevent me from making the font bolder? http://www.fccorp.us/index.php -> the text in the blue boxes on the left.
J.D.
  • 99
  • 1
  • 1
  • 10
0
votes
2 answers

HTML Emails, text-decoration on links

I am making a html mail template and I cant figure out how to remove text-decoration completely. I works very well in Thunderbird, but not in Outlook and Gmail. In Outlook, the visited links get a different color and i Gmail all the links become…
Twistar
  • 752
  • 5
  • 21
  • 35
0
votes
4 answers

removing the one pixel clearance when using CSS text-decoration: underline

I have the following CSS and markup on my site which produces an underline when I hover over the Account link. By default, the underline is shown one pixel clear of the text. Is it possible to have the underline directly under the text without the…
crmpicco
  • 14,513
  • 22
  • 113
  • 191
0
votes
8 answers

Text decorations in CSS

I've just learned how to make a text to blink (
text
). How about the other decoration modes such as color changing? Are they available in CSS? Thanks.
Giku Promitt
-1
votes
0 answers

Custom Text Design In Android Studio -Java

I'm working on an android app using java. I want to know if it's possible to make such style (or design) with the text shown in this I'm talking about the background of the text: The blue color that looks like a highlighter and the gaps between…
-1
votes
1 answer

Text decoration underline - ignore descenders not single line and gradient background and looks good in Chrome

I am looking for a way to underline heading that has more than one line, gradient background [EDIT - background image that is not solid color, but gradient], ignore descenders (so border-bottom is not a solution) and that it will look good in Chrome…
KasiaW
  • 33
  • 7
-1
votes
5 answers

Include child span element in text-decoration

When using text-decoration on a link, the child element (span) is not included, so then the underline doesn't extend: a { font-size: 36px; text-decoration: underline dotted rgb(221, 221, 221); color: #000; } a:hover { …
greener
  • 4,755
  • 10
  • 45
  • 84
-1
votes
5 answers

How do I control how bold an HTML element is with external CSS

I am trying to customise the font-weight of some HTML on my website using the following CSS. p{ font-weight: 1.2px; } It is not allowing me to adjust the font weight by adjusting the font-weight value. How can I make the text bolder or lighter…
Tanaka
  • 163
  • 1
  • 13
1 2 3
10
11