ckroon
Posts: 869
|
| Posted: 10/22/2009, 2:01 PM |
|
Anyone have any luck changing the look of the default Tab style?
Care to point me in the right direction?
There were some posts on the forum last year but they have mysteriously disappeared...
Thanks!
_________________
Walter Kempees...you are dearly missed. |
 |
 |
whiterabbitwond
Posts: 28
|
| Posted: 10/29/2009, 4:53 PM |
|
Thats weird. There is not even a google cache of this: http://forums.codecharge.com/posts.php?post_id=94648
where I learned how to do it many moons ago.
Going back over my old code, i got insight from the yahoo yui pages.
and in the head of my page with pretty tabs, i have this:
<link href="js/yui/build/tabview/assets/skins/sam/skin.css" type="text/css" rel="stylesheet">
which you can find if you google yahoo's yui site
and then the body needs this. and any tab view / tabbed tab will be pretty now.
<body class="yui-skin-sam">
|
 |
 |
ckroon
Posts: 869
|
| Posted: 10/30/2009, 11:56 AM |
|
Thanks for the pointer.
I just had to change the head link to "tabview.css" rather than "skin.css" and it worked great!
_________________
Walter Kempees...you are dearly missed. |
 |
 |