cancel
Showing results for 
Search instead for 
Did you mean: 

CSS is not working in IE

Former Member
0 Kudos

I all,

I am working on SAP UI5 App .

The layout is working properly in Chrome but it is not working in IE.

Eg.

Chrome View.

IE View.

I am using panel , buttons and other control which is not coming properly in IE.

Kingly suggest me any solution.

Regard,

Rewati Raman

Accepted Solutions (1)

Accepted Solutions (1)

former_member340030
Contributor
0 Kudos

Hi Rewati ,

Actually some of the CSS properties of chrome and IE don't match. So you need to apply IE specific CSS too in your style sheet.

If there is a lot of mismatch in CSS between IE and chrome than you can create separate files and include them on the basis of browser you open : http://stackoverflow.com/questions/14227531/different-css-for-each-browser

thanks

Viplove

Answers (0)