| Author |
Browser compatibility issues
|
Gaurav Sharma
Greenhorn
Joined: Jan 30, 2007
Posts: 28
|
|
I am getting issues with browser on applying css.
CSS code:
.test2{
width:326px; /* All browsers */
*width:295px; /* Over ride for IE7 */
}
html code-
<INPUT id=userName maxLength=76 name=userid autocomplete="off" class=test2>
This code is running fine on windows / IE7 and Safari 4.0.1. But not running on firefox 3.6
Can anyone please help me out of this situation?
Regards
gaurav
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56153
|
|
|
There's no code there to "run". So what exactly do you mean by "not running"?
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Gaurav Sharma
Greenhorn
Joined: Jan 30, 2007
Posts: 28
|
|
No running means - is not rendering on Mozill
The css i used is displaying the text boxes of equal size on IE7 & Safari 4.0.1 but not on Mozilla 3.6.
Could you please help me ?
regards
gaurav
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56153
|
|
|
What is happening on Mozilla? Please take as much care when posting as you would like people to take when replying.
|
 |
 |
|
|
subject: Browser compatibility issues
|
|
|