Frågan 23 juli 2001 16:24 #1 Vet inte vad som händer, igentligen är jag inte på rätta hummöret för att skriva in en seriös fråga hit... skulle hellre vilja kasta ut datorn från mitt 12 våningshus.
Har lite sidor enligt följande struktur:
http://p4/mcd/default.asp (huvudsida)
Includefiler:
http://p4/mcd/fiske/fiske_inc.asp
http://p4/mcd/default/lankar.asp
http://p4/mcd/default/mainlank.asp
http://p4/mcd/css/stilar.css (här finns cssfilen)
I röd text länken till cssfilen
http://p4/mcd/default.asp (huvudsida)
css/stilar.css
Includefiler:
http://p4/mcd/fiske/fiske_inc.asp
../css/stilar.css
http://p4/mcd/default/lankar.asp
../css/stilar.css
http://p4/mcd/default/mainlank.asp
../css/stilar.css
Alla dessa filer utom default funkar om man kör dem separat.. dvs syns både i ns och ie.
MEN varför funkar inte min default.asp i netskäp? den omdiregerar sidan till <A HREF="http://p4/css/stilar.css\ [/CITAT" TARGET=_blank>]http://p4/css/stilar.css
</A>
Snälla hjälp mig nu med detta, jag håller som sagt var på att slå sönder burken...
längst upp i varje aspfil finns <link rel=stylesheet href="länken" TYPE="text/css">
och css filen ser ut så här:
.Incstat11 { font-family: Verdana; font-size: 8pt; color: #FFFFFF; }
.Incstat1 { font-family: Verdana; font-size: 8pt; color: #FFFFFF; }
.Incstat { font-family: Verdana; font-size: 8pt; color: #CCCCCC; }
.Rubrik { font-family: Verdana; font-size: 8pt; color: #FFFFCC; font-weight: bold}
.Underrubrik { font-family: Verdana; font-size: 8pt; color: #666666; font-weight: bold }
.Brodtext { font-family: Verdana; font-size: 8pt; color: #666666; }
.Litentext { font-family: Verdana; font-size: 8pt; color: #666666; } body { font-family: Verdana; font-size: 8pt;
color: #666666 } td { font-family: Verdana; font-size: 8pt; color: #666666;}
A:link { text-decoration: none; color: #333333}
A:active { text-decoration: none; color: #333333}
A:visited { text-decoration: none; color: #333333}
A:hover { text-decoration: underline; color: #666666}
a.text:link {text-decoration: none; color: #FFFFFF; font-weight: bold }
a.text:active {text-decoration: none; color: #FFFFFF; font-weight: bold }
a.text:visited {text-decoration: none; color: #FFFFFF; font-weight: bold }
a.text:hover {text-decoration: none; color: #009933; font-weight: bold }
a.under:link {text-decoration: none; color: #009933}
a.under:active {text-decoration: none; color: #009933}
a.under:visited {text-decoration: none; color: #009933}
a.under:hover {text-decoration: none; color: #000000}
select,input,type,textarea { font-size : 8pt ; font-family : Verdana,Arial ; color : #000000 ; }
------------------
McD- Burgers for the people!
www.McDz.net www.SweQuake.com
[Redigerat av McD den 23 jul 2001]