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

Ask A Question

Stats

  • Questions 68k
  • Answers 68k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • added an answer I don't know the C standard inside out but I've… May 11, 2026 at 12:17 pm
  • added an answer That isn't part of the normal JavaScript implementation. JS lives… May 11, 2026 at 12:17 pm
  • added an answer Rather than just the kernel, why don't you grab the… May 11, 2026 at 12:17 pm

Related Questions

I can do an eval(something()); to execute the code dynamically in JavaScript. Is there
I can't seem to find details on how to unsubscribe from ubiquity commands. The
I can set the PHP include path in the php.ini : include_path = /path/to/site/includes/
Is it possible to replace javascript w/ HTML if JavaScript is not enabled on
I am currently running into a problem where an element is coming back from

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.