webForumDet fria alternativet

CSS-trubbel

1 svar · 148 visningar · startad av soffan76

soffan76Medlem sedan maj 2001684 inlägg
#1

Varför fungerar inte detta? Hur ska man skriva? Länken "Sida" påverkas inte alls...


------------CSS-----------

body
{
  	font-family : Arial, Helvetica, sans-serif;
    font-size:10pt;
	font-style: normal;
	color:  #999999;}
	
A:LINK {
	font-family : Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-style : normal;
	font-weight:bold ;
	color : #999999;
	text-decoration: none;

}

A:VISITED {
	font-family : Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-style : normal;
	font-weight:bold ;
	color : #999999;
	text-decoration: none;

}

A:HOVER {
		font-family : Arial, Helvetica, sans-serif;
		font-size:10pt;
		color: #d24238;
		text-decoration: none;
}

TD{
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	font-size : 12;
	color : #999999;
	text-decoration: none;
}
.meny{
	font-size : 10;
}
.rubrik{
	font-size : 12;
}
----------------------------

---------HTML---------------

<tr><td class="meny"><a href="sida.html">Sida</A></td></tr>

------------------
Sofia

sundogMedlem sedan aug. 200189 inlägg
#2

Jo, det funkar. Du måste glömt nåt basic, kolla igenom igen...

det här funkade...

<html>
<head>
<style>
body
{
font-family : Arial, Helvetica, sans-serif;
font-size:10pt;
font-style: normal;
color: #999999;}

A:LINK {
font-family : Arial, Helvetica, sans-serif;
font-size:10pt;
font-style : normal;
font-weight:bold ;
color : #999999;
text-decoration: none;

}

A:VISITED {
font-family : Arial, Helvetica, sans-serif;
font-size:10pt;
font-style : normal;
font-weight:bold ;
color : #999999;
text-decoration: none;

}

A:HOVER {
font-family : Arial, Helvetica, sans-serif;
font-size:10pt;
color: #d24238;
text-decoration: none;
}

TD{
font-family : Arial, Helvetica, sans-serif;
font-style : normal;
font-size : 12;
color : #999999;
text-decoration: none;
}
.meny{
font-size : 10;
}
.rubrik{
font-size : 12;
}
</style>
</head>
<body>
<table>
<tr><td class="meny"><a href="sida.html">Sida</A></td></tr>
</table>
</body>
</html>
256 ms totalt · 3 externa anrop · v20260731065814-full.0e50b1ef
0 ms — hämta forumlista (cache)
128 ms — hämta statistik (db)
126 ms — hämta tråd, inlägg och bilagor (db)