File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes HTML, CSS and JavaScript and the fly likes Browser compatibility issues Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » HTML, CSS and JavaScript
Reply Bookmark "Browser compatibility issues" Watch "Browser compatibility issues" New topic
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
    
  13

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
    
  13

What is happening on Mozilla? Please take as much care when posting as you would like people to take when replying.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Browser compatibility issues
 
Similar Threads
ie conditional comment not working for xhtml file
navigator.userAgent wrong IE version detection
Float problem
JApplet containing JTextfields within a JMenubar
Multiple tabs in IE7 browser sharing the same session