I\'m having real difficulty figuring how to do the following:
I want to have two tabs (horizontal next to each other), one for search (and labelled as such) and another
Sorry about my previous post. I have modifed Danield's tabbed view a little bit and now its scalable and more reliable.
Thanx Danield.
li { display: inline-block; margin-right: 10px; list-style: none; } .frame { display: none; } .frame:target { display: block; } /// Markup Tab1 Tab2 Tab3 Tab4 Tab 1 Tab 2 Tab 3 Tab 4
Tab 1
Tab 2
Tab 3
Tab 4