-1

I'm designing my mobile website and using big tabs for navigation links, how can I show which page the user is currently on e.g the link background is red for example, without manually changing the css on each link per separate page.

My page uses a server side include using PHP for my header which includes my navigation. How can I add a class to separate pages this way?

Jonathan Lockley
  • 1,320
  • 5
  • 18
  • 28
  • I suggest you to use [Twitter Bootstrap](http://twitter.github.com/bootstrap/) for responsive layouts – Hary Jan 28 '13 at 17:36

1 Answers1

2

You can do it using pure CSS.

Watch these reference videos.

Part - 1 Part - 2

Hope it helps.

Ankur Sinha
  • 6,473
  • 7
  • 42
  • 73