Text-decoration does not work

Forums » Opera for Windows/Mac/Linux » Opera for Windows

You need to be logged in to post in the forums. If you do not have an account, please sign up first.

Go to last post

7. May 2010, 17:03:28

scalar1

Posts: 3

Text-decoration does not work

text-decoration does not work on most versions Opera, including 10.53. Example:
<html>
<head>
<title>Bug with text-decoration style</title>
</head>
<body>
<input value="Bold" style="font-weight: bold;" type="button">
<input value="Italic" style="font-style: italic;" type="button">
<input value="Underline" style="text-decoration: underline;" type="button">
<input value="Overline" style="text-decoration: overline;" type="button">
<input value="Strike out" style="text-decoration: line-through;" type="button">
</body>
</html>

8. May 2010, 02:16:46

lopera

Ice angel

Posts: 436

That's not valid code...
M2 Mail Quickstart|Gmail IMAP[/url]
Opera 12.16 build 1860 on Dell XPS8500-win32 on 7H & XPS410-vistaH & Macbook Pro OS X 10.8.4|AVG free
Search tip: Instead of "X sucks" look for "X solved"

11. May 2010, 08:34:40 (edited)

scalar1

Posts: 3

Ok, I was corrected this code:
<html>
<head>
<title>Bug with text-decoration style</title>
</head>
<body>
<input name="button1" value="Bold" style="font-weight: bold;" type="button">
<input name="button2" value="Italic" style="font-style: italic;" type="button">
<input name="button3" value="Underline" style="text-decoration: underline;" type="button">
<input name="button4" value="Overline" style="text-decoration: overline;" type="button">
<input name="button5" value="Strike out" style="text-decoration: line-through;" type="button">
</body>
</html>
Why text in last 3 buttons without style?

Forums » Opera for Windows/Mac/Linux » Opera for Windows