Controls don't render consistently.

  • Thread starter Thread starter zeyais
  • Start date Start date
Z

zeyais

The text box and dropdowns do not render the same way in IE, NS or
FireFox.

I am not applying any style or any dimensions to these elements. Any
suggestion?
 
I thinks that's the way asp.net works. It detects the browser and responds
accordingly. For example, we can add any attribute in any tags. Like, if we
add an attribute 'Test=none' in text box, this will be added as a propery in
IE. We can access this using javascript. But this is not possible with NS.
 

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

Back
Top