Tab button app

Hello ,

here I am making an e-commerce app. While testing I found my tab button doesn’t works for safari and chrome while it works for firefox.

It will be great if someone can help me in figuring this problem.

Regards,

The commonest reason for different behaviour in different browsers is that you have got some invalid html. Copy/paste the entire html into an html validator such as The W3C Markup Validation Service to check this.

If it still does not work having fixed the html then check for javascript errors in the browser console window.

Colin

Its in .erb format not .html

Its in .erb format not .html

View the source (ie html) in the browser and copy/paste from there. That's why I said copy/paste the html.

Colin