text-decorations Questions
12
Solved
Totally baffled! I've tried rewriting the text-decoration: none line several different ways. I also managed to re-size the text by targeting it but the text-decoration: none code will not take.
He...
Green asked 10/7, 2012 at 18:55
6
Solved
I have a c# .net 3.5 application that writes text to the console using a StreamWriter. Is there a way I can add text decorations like underline and strikethrough to the text that is printed to the ...
Violetteviolin asked 8/3, 2011 at 20:4
5
Solved
I have a "ugly" issue with font-awesome, when I place a icon-link (icon inside a link) in front of a text. By hovering the icon, the icon itself will not get underlined but somehow the space betwee...
Trudey asked 12/9, 2016 at 0:15
7
Solved
Some days I swear I'm going mad. This is one of those days. I thought my CSS was fairly straight-forward here, but it just doesn't seem to be working. What am I missing?
My CSS looks like this:
u...
Guardroom asked 1/12, 2009 at 0:38
3
I realise this has been asked many times before so apologies if I'm repeating myself but having followed many other tips on this I'm getting some weird behaviours in Gmail.
If I open the below cod...
Matlock asked 22/5, 2017 at 12:42
5
Solved
I am making a simple signup form of a website. i need to display a text line saying "manager or customer" It only should appear when i place my mouse on the third field(type) of the form. I am new ...
Heigl asked 2/12, 2014 at 11:19
4
Solved
I want to make a text with red wavy underline and blue dashed overline using text-decoration.
This is my code: (working only in Mozilla Firefox) (don't works, because display only overline)
sp...
Fulcher asked 21/8, 2017 at 7:47
4
Solved
How would I negate or remove a parents text-decoration style? For example in the following, both the text and the anchor have a text-decoration of line-through, is there a way to not have that appl...
Eventful asked 11/8, 2009 at 17:51
1
Solved
Using Chrome 65, it looks like the text-decoration: underline dotted; yields an unelegant result :
Whereas on Firefox, i'm getting the expected outcome :
What's wrong with chrome ?
I expan...
Christmas asked 24/4, 2018 at 17:3
3
Solved
I create WPF application. In some form user change selected text of richtextbox to hyperlink. I search more than a hour and look for solution. But can't.
My dynamic hyperlink is created as follow:
...
Litta asked 23/1, 2016 at 16:47
4
Solved
I have links like:
<a href="#">Link text<span>Link sub-text</span></a>
When hovering I need that text inside span is not decorated with underline (but main link text is)...
Stramonium asked 30/12, 2011 at 15:55
3
Solved
I have the following HTML and CSS snippet and I want the "!" not to be underlined, but it is. What am I doing wrong?
p {
color:red;
text-decoration:
underline;
font-size: 1.2em;
}
...
Overabound asked 27/11, 2016 at 13:0
4
Solved
On hover, my text links have underlines. This is the default in Bootstrap.
I want to keep this, unless the link is within a certain div.
The code I have tried (and several variations) doesn't wor...
Dispraise asked 30/4, 2012 at 22:2
4
Solved
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 t...
Sauger asked 26/4, 2011 at 14:41
3
Solved
Something weird - I'm trying to get a simpel HTML file to show both underline & overline
(but it also happens on the "line-through" value) for a text (writing this in a separate CSS file) but o...
Ironist asked 28/4, 2013 at 9:57
3
I'm new on CSS and trying to understand how links are modified due to the changed state. On my scenario, I want to change the text-decoration to the line-through when the link is on visited state. ...
Ticker asked 27/1, 2016 at 7:20
2
Solved
I'm trying to create a HTML signature but whatever I try, all my links keep an underline when I send it with Outlook (2007). The strange thing is: When I copy the rendered code (copied from browser...
Thoer asked 26/11, 2015 at 11:35
2
Solved
I am changing the color of the TextDecoration this way:
<Grid Background="{x:Null}"
Margin="10,0,10,0">
<TextBlock Text="{Binding Value}"
VerticalAlignment="Center"
HorizontalAlignmen...
Estreat asked 15/9, 2015 at 13:20
4
Solved
To seperate the links in navigation I have set the following
#menu-main li a:after{
content: " * ";
}
The current item gets additional
text-decoration: underline;
my problem now is, that the...
Braunschweig asked 3/10, 2012 at 12:30
2
Solved
fiddle
HTML
<ul>
<li><a href="#">Messages<span>1</span></a></li>
</ul>
CSS
a {
text-decoration: none;
}
a:hover {
text-decoration: underline...
Protoplasm asked 25/11, 2014 at 22:28
2
Solved
I've seen a lot of questions relating to this subject but none of them answered my question. I am making a sidebar for a site and I'm trying to make the links in boxes that are the same width as th...
Cheviot asked 2/8, 2014 at 7:13
6
Solved
I have a set of styled links using the :before to apply an arrow.
It looks good in all browser, but when I apply the underline to the link, I don't want to have underline on the :before part (the ...
Cosme asked 11/1, 2012 at 13:43
3
Solved
I'm having an issue with text-decoration: underline on two spans that use inline-block. The [problem is only one part of the URL will underline when hovered, the other does not. I need to keep the ...
Underlayer asked 30/5, 2013 at 3:24
1
Solved
Recently I answered a question and the OP wanted text-decoration: underline; for the entire text wrapped inside the a element, but not the one wrapped inside span, so it was something like this
&l...
Eustache asked 13/12, 2012 at 10:27
4
Solved
Possible Duplicate:
“text-decoration” and the “:after” pseudo-element
“text-decoration” and the “:after” pseudo-element, revisited
I am making a navigation links using <a> tags...
Vonnie asked 1/11, 2012 at 6:28
1 Next >
© 2022 - 2024 — McMap. All rights reserved.