Ver Mensaje Individual
  #13 (permalink)  
Antiguo 08/04/2010, 07:01
diego11
 
Fecha de Ingreso: octubre-2008
Mensajes: 17
Antigüedad: 16 años
Puntos: 0
Respuesta: Problema con document.ready

Y por ultimo el css tanto de la tabla con scroll y eso asi como el de las ventanas emergentes:

Código:
.sBase {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/* HEADERS */
.sHeader {
	position: absolute;
	z-index: 3;

}
.sHeaderInner {
	position: relative;
}
.sHeaderInner table {
	border-spacing: 0px 0px !important;
	border-collapse: collapse !important;
	width: 1px !important;
	table-layout: fixed !important;
	background-color: #ffffff; /* Here b/c of Opera 9.25 :( */
}

/* HEADERS - FIXED */
.sFHeader {
	position: absolute;
	z-index: 4;
	overflow: hidden;
}
.sFHeader table {
	border-spacing: 0px 0px !important;
	border-collapse: collapse !important;
	width: 1px !important;
	table-layout: fixed !important;
	background-color: #ffffff; /* Here b/c of Opera 9.25 :( */
}

/* BODY */
.sData {
	position: absolute;
	z-index: 2;
	overflow: auto;
	background-color: #ffffff;
}
.sData table {
	border-spacing: 0px 0px !important;
	border-collapse: collapse !important;
	width: 1px !important;
	table-layout: fixed !important;
}

/* BODY - FIXED */
.sFData {
	position: absolute;
	z-index: 1;
	background-color: #ffffff;
}
.sFDataInner {
	position: relative;
}
.sFData table {
	border-spacing: 0px 0px !important;
	border-collapse: collapse !important;
	width: 1px !important;
	table-layout: fixed !important;
}

/* sDefault */
.sDefault {
	margin: 0px;
	padding: 0px;
	border: none;
	
}
.sDefault th{
    border: 1px solid #cccccc;
	padding: 1px 1px 1px 1px;
	white-space: nowrap;
        font-family: "Tahoma";
	font-size: 12px;
        color: white;
}
.sDefault td {
	border: 1px solid #cccccc;
	padding: 1px 1px 1px 1px;
	white-space: nowrap;
        font-family: "Tahoma";
	font-size: 11px;
        color: black;
}
.sDefault th {
	background-color: #000000;
	border-color: #c5c5c5;
}
.sDefault-Fixed {
	background-color: #eeeeee;
	border-color: #c5c5c5;
}

/* Estilos de la ventana emergente de jalones */
.ExpertStats .HoverPanelContainer{width:500px;}
.HoverPanel{text-align:left;margin:0;float:left!important;}
.HoverPanelContainer{margin-top:1px;z-index:10;position:absolute;background-color:White;border:solid 1px Black;}
.UserHover .HoverPanel .label{width:95px!important;}
.ExpertHover .HoverPanel .label{width:80px!important;}
.HoverPanel span{color:#4a4a4a!important;}
.HoverPanel a{color:#3366b9!important;}
.HoverPanel .ExpertCategoryStats{display:block;clear:both!important;float:none!important;}
.HoverPanelHeader{cursor:pointer;display:block;clear:both!important;float:none!important;height:15px;text-decoration:none;color:white;font-weight: bold;font-family: "Tahoma";}
.HoverPanelHeader a{text-decoration:underline!important;}
.HoverPanelItem{display:block;clear:both!important;float:none!important;padding:6px;}
.HoverPanelContent{margin-top:3px;z-index:10;position:absolute;background-color:White;border:solid 1px Black;}
.HoverPanel a{text-decoration:none;}
.HoverPanel img{margin-right:8px;}
.HoverPanel .Close{font-weight:bold;display:block;clear:both;float:none!important;text-align:right;cursor:pointer;background-color:Black;color:White;padding:2px;}
.HoverPanelFooter{clear:both!important;float:none!important;text-align:right;padding-bottom:6px;padding-right:6px;}
.HoverPanelFooter a{text-decoration:underline;}
.Row .label2{font-weight:normal;}
.ItemsList .HoverPanel .ExpertProfile .StatsRow{clear:left;}
.HoverPanel .ExpertStatsContainer .ExpertStats .StatsRow{width:100%;display:block;}
.HoverPanel .ExpertStatsContent .ExpertStatsContainer{float:left;}
.HoverPanel .ExpertCategoryRow{float:left;clear:none;width:250px;}
.HoverPanel .ExpertCategoryRow div{float:none;clear:none;}
.HoverPanel .ExpertCategoryRow .ExpertCategoryMiniRows div{height:18px;}
.HoverPanel .ExpertCategoryRow .ExpertPhotoContainer{width:60px;margin-bottom:10px;}
.HoverPanel .ExpertPhoto .Mini{clear:left;}
.HoverPanel .ExpertProfile .ExpertPhotoContainer{margin-right:5px;}
.ExpertStats .label{display:block;float:left;width:140px;font-weight:bold;text-align:left;margin-right:8px;}
A ver si vosotros sois capaces de ver algo, porque yo ya no se que hacer...

Muchas gracias