473,796 Members | 2,599 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Navigation tabs?

Hi,

People have told me that some web pages they've seen have tabs across
their tops which are hypertext links. I can't see, so I'm not sure what
they're talking about.

Are these tabs some type of html element? How are they implemented?

Thanks,
Dan

Jul 23 '05 #1
5 9626
de*****@gistens on.com wrote:
Hi,

People have told me that some web pages they've seen have tabs across
their tops which are hypertext links. I can't see, so I'm not sure what
they're talking about.

Are these tabs some type of html element? How are they implemented?


No idea without seeing the page, but maybe they're using their web
browser's tabbed browsing features and it has nothing to do with HTML?
Jul 23 '05 #2
On 12/10/04 1:09 am, de*****@gistens on.com wrote:
Hi,

People have told me that some web pages they've seen have tabs across
their tops which are hypertext links. I can't see, so I'm not sure what
they're talking about.

Are these tabs some type of html element? How are they implemented?


Like this: http://www.japanesetranslator.co.uk/

--
Philip Ronan
ph***********@v irgin.net
(Please remove the "z"s if replying by email)
Jul 23 '05 #3
de*****@gistens on.com writes:
People have told me that some web pages they've seen have tabs across
their tops which are hypertext links. I can't see, so I'm not sure what
they're talking about.

Are these tabs some type of html element? How are they implemented?


Unless they're tabbed browser windows as another poster suggested,
they're just some graphical decoration around a table row of
hyperlinks. The graphics between the table cells makes them look like
the tabs on physical files in a file drawer. One of the tabs
corresponds to the page you're currently on, and may not be a
hyperlink. It is usually highlighted somehow, and has no line
underneath it, making it contiguous with the rest of the page. Other
tabs have a line drawn underneath them, resembling files that are
behind.

--
Make that pile of digital photos presentable: http://ourdoings.com/
It's quicker and easier than you think.
Jul 23 '05 #4
de*****@gistens on.com wrote:
Are these tabs some type of html element? How are they implemented?


http://css.maxdesign.com.au/listamatic/

--
David Dorward <http://blog.dorward.me .uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is
Jul 23 '05 #5
de*****@gistens on.com wrote:
Hi,

People have told me that some web pages they've seen have tabs across
their tops which are hypertext links. I can't see, so I'm not sure what
they're talking about.

Are these tabs some type of html element? How are they implemented?

Thanks,
Dan


Well,

as other posters have mentioned: there are two ways of implementing this ..
the old way (HTML 4.01) would have been to make a (nested) HTML table,
do all sorts of lay-out html tricks to make the page you are on appear
as a special tab with other colors etc .....

the other way to do this is by using (X)HTML and CSS ...
Then a good HTML programmer would use HTML lists and List items
(this is where the excellent reference
http://css.maxdesign.com.au/listamatic/ comes in !)
So the navigational links on top of the page would be modelled as a list
in HTML .. in CSS the designer then use CSS rules to make this list
appear as tabs.

This way of working is more compliant with the current webstandards ...
and pages built this way *should* be more easy to read in browsers on
PDA (palm, pocket PC, ..), text only browsers, and browsers for the
blind and badsighted

hope this helped
regards,
Bart
Jul 23 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
4444
by: Dan V. | last post by:
What do you recommend to use for saving time and get great results for making image and css buttons on a site? Also top tabs like for navigation. Separate question maybe is what is the best tool for menus? Expandable...etc. thanks.
2
1055
by: Bazza Formez | last post by:
Hi, This is very much a newbie type question ... I have downloaded the code for the TimeTracker app which is one of the Starter Kits at www.asp.net & trying to figure out exactly how it works so that I can build something similar myself. In my new app I would like to employ the same method to navigate between pages that is used when a user clicks the tabs at the top of the screen in
3
4021
by: Jack Russell | last post by:
I want to add navigation buttons to a tabcontrol (somewhat like excel) How do I get the "tabs" to offset to the right so that I can draw the buttons on the left? TIA -- Remove norubbish to reply direct Jack Russell
1
2280
by: pixelwiz | last post by:
Hi, I am a designer working with an external .NET programmer. We are trying to figure out the best way to implement at tab style horizontal menu similar to http://www.telerik.com/r.a.d.controls/Menu/Examples/Design/Robotic/DefaultCS.aspx and http://www.sportsline.com/ We are not sure what part would have to be done in CSS, what part would be done in .NET how do we integrate? Is there a way to use graphics
4
2187
by: robert.waters | last post by:
Hello, I have a main form that is maximized when my application loads; this main form contains links to all other forms. I've had to specify the Popup property of these other forms, so that they are not maximized when they load. Unfortunately, this seems to have had the consequence of removing them from the Windows taskbar, which makes navigating between open forms more difficult. How would you developers deal with navigation between...
9
1772
by: pbd22 | last post by:
Hi. I am building a bit of a "learn-as-you-go" web site. I have tabs that change based on what page the user is on. The problem is, I have been using a javascript doOnLoad function to recognize the page the user is on and, then, provide the correct tabs. This depends on a normal URL, such as http://www.mysite.com/index.html. But, as I build the site, I am learning that there are times when all
7
2213
daJunkCollector
by: daJunkCollector | last post by:
The following code creates some very nice tabs. However, the I click the tab it displays specified text below the button. I want the tab to execute a page change, so I can use the tabs for my page's primary navigation. Is there a simple change I can make so that click the tab causes the current URL to change? Thanks <script language="JavaScript">
7
2077
daJunkCollector
by: daJunkCollector | last post by:
Hey all, I am using .NET 2.0 to create a website. My boss/designer desires a tabbed navigation system. I am placing the tabs on a master page and I will load the other pages based on the tab that is clicked. So far, so good. The problem comes down to how do I make my tabs. The obvious answer is CSS or a third-party navigation builder such as Telerik. WELL...well our office uses IE6.0. And there is no chance of an upgrade in the...
2
2691
by: 1kky | last post by:
Hi all, i have a big problem with my navigation bar.. the thing is i can get all of the work apart from when you click a department name you go inside that department you can see the tabs but when you select on the last item in the list it displays the content but the navigation bar disappears i want the menu to basically only change the first time the user goes into the department not when they are in there ... is that clear this my...
0
814
by: thephatp | last post by:
I cannot figure this out for the life of me. I want to monitor where a user navigates to in IE, and I've found code that will do this beautifully for the first tab in an IE7 browser. (In IE6, the code was awesome, worked perfectly). However, I cannot seem to get it to work in any tabs that are created in the browser. This is unacceptable for the project I'm working on, so I need to be able to capture navigation on a tab as well. The code...
0
9531
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10459
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10187
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10018
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9055
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6795
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5578
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4120
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2928
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.