Non IE brower issue

D

Duncan Welch

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
 
G

Guest

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,481
Members
44,900
Latest member
Nell636132

Latest Threads

Top