Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.
SOLVED

Need Explanation on Responsive design and cross browser isues

Avatar

Former Community Member

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

1 Accepted Solution

Avatar

Correct answer by
Level 8

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

View solution in original post

2 Replies

Avatar

Correct answer by
Level 8

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

Avatar

Level 8

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