ShawnMolloy
MIS
Hi,
Why does the following code behave differently in ie vs firefox?
In IE the "Edit" link is in the middle of the div, but in Firefox its at the top.
Shawn Molloy
Seattle, WA
Why does the following code behave differently in ie vs firefox?
Code:
<div class="movie_title">
<b>"<%#Eval("VideoTitle")%>"</b>
<span style="font: 9px; color: #333333; float: right; position: relative; vertical-align: middle; top: -25; padding-right: 20px;"><a href="edit.aspx">Edit</a></span> <br>
</div>
In IE the "Edit" link is in the middle of the div, but in Firefox its at the top.
Shawn Molloy
Seattle, WA