hello,

I need to put up tabs as navigation for my website. Is it possible to use PHP to implement the tabs using my own custom made images?

Thanks in advance

regards,
pabzzmike

You dont need PHP for this. You can use javascript, css and layers.

To show use document.getElementById("maintopright_tour").style.display="block"; To hide use document.getElementById("maintopright_cab").style.display="none"; .

Show and hide the layer based on the click event. I believe I had previously implemented a version of what you are asking for one of the sites I designed. Check out the source code on http://travelerzparadise.com/. I think you'll get what you want.

Let me know if you need help.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.