You need to be logged in to post in the forums. If you do not have an account, please sign up first.
position:relative работает криво во многих версиях оперы. Простая html-ка, демонстрирующая это:
<HTML>
<HEAD>
<TITLE>Bug with position:relative style</TITLE>
</HEAD>
<BODY>
<TABLE>
<COL WIDTH="450">
<TR><TD>
Some text. Some text. Some text. Some text. Some text. Some text.
<i>a</i><sub style="position:relative;">1</sub>,
<i>b</i><sup style="position:relative;">1</sup>,
<i>a</i><sub style="position:relative;">2</sub>,
<i>b</i><sup style="position:relative;">2</sup>
</TD></TR>
</TABLE>
</BODY>
</HTML>
<HTML>
<HEAD>
<TITLE>Bug with position:relative style</TITLE>
</HEAD>
<BODY>
<TABLE>
<COL WIDTH="450">
<TR><TD>
Some text. Some text. Some text. Some text. Some text. Some text.
<i>a</i><sub style="position:relative;">1</sub>,
<i>b</i><sup style="position:relative;">1</sup>,
<i>a</i><sub style="position:relative;">2</sub>,
<i>b</i><sup style="position:relative;">2</sup>
</TD></TR>
</TABLE>
</BODY>
</HTML>