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 152429
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T09:37:19+00:00 2026-05-11T09:37:19+00:00

I have some tabs I working with in Silverlight because of issues I’m having

  • 0

I have some tabs I working with in Silverlight because of issues I’m having with JQuery UI in Internet Explorer. I want to style the tabs in sliverlight to look like the ones from JQuery UI but can only seem to get the to take some washed out colors.

Dose anyone know of any links that describe how to do this? Is there a way to set an image as the tab?

  • 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-11T09:37:19+00:00Added an answer on May 11, 2026 at 9:37 am

    I tried to use the jQuery UI tabs plugin and had a lot of problems, but quickly found it was very easy to create my own.

    Something like this… obviously you can skin this to your requirements

    <div class='navcontainer'>  <ul>   <li><a class='tab' id='p1' href='#1'>Tab One</a></li>   <li><a class='tab' id='p2' href='#2'>Tab Two</a></li>   </ul> </div> 

    Then in JS

    var pageUrl = new Array();           pageUrl[1] = 'pageone.php'; pageUrl[2] = 'pagetwo.php';  $(document).ready(function() {    $('.tab').click(function() {   loadTab($(this).attr('id'));   });  });  function loadTab(id) {  if (pageUrl[id].length > 0) {   $('#preloader').show();   $.ajax({    url: pageUrl[id],     cache: false,    success: function(message) {                              $('#tabdiv').empty().append(message);    }   });                     } } 

    Not quite the exact Silverlight answer, so sorry if you don’t find this very helpful. But hopefully might save you some time.

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

Sidebar

Related Questions

I have some tabs using jQuery UI which work just fine, but I want
I am currently working with jquery ui tabs but I am facing some issues
I have some jQuery tabs on a website and I am trying to make
I'm making some tabs and I want to have my own delegate for them
I'm working on a site that uses JQuery UI to display some tabs and
I have a simple JQuery UI tabs menu working, and I set it up
I have some CSS and HTML for horizontal tabs that works perfectly in jsfiddle.
I have a php script that uses some css/javascript tabs, they work on my
So I have this page that has some basic custom tabs: http://demo.unlockedmanagement.com/users/view/2 * NOTE
I have some arbitrary pixel data that I want to save as a PNG.

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.