You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Hardik Shah <ha...@yahoo.com> on 2008/08/06 12:05:57 UTC

[trinidad]misbehave calendar

hi
when i click on inputdate icon ,it open calendar in lightweight window but
at it is not showing combo of month and year WHEN I click on next month link
its comes
i am seeing in ie6 it works normal in mozila
why this happen
my
myskin.css is
------------------------------------------------------------------------------

/******************* table styles************************/

af|table::control-bar-top
{
	background-color: white;
}
.AFTableCellDataBackgroundColor:alias
{
	background-color: rgb(224,239,252);
	font-family: tahoma;
	text-align: center;
	
}


af|column::header-text
{
	
	background: #D9E1E5 url(/skins/myskin/images/nav.jpg);
	border: 1px solid #7795BD;
	height: 23px;
	font-family: tahoma;
	color: white;
	text-align: center;		
	
		
	}

af|table::column-footer
{

	background-color: white;		
}
/******************* light weight dialog styles************************/


af|dialog::title-bar
{
	background: #D9E1E5 url(/skins/myskin/images/nav.jpg);
	border: 1px solid #7795BD;
	font-family: tahoma;
	
}

af|dialog::title-text
{
		color: white;
		font-family: tahoma;
		font-weight: bold;
}

/******************* command button styles************************/
af|commandButton
{
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 2px 3px; 
	background:#88ac0b;  
	color: #FFF;
	

}
/******************* input date launch icon ************************/
af|inputDate::launch-icon
{
	content:url(/skins/myskin/images/calendar_icon.png); 
  	border: none;
  	width: 27px;
  	height: 27px;
  	
}

af|chooseDate::title
{
	font-family: tahoma;
}

af|chooseDate::header
{
	background-color: navy;
	color: white;
	font-family: tahoma;
}
af|chooseDate::selected
{
	background-color: navy;
	color: white;
	font-family: tahoma;
	
}
af|chooseDate::content
{	
	background-color: rgb(224,239,252);
	color: navy;
	font-family: tahoma;

}

---------------------------------------------------------------------------



-- 
View this message in context: http://www.nabble.com/-trinidad-misbehave-calendar-tp18848002p18848002.html
Sent from the MyFaces - Users mailing list archive at Nabble.com.