I just use tabbed interface, Dynamic Drive Tab Content Script (v 2.2), demo #1 (CSS for Shade Tabs):
css:
I want modify CSS to get the same look as Yahoo tabs, like this:
Yahoo
How to modify CSS?
Yahoo CSS:
part that handle Tabs:
#newsmodule{width:459px;position:relative;zoom:1;min-width:459px;font-size:85%;margin-bottom:10px;}
#newscat li{margin:0;padding:0;}
#newscat li{display:inline-block;display:-moz-inline-stack;*display:inline;vertical-align:bottom;cursorointer;zoom:1;text-align:center;}
#newsmodule a{position:relative;}
#newsmodule img{padding-right:10px;margin-top:-22px;height:75px;}
#newscat li a{display:block;display:inline-block;vertical-align:bottom;zoom:1;font-family:verdana,arial,sans-serif;font-size:10px;white-space:nowrap;width:100%;}
#newscat li a div{padding:3px 0;border-bottom-width:0;}
#newscat li.last a div{border-right-width:0;}
#newscat li.selected a div,#newscat li.selected{border-bottom-width:0;}
#newscat li.selected a,#newscat li.selected{background-color:#fff;}
css:
I want modify CSS to get the same look as Yahoo tabs, like this:
Yahoo
How to modify CSS?
Yahoo CSS:
part that handle Tabs:
#newsmodule{width:459px;position:relative;zoom:1;min-width:459px;font-size:85%;margin-bottom:10px;}
#newscat li{margin:0;padding:0;}
#newscat li{display:inline-block;display:-moz-inline-stack;*display:inline;vertical-align:bottom;cursorointer;zoom:1;text-align:center;}
#newsmodule a{position:relative;}
#newsmodule img{padding-right:10px;margin-top:-22px;height:75px;}
#newscat li a{display:block;display:inline-block;vertical-align:bottom;zoom:1;font-family:verdana,arial,sans-serif;font-size:10px;white-space:nowrap;width:100%;}
#newscat li a div{padding:3px 0;border-bottom-width:0;}
#newscat li.last a div{border-right-width:0;}
#newscat li.selected a div,#newscat li.selected{border-bottom-width:0;}
#newscat li.selected a,#newscat li.selected{background-color:#fff;}