Solving IE Issues with Financial Training Academy Website in MVC3

  • Thread starter Thread starter faraz3000
  • Start date Start date
  • Tags Tags
    Issues

How would you rate IE when you are developing a website

  • Excellent

    Votes: 0 0.0%
  • Good

    Votes: 0 0.0%
  • OK

    Votes: 0 0.0%

  • Total voters
    1
  • Poll closed .
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 7K views
faraz3000
Messages
3
Reaction score
0
I am developing a website in MVC3 for a financial training academy. The problem is that my client uses IE for testing the website. There were a lot of graphical issues but i solved most of them myself. Currently i am having problem with the styling of combobox, the comboxbox looks perfect in chrome & explorer but it looks really bad in IE. When i try to adjust it for IE, it gets ruined in chrome and Firefox. Actually the client wants a language dropdown on 'financial training academy' website. Please do not scam, i need genuine answers

Can anyone tell me the solution? Please help

Thank you.
 
Physics news on Phys.org


A professional website should be tested on all well known web browsers. I think you can use javascript to do things differently for different browsers. So if someone is on IE, the browser will use your IE optimizations, otherwise not.
 


Yes, that is the only way left to do this.

Thank you.