Expand my Community achievements bar.

SOLVED

product component doesn't work in several browser

Avatar

Level 2

Hi.I am new user of Adobe CQ .
There is a question about displaying components in different browser.

I have developed components, using IE9,
and the other one has written CSS, using Chrome and FireFox(latest ver.).
We use same author instance.(AEM ver 5.6.1)

After completion of following steps, the problem occurs: 

0: Create a page component.
1: Include parsys in JSP which render the page component.
2: Put a product component which cq eCommerce add-on has on parsys
3: Check the component displayed in IE9
4: Check the component displayed in FireFox and Chrome(latest ver.)

the problem is that in Chrome and FireFox, the product component wasn't displayed,
while in IE9 the product component was displayed.

Is there any rule that we have to follow or any tips  when we put product component on parsys in Chrome or FireFox?

Regards,
Yazawa

1 Accepted Solution

Avatar

Correct answer by
Level 8

Generally, web pages and CSS files need to take into account the different way that different browsers function. Here is a good resource:

http://www.w3.org/community/webed/wiki/Optimizing_content_for_different_browsers:_the_RIGHT_way

Perhaps you can post some code so that you can get help for your specific problem.

 

scott

View solution in original post

2 Replies

Avatar

Level 2

Thank you for your advice.

I'll check the site.

yazawa

Avatar

Correct answer by
Level 8

Generally, web pages and CSS files need to take into account the different way that different browsers function. Here is a good resource:

http://www.w3.org/community/webed/wiki/Optimizing_content_for_different_browsers:_the_RIGHT_way

Perhaps you can post some code so that you can get help for your specific problem.

 

scott