[WSG] CSS Tabs

2004-07-15 Thread Jad Madi
Hi guys is there anyway to get CSS tabs working without Java scripts? -- http://www.jadmadi.net/ * The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list

RE: [WSG] CSS Tabs

2004-07-15 Thread Dave Rayner
DISCUSS; [EMAIL PROTECTED] Subject: [WSG] CSS Tabs Hi guys is there anyway to get CSS tabs working without Java scripts? -- http://www.jadmadi.net/ * The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail

Re: [WSG] CSS Tabs

2004-07-15 Thread Jad Madi
result from your receipt of this message or any attachments. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jad Madi Sent: Friday, July 16, 2004 8:46 AM To: [EMAIL PROTECTED]; css-discuss DISCUSS; [EMAIL PROTECTED] Subject: [WSG] CSS Tabs

RE: [WSG] CSS Tabs

2004-07-15 Thread Jason Turnbull
Jad Madi wrote: hmm what I want is , for example http://www.alistapart.com/d/slidingdoors2/v1/ex10a.html# when I click on any tab to be active? How to do it? In the above example you change the body id of each page depending on which tab you want to look active Currently its set to body

Re: [WSG] CSS Tabs

2004-07-15 Thread Patrick H. Lauke
I think what he meant was: the tabs don't highlight on hover in IE, and how to get around that. If I wasn't knackered (and heck, it's 1:34 in the morning here), I'd spend a few minutes devising a javascript solution (or completely reorganising the xhtml so that the A element is the one containing

Re: [WSG] CSS Tabs

2004-07-15 Thread Aldemir Vieira
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jad Madi Sent: Friday, July 16, 2004 8:46 AM To: [EMAIL PROTECTED]; css-discuss DISCUSS; [EMAIL PROTECTED] Subject: [WSG] CSS Tabs Hi guys is there anyway to get CSS tabs working without Java scripts? -- http

RE: [WSG] CSS Tabs

2004-07-15 Thread Dave Rayner
AM To: [EMAIL PROTECTED] Subject: RE: [WSG] CSS Tabs Jad Madi wrote: hmm what I want is , for example http://www.alistapart.com/d/slidingdoors2/v1/ex10a.html# when I click on any tab to be active? How to do it? In the above example you change the body id of each page depending on which tab

Re: [WSG] CSS Tabs

2004-07-15 Thread Nick Gleitzman
On Friday, Jul 16, 2004, at 10:08 Australia/Sydney, Jad Madi wrote: hmm what I want is , for example http://www.alistapart.com/d/slidingdoors2/v1/ex10a.html# when I click on any tab to be active? How to do it? On Fri, 16 Jul 2004 09:37:28 +1000, Dave Rayner [EMAIL PROTECTED] wrote: If you mean

Re: [WSG] CSS Tabs

2004-07-15 Thread Chris Stratford
Here, its very simple. 1st step. Setup you link heirachy in an unordered list. div id="nav" ul lia href=""Link/a/li lia href=""Link/a/li lia href=""Link/a/li lia href=""Link/a/li /ul /div 2nd step. Setup the CSS, div#nav ul { list-style-type: none; padding: 0; margin: 0; }