This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes XML and Related Technologies and the fly likes Firefox and XSL wierd bug!! Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » XML and Related Technologies
Reply Bookmark "Firefox and XSL wierd bug!!" Watch "Firefox and XSL wierd bug!!" New topic
Author

Firefox and XSL wierd bug!!

Ro Dowd
Greenhorn

Joined: Jul 10, 2006
Posts: 22
hi, my project uses XSL,java,technologies on websphere, i'm on winXP sp2 and using FireFox 1.5.0.7 ...

i've an input textfield that (in IE and firefox) looks the same but on firefox the bottom part of certain letters, like "g" and "q" are cut off !!
anyone seen that before?, i dont want to put a hack in(if IE around the input box bit), i'm sure theres a better way..

<tr>
<td>
<input TYPE="text" NAME="value_1" class="myFixedHeightOption"
id="value_1" size="20" maxlength="35" readonly="readonly"
style="background:#CCCCCC;" value="{$myValue}"/>
</td>
</tr>

the .css bit for "myFixedHeightOption" is below:

.myFixedHeightOption{
font: 10px Verdana, Arial, Helvetica;
text-align:left;
height:17px;
}
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Firefox and XSL wierd bug!!
 
Similar Threads
issue with returning from a function on a onClick event
Dynamically moving the DIV
XSL Table output.
layout and multibrowser hell
calling .js in jsp