Hey,
I am developing a website. A 2-tier tabbed navigation system is the desgin we are going with. Just for clarification purposes, I will developing the site in ASP.NET.
What do you think the best way to make the 2-tier tabbed navigation system will be? I currently have a prototype developed using CSS/HTML and a touch of javascript. The problem is that this presents horrible formatting issues when working across different web browsers. Disgusting really.
I am honestly considering taking a step back into history and using an image-map to artificially represent tab navigation.
I am very curious as to what the community feels about this. The image-map method will add to page loading times, but isn't this worth it to ensure all my users can view the page properly?
Or am I overlooking a modern method that allows me to accomplish this goal?
Thanks for any and all input/feedback/opinions/recommendations.