Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 107125
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T01:42:17+00:00 2026-05-11T01:42:17+00:00

i can’t find a way to do multiple row tabs with ASP.net ajax tab

  • 0

i can’t find a way to do multiple row tabs with ASP.net ajax tab control. I also can’t find a tutorial or example on using CSS to make multiple row of tabs.

In case you don’t understand what i’m looking for here is a image of what i’m looking for http://bp1.blogger.com/_WCGCQYWEaxs/Rq1c2bLNMDI/AAAAAAAAABU/0sKw_CrKLL4/s1600-h/dsd.jpg

Can someone give me a link on how to achieve multiple row of tabs?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T01:42:18+00:00Added an answer on May 11, 2026 at 1:42 am

    Well each tab is a li object. Set each to float:left and unless you’ve set an absolute height on your ul container, when you run out of space on the first line, the lis should wrap onto the next line.

    Something as simple as this should work but it might need some kicking:

    <ul id='nav'>     <li><a href='#'>link</a></li>     <li><a href='#'>link</a></li>     <li><a href='#'>link</a></li>     <li><a href='#'>link</a></li> </ul> 

    CSS:

    #nav {width:200px;} #nav li {float:left;background:#eee;} 

    As for the backgrounds, as Eran says, you’ll want to use the sliding doors method. It’s fairly simple and it should be possible without adding any extra HTML, just modifying the CSS to something like this:

    #nav {width:200px;} #nav li {float:left;background:url(tab-bg.png) top right no-repeat;padding-right:5px} #nav a {float:left;background:url(tab-bg.png) 0 -5px no-repeat;padding-left:5px} 

    Please bare in mind, I’ve made all this code up on the spot. Yours should look similar but remember mine is completely untested. Read the full sliding doors tutorial to find out what I’m talking about and how it works.

    Edit: I’ve just re-read the title and tags. You want this for a prefab ASPNET control. I’d see if you can do a pure CSS method. Try applying the sliding door method to what you’ve got. If you can’t figure out how to work with the current HTML, edit your question and post it underneath and I’m sure somebody can help you get your tabs behaving.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Can someone please help with the following: I am trying to force an asp.net
can you recommend some good ASP.NET tutorials or a good book? Should I jump
Can we change the default action of the edit selected row button? Here is
Can anyone enlighten me to a way I can Highlight the content of an
Can anyone give me an example of how to return the following json simply
Can anybody tell what is the best(easy) way to sort the following string 'index'
Can I register a .Net COM class with the SingleUse -flag? The reason I
Can't figure out how to do this in a pretty way : I have
Can't work out a way to make an array of buttons in android. This
Can anyone help, how to retrieve exactly 2nd row from the table in oracle?

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.