I notice that jscookmenu does not provide an attribute where I can provide a style class to control the font size it will use to render the menu items. Can anyone tell me what I need to add to my JSF page so that I can specify the font-size. I am using the attributes--- id="menu" layout="hbr" theme="ThemeOffice" for jscookmenu.

I tried adding a over-ride in the <style> block as follows (The attempt described below did not workdid not work):

<head>
<base href="<%=basePath%>">
<title>
Find Channel
</title>
<link rel="stylesheet" type="text/css" href="demo/css/common.css" />
<link rel="stylesheet" type="text/css" href="demo/css/basic.css" />

<style type="text/css">
.ThemeOfficeMenu,.ThemeOfficeSubMenuTable
{
font-family: verdana, arial, sans-serif;
font-size: 20px;

padding: 0;

white-space: nowrap;
cursor: default;
}
</style>
</head>

Umesh


Reply via email to