473,569 Members | 2,839 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Help: Support for Firefox & Linux

I have an ASP.NET (VB) app that I created for the Windows and IE6
enviroment. When it runs under Firefox on Windows it looks similar but has
some display issues. When I run it under Firefox on Linix it has the same
issues as Firefox on Windows, plus it has font display issues.

I have only worked with Windows and IE6 and haven't tried supporting
additional browsers or systems on this website. Does anyone have any
suggestions on how to best accomodate these other systems? Assuming I check
for Browser and OS, do I add a CASE statement in each procedure and change
the targetSchema and fonts? Or what?

Can anyone provide me a simple example?

Thank you,

Gary
Nov 19 '05 #1
4 1459
First, make sure that your HTML is valid. Most of the issues I've seen are
related to IE handling invalid HTML structures better than FireFox. It is
also worth noting that depending upon how you use panels, those can cause
ASP.NET to generated invalid HTML.

I would then handle any exceptions with a case statement but there shouldn't
be too many in my experience. Though having said that, I would also say
that I don't use a ton of JavaScript so you might have more issues there.

Jeff

"L2XL" <li*********@ya hoo.ca> wrote in message
news:NIx3f.1862 74$tl2.92900@pd 7tw3no...
I have an ASP.NET (VB) app that I created for the Windows and IE6
enviroment. When it runs under Firefox on Windows it looks similar but has
some display issues. When I run it under Firefox on Linix it has the same
issues as Firefox on Windows, plus it has font display issues.

I have only worked with Windows and IE6 and haven't tried supporting
additional browsers or systems on this website. Does anyone have any
suggestions on how to best accomodate these other systems? Assuming I
check for Browser and OS, do I add a CASE statement in each procedure and
change the targetSchema and fonts? Or what?

Can anyone provide me a simple example?

Thank you,

Gary

Nov 19 '05 #2
besure your browsercaps file is uptodate or asp.net will not render width
and height styles for firefox. also firefox uses w3c html 4.0 and CSS
standards where IE doesn't conform (except IE on the mac).

-- bruce (sqlwork.com)
"L2XL" <li*********@ya hoo.ca> wrote in message
news:NIx3f.1862 74$tl2.92900@pd 7tw3no...
I have an ASP.NET (VB) app that I created for the Windows and IE6
enviroment. When it runs under Firefox on Windows it looks similar but has
some display issues. When I run it under Firefox on Linix it has the same
issues as Firefox on Windows, plus it has font display issues.

I have only worked with Windows and IE6 and haven't tried supporting
additional browsers or systems on this website. Does anyone have any
suggestions on how to best accomodate these other systems? Assuming I
check for Browser and OS, do I add a CASE statement in each procedure and
change the targetSchema and fonts? Or what?

Can anyone provide me a simple example?

Thank you,

Gary

Nov 19 '05 #3
I haven't had much of a problem with developing applications that work in
firefox and ie. I've found that if you develop for firefox, 9/10 it'll work
in ie.
There are some javascript issues, but I don't use that much, so it hasn't
been a real issue. So I just set my default browser to firefox, and code
away. Checking ie, every now and then to make sure it looks ok.

"L2XL" <li*********@ya hoo.ca> wrote in message
news:NIx3f.1862 74$tl2.92900@pd 7tw3no...
I have an ASP.NET (VB) app that I created for the Windows and IE6
enviroment. When it runs under Firefox on Windows it looks similar but has
some display issues. When I run it under Firefox on Linix it has the same
issues as Firefox on Windows, plus it has font display issues.

I have only worked with Windows and IE6 and haven't tried supporting
additional browsers or systems on this website. Does anyone have any
suggestions on how to best accomodate these other systems? Assuming I
check for Browser and OS, do I add a CASE statement in each procedure and
change the targetSchema and fonts? Or what?

Can anyone provide me a simple example?

Thank you,

Gary

Nov 19 '05 #4
I would go download Firefox and install the Tidy, WebdeveloperToo ls,
and Javascript debugger. Between the three you should be able to get
it to work on Firefox, which usualy will then make it compatable with
NS and Safari

Nov 19 '05 #5

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

Similar topics

5
4407
by: Nancy | last post by:
I recently completed a web page, "Browser Tests of Entities in 2004". http://www.santagata.us/characters/CharacterEntities.html It shows those characters that work in all of the version 5.2+ browsers that were tested and those that only work in some of them. Take a look, maybe you'll consider it useful. This is not my field (I'm an...
5
2975
by: Craig Keightley | last post by:
Please help, i have attached my page which worksin IE but i cannnot get the drop down menu to fucntion in firefox. Any one have any ideas why? Many Thanks Craig <<<<<<<<<<<<<<CODE>>>>>>>>>>>>>>>> <html>
4
2570
by: yaffa | last post by:
dear folks, i'm trying to append a semicolon to my addr string and am using the syntax below. for some reason the added on of the ; doesn't work. when i print it out later on it only shows the original value of addr. addr = incident.findNextSibling('td') addr.append('%s;') thanks
4
2741
by: jereme.goblue | last post by:
The web page at http://www.rossowinspections.com/ has an issue with the left menu. The left menu has 7 links. One of the links doesn't work. Using Firefox 1.5 the Fees link isn't a clickable link, if viewed as a full screen. If you shrink the window down the Fees link then becomes a link. The link works in IE and Mozilla. I've validated...
2
16767
by: Pugi! | last post by:
I would like to obtain the the position of backgroundimage of a div because I use it for animation. The following code works for Internet Explorer (takes the else if) and returns positionx '10px' and position y '25px' (the backgroundPosition doesn't work). Opera follows the first road (if) and returns '10px 25px'. Firefox follows the same road...
12
6153
by: PMA | last post by:
Hi all, I am porting a web application from IE 6.0 to FireFox 1.5. I have solved almost all compatibility issues (quite a lot but not too bad) except two of them : 1) Clipboard access thru' JavaScript (programmatical copy and paste actions) 2) Monitoring and driving Insert/Overwrite mode on input fields
0
1515
by: dtsearch | last post by:
A new beta build offers 64-bit developer access to dtSearch's "terabyte indexer," and preliminary MS Word 2007 and Excel 2007 support (in both 64-bit and 32-bit versions) BETHESDA, MD (July 22, 2006) dtSearch Corp., a leading supplier of enterprise and developer text retrieval software, announces a native 64-bit beta version of the...
0
5542
by: gunimpi | last post by:
http://www.vbforums.com/showthread.php?p=2745431#post2745431 ******************************************************** VB6 OR VBA & Webbrowser DOM Tiny $50 Mini Project Programmer help wanted ******************************************************** For this teeny job, please refer to: http://feeds.reddit.com/feed/8fu/?o=25
3
4004
by: Brad | last post by:
I have an aspx page that is sending pdf files to client browsers: it uses a filestream to read the pdf file and response.binarywrite to send content to the browser. This has worked great for years in IE, Firefox and Opera on windows, and it works on a Mac with Firefox and Opera. But this fails in Safari with the generic message "A network...
0
7695
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7612
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7922
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
8119
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
0
7964
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
3637
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2111
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1209
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
936
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

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.