Need Explanation on Responsive design and cross browser isues | Community
Skip to main content
October 16, 2015
Solved

Need Explanation on Responsive design and cross browser isues

  • October 16, 2015
  • 2 replies
  • 836 views

Can Someone explain me the concept of responsive design and cross browser issues.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Scott_Brodersen

These issues are not really specific to AEM, but the documentation describes how to implement responsive design in AEM:

http://docs.adobe.com/docs/en/aem/6-0/develop/mobile/responsive.html

Regarding cross-browser issues, different browsers interpret and render HTML/CSS differently, so in some cases you need to add safeguards to your code to make your page render as expected in all supported browsers. 

scott

2 replies

Scott_Brodersen
Scott_BrodersenAccepted solution
Level 8
October 16, 2015

These issues are not really specific to AEM, but the documentation describes how to implement responsive design in AEM:

http://docs.adobe.com/docs/en/aem/6-0/develop/mobile/responsive.html

Regarding cross-browser issues, different browsers interpret and render HTML/CSS differently, so in some cases you need to add safeguards to your code to make your page render as expected in all supported browsers. 

scott

Rahsing
Level 9
October 16, 2015

Hi Tarangini,

Responsive design refers to an approach to web design which aims at building sites to optimize the viewing experience. Have a look at this for more details.

Cross browser issues commonly refer to compatibility issues across browsers. For eg:- Firefox may parse your website code differently from IE leading to an inconsistent viewing experience across browsers.

Hope this helps

Regards

Rahul