Click here to Skip to main content
15,921,606 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionfirefox Pin
ADY00710-Jan-07 5:59
ADY00710-Jan-07 5:59 
AnswerRe: firefox Pin
Mark J. Miller10-Jan-07 6:50
Mark J. Miller10-Jan-07 6:50 
GeneralRe: firefox Pin
ADY00710-Jan-07 7:30
ADY00710-Jan-07 7:30 
GeneralRe: firefox Pin
Mark J. Miller10-Jan-07 7:44
Mark J. Miller10-Jan-07 7:44 
GeneralRe: firefox Pin
ADY00710-Jan-07 8:03
ADY00710-Jan-07 8:03 
GeneralRe: firefox Pin
Mark J. Miller10-Jan-07 9:10
Mark J. Miller10-Jan-07 9:10 
GeneralRe: firefox Pin
ADY00710-Jan-07 9:32
ADY00710-Jan-07 9:32 
AnswerRe: firefox Pin
Guffa10-Jan-07 10:06
Guffa10-Jan-07 10:06 
When a page looks different in Firefox and Internet Explorer, it's almost always Firefox that renders the page correctly.

The input fields that you use to display the images are inline objects, so setting width and height does not apply to them. Internet Explorer incorrectly applies the size to the fields anyway. Opera and Netscape handles it correctly, though, just as Firefox. You have to turn the fields into block objects using display:block if you want to be able to set the size.

Do yourself a favour and test the page in Firefox while you are building it. Then there is a very good chance that it will also look the same in all the other browsers, except Internet Explorer or course. You will often need to do some tweaking to make it work in Internet Explorer also, but it's much easier than to tweak a page that only works in Internet Explorer into working in all the other browsers also.

---
Year happy = new Year(2007);

Questionsqldatasource with several formviews Pin
AndersLind10-Jan-07 5:26
AndersLind10-Jan-07 5:26 
AnswerRe: sqldatasource with several formviews Pin
minhpc_bk10-Jan-07 13:35
minhpc_bk10-Jan-07 13:35 
GeneralRe: sqldatasource with several formviews Pin
AndersLind12-Jan-07 3:24
AndersLind12-Jan-07 3:24 
QuestionPrint Functionality in asp.net Pin
fahiemulleh10-Jan-07 5:25
fahiemulleh10-Jan-07 5:25 
AnswerRe: Print Functionality in asp.net Pin
Christian Graus10-Jan-07 7:48
protectorChristian Graus10-Jan-07 7:48 
QuestionEasy way to display an image in a DataGrid? Pin
Lurker3210-Jan-07 3:55
Lurker3210-Jan-07 3:55 
AnswerRe: Easy way to display an image in a DataGrid? Pin
Christian Graus10-Jan-07 7:49
protectorChristian Graus10-Jan-07 7:49 
GeneralRe: Easy way to display an image in a DataGrid? [modified] Pin
Lurker3210-Jan-07 12:26
Lurker3210-Jan-07 12:26 
QuestionCrystal Report and IE browser Pin
Maher Elsayed10-Jan-07 3:39
Maher Elsayed10-Jan-07 3:39 
AnswerRe: Crystal Report and IE browser Pin
ToddHileHoffer10-Jan-07 7:04
ToddHileHoffer10-Jan-07 7:04 
QuestionPassing a value [modified] Pin
Dayekh10-Jan-07 3:30
Dayekh10-Jan-07 3:30 
AnswerRe: Passing a value Pin
Guffa10-Jan-07 4:08
Guffa10-Jan-07 4:08 
GeneralRe: Passing a value Pin
Dayekh10-Jan-07 4:39
Dayekh10-Jan-07 4:39 
QuestionTrouble in parameter! Pin
nclauder10-Jan-07 3:05
nclauder10-Jan-07 3:05 
AnswerRe: Trouble in parameter! Pin
Not Active10-Jan-07 3:12
mentorNot Active10-Jan-07 3:12 
GeneralRe: Trouble in parameter! Pin
nclauder10-Jan-07 3:31
nclauder10-Jan-07 3:31 
GeneralRe: Trouble in parameter! Pin
Not Active10-Jan-07 3:45
mentorNot Active10-Jan-07 3:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.