3.2.0

font size of tabs name

Hi, beautifull object.

I create tabs and i want to change font size and font color of the name of the tabs. Who can i do that?

Thanks
Jonathan
November 23,
see ../examples/quickref/tabs.htm

<style>
#myTabs {width: 400px; height: 30px; }

#myTabs .aw-ui-tabs .aw-list-template { padding: 3px 0px 1px 0px; background: #c0c0c0}
#myTabs .aw-list-item {color: blue}
#myTabs-item-1 {font-weight: bold}
#myTabs-item-2-box-text {border-bottom: 2px solid red}
</style>
<script>
var obj = new AW.UI.Tabs;
obj.setId("myTabs"); // necessary for CSS rules
obj.setStyle("font-weight","bold");

</script>
tony
November 24,

This topic is archived.

See also:


Back to support forum