Those are not the tabs I was looking at. In fact, they're not really tabs at all - they're something different.
The tabs I was looking at start with "News Home", "U.S.", etc. The ones you are talking about are done with CSS but mostly with controlling the visibility or z-index of <div> sections that overlay each other. This control is undoubtedly from JavaScript which is imported from one or more JS files. I don't have the interest to spend the time tracking down how they do it - there's probably quite a bit of code involved - but everything involved will be sitting in your temporary internet files directory if you want to break it out. Dave S ----- Original Message ----- From: anthrax911 To: [email protected] Sent: Friday, April 29, 2005 11:34 PM Subject: [ASP] Re: Yahoo style tabs I still do not think the page loads a new .html when you click a tab. For example go to http://news.yahoo.com/ 1) Click 'AP' tab under the 'Top Stories' section. 2) Then click 'Reuters' under the same section. That is not reloading a page. --- In [email protected], "David Smart" <[EMAIL PROTECTED]> wrote: > > But for me to duplicate something like > > this, would I not need the actual CSS file(s)? > > Yes, but so does your browser. The CSS file(s) is in your temporary internet files folder. > > > I really like how they do their tabs without re-loading a new page. > > ??? Unless you're looking at something I'm not looking at ... it does load a new page each time you click on a tab. > > Each page is different, and just has its own tab at the front. > > > Is that done with CSS? > > The page change is not done with CSS - it's just a simple <a> tag with an href. > > The look of the tabs is done with CSS. > > Dave S > > --------------------------------------------------------------------- Home : http://groups.yahoo.com/group/active-server-pages --------------------------------------------------------------------- Post : [email protected] Subscribe : [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] --------------------------------------------------------------------- ------------------------------------------------------------------------------ Yahoo! Groups Links a.. To visit your group on the web, go to: http://groups.yahoo.com/group/active-server-pages/ b.. To unsubscribe from this group, send an email to: [EMAIL PROTECTED] c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. [Non-text portions of this message have been removed] --------------------------------------------------------------------- Home : http://groups.yahoo.com/group/active-server-pages --------------------------------------------------------------------- Post : [email protected] Subscribe : [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] --------------------------------------------------------------------- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/active-server-pages/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
