Top "Tabs" questions

A user interface pattern that allows for the display of multiple pages or elements with a navigation reference above, below, or to the side of the content.

Full width tabs using Bootstrap (Support IE)

I'm trying to adjust Bootstrap tabs to make them span the full width of their container. Here's my code (a …

html css twitter-bootstrap tabs
How to change tab size on GitHub?

When I view files on GitHub, tabs appear as 8 spaces. Example: Is that possible to change this configuration to 2 or 4 …

tabs github tab-size
Android - Switch Tabs from within an Activity within a tab

Currently I have a TabHost implemented with 3 tabs each containing a separate activity. My question is how do I switch …

android tabs android-intent
onClick="window.location -- trying to change to open link in new tab

Just trying to make this current code open the link in a new tab. Tried fixes found on this site …

javascript html tabs window.open window.location
how to change the color of the tabs indicator text in android?

how to change the color of the text indicator of tab? i can change the icon using selector tag refered …

android tabs tabwidget
changing location.hash with jquery ui tabs

I've been trying to find a way to change the window.location.hash to the currently selected tab in Jquery …

jquery jquery-ui tabs fragment-identifier
Parsing a tab delimited file into separate lists or strings

I am trying to take a tab delimited file with two columns, Name and Age, which reads in as this: …

python parsing tabs delimited
How to place ionic tabs at the bottom of the screen?

I created a simple ionic-tabs that shows my icons at the top of the screen. I tried to wrap it …

tabs ionic
Replacing tab characters in JavaScript

Please consider the following HTML <pre> element: This is some example code which &nbsp;&nbsp;&…

javascript jquery tabs space
Can git automatically switch between spaces and tabs?

I use tabs for indentation in my python programs, but I would like to collaborate (using git) with people who …

git tabs indentation