Questions tagged [tabbed]

163 questions
0
votes
0 answers

Implement a growing and shrinking tab bar animation with CSS and JS

I'm very new to CSS and web technologies in general, and I am to implement a tabbed navigation bar indicator. Right now, I have it working correctly using transitions for animations. For example: What I have: From tab 2 to tab 3 Start of animation |…
user1858704
  • 77
  • 1
  • 8
0
votes
1 answer

VB.net register keys while tabbed out

So I have this code that registers my key press CTRL + Numpad1 If e.KeyCode = Keys.NumPad1 AndAlso e.Modifiers = Keys.Control Then Label1.Text = "Hello" End If But this only registers if this window is focus, for example the program…
Thomja
  • 259
  • 5
  • 15
0
votes
1 answer

hide/show not working after first pass through all links

I'm making a "tabbed navigation" type of page, where the "home" "about" "links" etc. pages are actually hidden spans that show when the corresponding "a img" is clicked. At that time all other pages are to hide() The "home" page is the main splash…
Alan Hill
  • 27
  • 6
0
votes
1 answer

Smooth transition for lower divs when showing more content higher up

sorry for the title, hard to explain! I have a gallery section for a website i'm building and each section has a different amount of images inside - when cycling through these (using jquery ui tabs) i would like the content below to smoothly scroll…
0
votes
1 answer

Loop thru tabbed data and get blocks of segemented information

I have a plain text file with tabbed information inside which looks as follows ADVMONITOR "WINOSSPI-RPCService-Win2k" DESCRIPTION "Checks the 'Remote Procedure Call (RPC)' Windows 2000 service and its corresponding process" INTERVAL…
Emiliano
  • 83
  • 6
0
votes
1 answer

Use pickerview information in other view?

I have a tabbed application. I have 4 tabs and in the first 2 tabs there are pickerviews. How can I use the information that im giving in the first and second picker view, in the third tab ? for example: 1 picker view : (which is your favorite…
0
votes
1 answer

How do I change the content but not the tab with Spry Tabbed Panels?

I have a site that consists mainly of Spry Tabbed Panels. Right now I have it working where you click on a different tab and the content changes with the change of tab. But now I have links inside of the content of my tabs that I would like to link…
Emily Magnuson
  • 165
  • 2
  • 3
  • 14
0
votes
1 answer

Spry Tabbed Panels, Tabs aren't touching Content

I am working on a site with Spry Tabbed Pannels. My problem is that I can't get my .TabbedPanelsTab, .TabbedPanelsSelected, TabbedPanelsHover, and .TabbedPanelsTab a, to touch the .TabbedPanelsContentGroup. There is a very thin white line in between…
Emily Magnuson
  • 165
  • 2
  • 3
  • 14
0
votes
1 answer

Spry Tabbed Panels Some Tabs work, some don't

I'm currently working with Spry Tabbed Panels in a Site. I've nested a set of panels inside of another set of panels. My problem is that 2 out of 4 tabs in the first panel don't work. And two out of four tabs in the nested set of panels don't…
Emily Magnuson
  • 165
  • 2
  • 3
  • 14
0
votes
1 answer

Spry Tabbed Panels - select menu item without click

I am using Spry Tabbed Panels. I want to select a menu without clicking. I have set one menu as the default. When I click on one link or button, the default menu should be activated without a page reload. How might this be done?
SREE ANI
  • 304
  • 2
  • 5
  • 13
0
votes
1 answer

Jquery tabs & calendar not binding properly

I'm implementing a page jquery tab toggle that loads content from hidden divs on the page. on one of the hidden pages i have a calendar popup (part of the jQuery.UI api. this works find on it's own page but when i add it to a hidden block and then…
BandsOnABudget
  • 3,966
  • 2
  • 17
  • 19
0
votes
1 answer

loading the content after click yensdesign tabbed menu

I've used this tutorial: http://yensdesign.com/2008/12/create-a-smooth-tabbed-menu-in-jquery/ it is yensdesign tabbed menu. Could sb tell me how do I have to change the code to load content of particular tab after clicking on this tab?
None
0
votes
1 answer

Google maps Tabbed info windows with xl data

i want to add tabbed info window in my script but i cant.. it doesn`t work . plz help me do for it.. this is my codes .. i dont know where i must put string and event listener that work.... var gmarkers = []; var gicons = []; map =…
Ruslan
  • 19
  • 2
0
votes
1 answer

master detail and single view application mixed

I am new here and new to iOS, so my apologies in advance if my question is silly. I have just finished a course on iOS and Xcode and learnt how to build the different types of apps, like master-detail, tabbed or single view applications. My…
Anne
  • 1
  • 1
  • 1
0
votes
1 answer

JQuery error when two scripts are run together

My overall aim is to have an tabbed menu with 4 tabs. Within each tab I also want a simple slider to work, where I can add different things in each of these sliders. Currently I have code which on its own create an tabbed menu, which works fine…
user1669256
  • 151
  • 1
  • 1
  • 10
1 2 3
10
11