← Back to team overview

sslug-teknik team mailing list archive

Er quotes tilladt omkring farven ?

 

Jeg har fundet ud af at når farven i style-sheetet (og sikkert også andre steder) er omgivet af dobbelt-quote (") virker det ikke hvilket tilsyneladende også er i overestemmelse med World Wide Web Consortium's beskrivelse her

http://www.w3.org/TR/REC-CSS1#color

Hvis jeg fjerner dobbelt-quotes bliver fonten straks krid-hvid, så måske er det alt der skal til for at få det til at virke.

Eksempler fra http://konf.nethotel.dk/~helsinge/guests
VENSTRE FRAME:
==============
-- color angivelse som standarden ikke understøtter --
<style>

a
{
text-decoration: none;
}

a:link
{
font-family: verdana;
color: "#FFFFFF";
font-size: 8pt;
text-decoration: none;
}
-----------------------------------------------------------
OVERSKRIFTS FRAME:
==================
-- color angivelse i overenstemmelse med W3.org standard --
<style>
a
  {text-decoration: none;
  }
a:link
  {font-family: verdana;
  color: #FFFFFF;
  font-size: 8pt;
  text-decoration: none;
  font-weight:bold;
  }
-------------------------------------------------------
--
Mvh  Hans Christian Studt  mailto:hcstudt@xxxxxxxx  http://hc.studt.dk
If Windows XP is the answer, Then you didn't understand the question.
Linux information
http://linux.studt.dk



Follow ups