Yeah, that's a lot better - i must have got stuck in a 'stripes frame of
mind'. Always a good idea to step back to web page fundamentals now and
again :)

I would thank you but nabble says 'Please respect mailing list etiquette:
Avoid small talk such as "Thank you", "Great"...'


Oscar Westra van Holthe - Kind-2 wrote:
> 
> 
> You could use CSS, and name your tabs:
> 
>       ol.menu { /* normal, unselected style */ }
>       ol.menu li { /* usual style */ }
> 
>       ol.tab1selected li#tab1,
>       ol.tab2selected li#tab2,
>       ol.tab3selected li#tab3 { /* selected style */ }
> 
> 
> With a JSP snippet like this:
>       <ol class="menu ${activeTab}selected">
>               <li id="tab1">Tab 1>
>               <li id="tab2">Tab 1>
>               <li id="tab3">Tab 1>
>       </ol>
> 
> 
> 
> 
> -- 
>    ,-_
>   /() ) Oscar Westra van Holthe - Kind      http://www.xs4all.nl/~kindop/
>  (__ (
> =/  ()  A half truth is a whole lie.  -- Yiddish Proverb
> 
>  
> ------------------------------------------------------------------------------
> The Palm PDK Hot Apps Program offers developers who use the
> Plug-In Development Kit to bring their C/C++ apps to Palm for a share
> of $1 Million in cash or HP Products. Visit us here for more details:
> http://p.sf.net/sfu/dev2dev-palm
> _______________________________________________
> Stripes-users mailing list
> Stripes-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/stripes-users
> 
> 

-- 
View this message in context: 
http://old.nabble.com/stripes-layout-tp29296412p29304395.html
Sent from the stripes-users mailing list archive at Nabble.com.


------------------------------------------------------------------------------
The Palm PDK Hot Apps Program offers developers who use the
Plug-In Development Kit to bring their C/C++ apps to Palm for a share
of $1 Million in cash or HP Products. Visit us here for more details:
http://p.sf.net/sfu/dev2dev-palm
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to