You need to be logged in to post in the forums. If you do not have an account, please sign up first.
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>
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"
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)
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?
<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?