Solving IE Issues with Financial Training Academy Website in MVC3

  • Thread starter Thread starter faraz3000
  • Start date Start date
  • Tags Tags
    Issues
AI Thread Summary
Developing a website in MVC3 for a financial training academy presents challenges, particularly with styling issues in Internet Explorer (IE). While the site appears well-designed in Chrome and Firefox, the combobox styling is problematic in IE, affecting the overall user experience. The client specifically requests a language dropdown, adding to the urgency for a solution. To address cross-browser compatibility, utilizing JavaScript to implement browser-specific optimizations is recommended. This approach allows for tailored adjustments that ensure the site looks good across all major browsers, including IE.

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 .
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.
 
Technology 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.
 
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
I have a quick questions. I am going through a book on C programming on my own. Afterwards, I plan to go through something call data structures and algorithms on my own also in C. I also need to learn C++, Matlab and for personal interest Haskell. For the two topic of data structures and algorithms, I understand there are standard ones across all programming languages. After learning it through C, what would be the biggest issue when trying to implement the same data...
Back
Top