From: [EMAIL PROTECTED]
Reply-To: [email protected]
To: [email protected]
Subject: Re: Tabs/Sub Tabs
Date: Mon, 15 May 2006 06:57:13 -0400
On 5/14/06, Jim Douglas <[EMAIL PROTECTED]> wrote:
>From: [EMAIL PROTECTED]
>Reply-To: [email protected]
>To: [email protected]
>Subject: Re: Tabs/Sub Tabs
>Date: Sat, 13 May 2006 23:22:19 -0400
>
>On 5/13/06, Jim Douglas <[EMAIL PROTECTED]> wrote:
>>I set up a publication and deployed it.
>>I have tabs and want to have sub tabs...or at least a way to be able to
>>select different pages under each tab...
>>Can anyone explain how to do it with Lenya?
>
>I think most Lenya sites use the "menu" Navigation Element to access
>pages below the top level. A solution just for you:
>http://solprovider.com/lenya/tabsall
>
>Feedback would be much appreciated. While it works, it may need more
>XSL and CSS to be pretty.
I followed the instruction and lost all my tabs,
What CSS file would I need to add DIV class="tablevel"? I tried
..root/resources/shared/css/page.css
What section of the CSS would I need to change?
Sorry. I fixed #4. Remove mode="tabsall". That was from a
development version.
Yes, page.css is a good place for the CSS. I added some more
documentation about that.
solprovider
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
When I followed these instructions my tabs are there but the sub tabs are
not..the colored area that connected the tabs and went completely from left
to right just below the tabs is gone also...so now they look like boxes
insted of tabs.
Does this code replace or add to what's in page.css?
#tabsall {
padding: 0px 0px 0px 10px;
}
.tablevel {
padding: 0px 0px 0px 10px;
}
.tab {
padding: .2em .5em;
background-color: #FFEEEE;
border: solid 1px #BB9999;
}
.tab-selected {
padding: .2em .5em;
background-color: #000066;
color: #FFFFFF;
font-weight: bold;
border: solid 1px #BB9999;
border-bottom: solid 1px #DDBBBB;
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]