webForumDet fria alternativet

css

HTML & CSS

2 svar · 346 visningar · startad av Biasse

Medlem sedan aug. 2003480 inlägg
Frågan#1

Hur lägger man in: td style="height:20px;" ???

.rubrik3
	{
	td-height : 20px;
	font-weight : normal;	
	font-size : 10px;
	background-position: top;
	background-repeat: repeat-x;
	border: 0px solid #d2d2d2;
	color: #333333;	
	font: 10px Verdana;
	font-weight : normal;
	font-size : 10px;
	padding-left: 4px;
}

Detta går inte...

.rubrik3
	{
	line-height : 20px;
	font-weight : normal;	
	font-size : 10px;
	background-position: top;
	background-repeat: repeat-x;
	border: 0px solid #d2d2d2;
	color: #333333;	
	font: 10px Verdana;
	font-weight : normal;
	font-size : 10px;
	padding-left: 4px;
}
Medlem sedan mars 2004455 inlägg
#2

prova

.rubrik3
	{
	height: 20px;
	background-position: top;
	background-repeat: repeat-x;
	color: #333333;	
	font-family: verdana;
	font-weight: normal;
	font-size: 10px;
	padding-left: 4px;
}
Medlem sedan aug. 2003480 inlägg
#3

Det låg i fel ordning så nu gick det....

.rubrik3
	{
	font-weight : normal;	
	font-size : 10px;
	background-position: top;
	background-repeat: repeat-x;
	border: 0px solid #d2d2d2;
	color: #333333;	
	font: 10px Verdana;
	font-weight : normal;
	font-size : 10px;
	line-height : 20px;
	padding-left: 4px;
}
247 ms totalt · 4 externa anrop · v20260731065814-full.1dc6f849
120 ms — deklarationer (db)
0 ms — hämta statistik (cache)
123 ms — hämta tråd, inlägg och bilagor (db)
121 ms — ändringar (db)