[Seaside] Scriptaculous Tab Panel component

Sebastian Sastre ssastre at seaswork.com
Thu Mar 27 16:12:41 UTC 2008


> 
> Seaside 2.8 has a SUTabPanel class.  I tried using it, but my "panels"
> simply got rendered as a list items.  How how can I make it use the
> proper CSS styles?
> 

Are you using Firebug right? Then go to inspect the tabs and you'll see a CSS
entry which affect it " #menu li a {"
I you annul "float: left" you will see how a list becames horizontal.

Then "list-style-type:none;" is in the <ul> tag so it wont show bullets.

Beside that you have tabs are common anchors.

Note that you asked is about CSS stuff,

	cheers,

Sebastian



More information about the seaside mailing list