473,399 Members | 3,302 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,399 software developers and data experts.

Non IE brower issue

I've got a very simple bit of code that needs to work with IE, Firefox, and
Opera on the PC and the Mac:
Sound Bite: <asp:TextBox ID="txtEditSoundBite" Width=500 height=600
TextMode="MultiLine" Runat="server" />

On IE on the mac and PC, it renders fine as I'd expect:
Sound Bite: <textarea name="txtEditSoundBite" id="txtEditSoundBite"
style="height:600px;width:500px;"></textarea>

If you're not using IE (silly as this seems!) it seems to "forget" the
inline style:
Sound Bite: <textarea name="txtEditSoundBite"
id="txtEditSoundBite"></textarea>

Anyone come across this before and managed to fix it without creating
external stylesheets? Or have I just missed something really obvious?

Thanks in advance,

Duncan
Nov 19 '05 #1
2 1021
Sounds like it might be the old send down html version 3.0 code to non IE
broswers problem.
I have a fix for that on my site, www.tirnaog.com, in the forums section
under VB.net look for ;
Getting your .NET site to look better in NON IE browsers!
The code in there needs to be put in the web.config file.

Hope it helps.
Deasun

"Duncan Welch" wrote:
I've got a very simple bit of code that needs to work with IE, Firefox, and
Opera on the PC and the Mac:
Sound Bite: <asp:TextBox ID="txtEditSoundBite" Width=500 height=600
TextMode="MultiLine" Runat="server" />

On IE on the mac and PC, it renders fine as I'd expect:
Sound Bite: <textarea name="txtEditSoundBite" id="txtEditSoundBite"
style="height:600px;width:500px;">

Nov 19 '05 #2
This thread contains the answer:
http://www.asp.net/Forums/ShowPost.a...&PostID=759705

--- Peter Blum
www.PeterBlum.com
Email: PL****@PeterBlum.com
Creator of "Professional Validation And More" at
http://www.peterblum.com/vam/home.aspx

"Duncan Welch" <du**@ntpcl.f9.co.uk> wrote in message
news:en**************@tk2msftngp13.phx.gbl...
I've got a very simple bit of code that needs to work with IE, Firefox,
and
Opera on the PC and the Mac:
Sound Bite: <asp:TextBox ID="txtEditSoundBite" Width=500 height=600
TextMode="MultiLine" Runat="server" />

On IE on the mac and PC, it renders fine as I'd expect:
Sound Bite: <textarea name="txtEditSoundBite" id="txtEditSoundBite"
style="height:600px;width:500px;"></textarea>

If you're not using IE (silly as this seems!) it seems to "forget" the
inline style:
Sound Bite: <textarea name="txtEditSoundBite"
id="txtEditSoundBite"></textarea>

Anyone come across this before and managed to fix it without creating
external stylesheets? Or have I just missed something really obvious?

Thanks in advance,

Duncan

Nov 19 '05 #3

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

Similar topics

7
by: George Hester | last post by:
Please take a look at this google artcle: http://groups.google.com/groups?hl=en&lr=&frame=right&th=55d6f4b50f5f9382&seekm=411f370d%241%40olaf.komtel.net#link9 The op was having trouble with...
2
by: Anthony Cuttitta Jr. | last post by:
We have an application that outputs several different graphs from data downloaded from our AS400. The application has worked without (this) issue for several months now, but just recently, the...
3
by: Tina | last post by:
I am testing for brower type and version. When I use my FireFox version 1.07 browser I'm getting Netscape5 for type and 5.0 for version. Why? Thanks, T
1
by: JOJO123 | last post by:
I got here in search of an answer to this Javascrpt question. I upgraded jave on XP Ie 7, acrobat 5.1 and suddenly can't open any pdf files on web sites using IE. I see u guys all say, this is a...
13
by: SAL | last post by:
Hello, I'm trying to include a popup in the ItemTemplate of a gridview row. The ItemTemplate for the field contains a textbox and when the user clicks in the textbox I want a popup panel to show...
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: 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
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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...
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...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.