473,395 Members | 2,713 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Browser Differences

I make a page that looks good in IE/Avant, but the font size is really big
in FireFox and the textboxes don't stay at their specified widths.

Is there a way to get these 3 main browsers to display consistently by still
using the web controls? (this is VS 2003)ASP.NET question.

TIA,

Shane
Mar 28 '06 #1
7 1311
The best you can do is use standard CSS and test everything on all browsers
you will support. Unfortunately, even sticking to standards will still
result in issues. It's just the nature of the beast. And people say they
dislike the IE monoply. I say these people haven't programmed for the
Internet before...

Here's a good link I found on CCS:
http://www.wpdfd.com/editorial/basics/cssbasics1.html

....and there's always here:
http://www.w3.org/TR/CSS1

"SStory" wrote:
I make a page that looks good in IE/Avant, but the font size is really big
in FireFox and the textboxes don't stay at their specified widths.

Is there a way to get these 3 main browsers to display consistently by still
using the web controls? (this is VS 2003)ASP.NET question.

TIA,

Shane

Mar 28 '06 #2
my asp.net pages look great in IE, Firefox and Opera, with some minor
exeptions like I cant use a treeview and a dropdownlist in the same page in
Firefox.
Even in the linux browsers like Conkeror and Epiphany my server controls
look great. I mostly use relative sizes in percentages.

"SStory" <no****@nospam.com> wrote in message
news:Ol**************@TK2MSFTNGP11.phx.gbl...
I make a page that looks good in IE/Avant, but the font size is really big
in FireFox and the textboxes don't stay at their specified widths.

Is there a way to get these 3 main browsers to display consistently by
still using the web controls? (this is VS 2003)ASP.NET question.

TIA,

Shane

Mar 28 '06 #3
q
Just use standards, then tweak the browsers to make them right. It's a
shame that no browser maker(IE team) /framework(creators of webparts,
tree control, and Wizard) creator ever obeys the W3C (well, Mozilla
does). Just imagine a world where 1+1=2 for you and 1+1=3 for someone
else... that's web development. There is no interop... even though
that's the entire point.

Like I say all you can do is obey the W3C, then add backwards compat to
IE and add a few fixes to fix the ASP.NET code to make it work in real
web browsers. Have fun trying to get anything working in Opera
though... you may want to back away from trying that.

DB
http://www.davidbetz.net/dynamicbliss/

Mar 28 '06 #4
Well, I used webforms textbox control, and set width to 224px and it was
like a few chars wide in Firefox.

Also on font, I set size to 10pt and it became huge. I will double check
that I didn't mistakenly put px, but still.

Thanks,

Shane

ps.I have done web programming, I just used to not use or care about Firefox
and now I do.

"Alex D." <al********@hotmail.com> wrote in message
news:eL**************@tk2msftngp13.phx.gbl...
my asp.net pages look great in IE, Firefox and Opera, with some minor
exeptions like I cant use a treeview and a dropdownlist in the same page
in Firefox.
Even in the linux browsers like Conkeror and Epiphany my server controls
look great. I mostly use relative sizes in percentages.

"SStory" <no****@nospam.com> wrote in message
news:Ol**************@TK2MSFTNGP11.phx.gbl...
I make a page that looks good in IE/Avant, but the font size is really big
in FireFox and the textboxes don't stay at their specified widths.

Is there a way to get these 3 main browsers to display consistently by
still using the web controls? (this is VS 2003)ASP.NET question.

TIA,

Shane


Mar 28 '06 #5
I don't really care about Opera.

I really just wanted to support IE (easy), Netscape/Firefox, and Avant.

Thanks for the reply.
"q" <ag******@gmail.com> wrote in message
news:11**********************@i40g2000cwc.googlegr oups.com...
Just use standards, then tweak the browsers to make them right. It's a
shame that no browser maker(IE team) /framework(creators of webparts,
tree control, and Wizard) creator ever obeys the W3C (well, Mozilla
does). Just imagine a world where 1+1=2 for you and 1+1=3 for someone
else... that's web development. There is no interop... even though
that's the entire point.

Like I say all you can do is obey the W3C, then add backwards compat to
IE and add a few fixes to fix the ASP.NET code to make it work in real
web browsers. Have fun trying to get anything working in Opera
though... you may want to back away from trying that.

DB
http://www.davidbetz.net/dynamicbliss/

Mar 28 '06 #6
q
Really, you just program to the XHTML/CSS specs at w3c.org. Then you
add backwards compat to IE (not fun).

Avant is IE from what I understand.

Mar 29 '06 #7
I found the solution. For any others who have my same problem, do this:

http://www.asptoday.com/Content.aspx?id=2339

It worked for me. Brought FireFox into line(actually makes MS, send the
right stuff to the browser).
"SStory" <no****@nospam.com> wrote in message
news:Ol**************@TK2MSFTNGP11.phx.gbl...
I make a page that looks good in IE/Avant, but the font size is really big
in FireFox and the textboxes don't stay at their specified widths.

Is there a way to get these 3 main browsers to display consistently by
still using the web controls? (this is VS 2003)ASP.NET question.

TIA,

Shane

Mar 29 '06 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

15
by: A.Translator | last post by:
Sorry for the cryptic heading: couldn't think of something that would describe my question better: When I just used plain html - no css - I used to check in Opera: if my pages showed up...
6
by: Jan Harder | last post by:
Hi, I converted a page from messy html4 to xhtml and css and it works well in all browsers exept IE6. The problem is, that for some reason the colored background ends directly beneath the last...
56
by: Don G | last post by:
I currently have IE6 and Firefox installed on my machine, and I switch between the two when testing web sites I am working on. It is my understanding that IE5 is still pretty common. Is this...
11
by: James | last post by:
I wasn't sure where to post this so I'm sorry if this is the wrong place. But I would like to know what some of the differences are between client-side and server-side browser sniffing. I'm aware...
12
by: Kepler | last post by:
How do you get the height of the client browser in IE? Both document.body.clientHeight and document.body.offsetHeight return the height of the document. If the page is long and there's a vertical...
17
by: lawrence | last post by:
How is it possible that the question "How do I detect which browser the user has" is missing from this FAQ: http://www.faqts.com/knowledge_base/index.phtml/fid/125 and is only here on this...
5
by: jeremy | last post by:
I have an ASP.Net 2.0 application running on Windows Server 2003. The application displays properly in Internet Explorer, however, when I use a browser control embedded in a .net form, I get an...
4
by: Benedictum | last post by:
How do you write an aspnet browser-independent apps? I develop and browse with IE but it looks differently with Opera or Firefox. Any suggestion? Thanks,
1
by: PeakConsulting | last post by:
Many of us have problems with different browsers. Is there a link, article about the differences between the use of different software on different browsers. I mean I want to know the errors that...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.