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,

On 7 June 2016 at 06:34, Ankit R. [email protected] wrote:

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.

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

On 7 June 2016 at 07:55, Ankit R. [email protected] wrote:

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