[CSS] Links..

LittleVampirchen
Huhu
Meine Links sind im FF unterstrichen und blau, um IE nicht. da sind sie auch schwarz.

was ist falsch:
A:link {
color: black;
text-decoration: none;
}
a:visited {
color: black;
text-decoration: none;
}
a:active {
color: black;
text-decoration: none;
}
a:hover {
color: black;
text-decoration: none;
border:1px dotted #000000;
}
Freyaknuffl
Vielleicht fehlt

<style type="text/css"><!--
}


A:link {
color: black;
text-decoration: none;
}
a:visited {
color: black;
text-decoration: none;
}
a:active {
color: black;
text-decoration: none;
}
a:hover {
color: black;
text-decoration: none;
border:1px dotted #000000;
}

//-->
</style>


?

Je nachdem ob du es in eine html- oder css-datei einfügst.
bei html-seite füg es so ein wie ich es oben geschrieben habe
LittleVampirchen
Huhu
Nein, dass ist inder CSS datei^^
Freyaknuffl
Zeig mal die Unterseite, wo du mit der css datei verlinkt hast großes Grinsen
LittleVampirchen
<html>
<head>
<title>HP-Name</title>
<link rel="stylesheet" href="style1.css">



<base target="home">



</head>





<BODY>


<p class="header" align="center"><b>About this Page</b>
<center><a target="content" href="home.html">Home</a><br>
<a href="mailto:july@funrulez.de?subject=E-Mail von July Homepage">E-Mail</a><br>
<a target="content" href="test.html">G&auml;stebuch</a><br>
<a target="content" href="kontakt.html">Kontakt</a><br>
<a target="content" href="test.html">Credits</a><br>
<a target="content" href="impressum.html">Impressum</a><br>
<a target="content" href="news.html">News</a></center>

</p>

<p class="header" align="center"><b>About July</b>
<center><a target="content" href="steckbrief.html">Steckbrief</a><br>
<a target="content" href="test.html">Fotos</a><br>
<a target="content" href="freunde.html">Freunde</a><br>
<a target="content" href="test.html">Haustiere</a><br>
<a target="content" href="test.html">Musik</a></center>
</p>

<p class="header" align="center"><b>Lustiges</b>
<center><a target="content" href="zitate.html">Zitate & Co.</a><br>
<a target="content" href="langeweileinderschule.html">Langeweile in der Schule </a><br>
<a target="content" href="postschaf.html">Ein Postschaf entsteht</a></center>

<p class="header" align="center"><b>Layout</b>
<center>© <a href="mailto:Nuriko_Ranma-Feuer@web.de?subject=layout">Kimey</a> / <a target="_blank" href="http://www.flaming-passion.de/">Flaming Passion</a><br>

<p>
<br>
</p>
Freyaknuffl
Zitat:
Original von Jolaya

<link rel="stylesheet" href="style1.css">



Hast du wohl etwas abgekürzt großes Grinsen

<link href="style1.css" type="text/css" rel="stylesheet">

So geht es smile
LittleVampirchen
bringt nur irgendwie nichts^^
Pawie
Gib' mal Addy von der Seite.


Liebe Grüße
Pawie.
LittleVampirchen
Pawie
Änder mal die CSS Datei zu dem hier:

code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
body {
scrollbar-3dlight-color : #000000;
scrollbar-arrow-color : #000000;
scrollbar-darkshadow-color : #000000;
scrollbar-face-color: #6b9de6;
scrollbar-highlight-color: #ffffff;
scrollbar-shadow-color: #6b9de6;  
font-family: verdana, Century Gothic
background-color: transparent;
color: #000000; 
font-size: 10px;
margin: 4px;
background-image: url('index.gif');
background-attachment: fixed;
background-color: transparent;
background-repeat: no-repeat; }

p {
margin-top: 1;
margin-bottom: 1;
filter: dropshadow(color=ffffff, OffX=1, OffY=1, positive=2)
width: justify;
height: 13; }

a:link {
color: black;
text-decoration: none; }

a:visited {
color: black;
text-decoration: none; }

a:active {
color: black;
text-decoration: none; }

a:hover {
color: black;
text-decoration: none;
border: 1px dotted #000000; }

.header {
font-size: 10px;
font-family: verdana;
color: #00ff00;
font-weight: bold;
text-align: center;
background-color: #104E8B;
border-collapse: collapse;
filter: alpha(opacity=100, finishopacity=0, style=3, startX=0, startY=0, finishX=0, finishY=0)
width: 100%;
height: 15; }


kA, ob's was bringt o_o


Liebe Grüße
Pawie.
LittleVampirchen
Schau dir das ergebnis selbst an großes Grinsen (Screen, hab das originial wiedr ovn der Page genommen)

LG
Pawie
Ok, kann sein dass ich vll. ausversehen irwo die Farbe rausgehau'n hab' oder kA xD
Aber das Wichtige: Ist das jetzt Firefox oder IE?


Liebe Grüße
Pawie.
LittleVampirchen
Fire Fox Augenzwinkern

Aber die Schriftart ist ja auch total anders^^
Pawie
code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
body {
scrollbar-3dlight-color: #000000;
scrollbar-arrow-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-face-color: #6b9de6;
scrollbar-highlight-color: #ffffff;
scrollbar-shadow-color: #6b9de6;  
font-family: verdana
background-color: transparent;
color: #000000; 
font-size: 10px;
margin: 4px;
background-image: url('index.gif');
background-attachment: fixed;
background-color: transparent;
background-repeat: no-repeat; }

p {
margin-top: 1;
margin-bottom: 1;
filter: dropshadow(color=ffffff, OffX=1, OffY=1, positive=2)
width: justify;
height: 13; }

a:link {
color: black;
text-decoration: none; }

a:visited {
color: black;
text-decoration: none; }

a:active {
color: black;
text-decoration: none; }

a:hover {
color: black;
text-decoration: none;
border: 1px dotted #000000; }

.header {
font-size: 10px;
font-family: verdana;
color: #0D0000;
font-weight: bold;
text-align: center;
background-color: #104E8B;
border-collapse: collapse;
filter: alpha(opacity=100, finishopacity=0, style=3, startX=0, startY=0, finishX=0, finishY=0)
width: 100%;
height: 15; }

So?


Liebe Grüße
Pawie.
LittleVampirchen
Schau mla auf der Page Augenzwinkern

Alles so, wie es soll: Nur die Schriftart ist nicht mehr Arial.

Kannst du das auch noch umändern?

LG
Pawie
code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
body {
scrollbar-3dlight-color: #000000;
scrollbar-arrow-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-face-color: #6b9de6;
scrollbar-highlight-color: #ffffff;
scrollbar-shadow-color: #6b9de6;  
font-family: arial;
background-color: transparent;
color: #000000; 
font-size: 10px;
margin: 4px;
background-image: url('index.gif');
background-attachment: fixed;
background-color: transparent;
background-repeat: no-repeat; }

p {
margin-top: 1;
margin-bottom: 1;
filter: dropshadow(color=ffffff, OffX=1, OffY=1, positive=2)
width: justify;
height: 13; }

a:link {
color: black;
text-decoration: none; }

a:visited {
color: black;
text-decoration: none; }

a:active {
color: black;
text-decoration: none; }

a:hover {
color: black;
text-decoration: none;
border: 1px dotted #000000; }

.header {
font-size: 10px;
font-family: verdana;
color: #0D0000;
font-weight: bold;
text-align: center;
background-color: #104E8B;
border-collapse: collapse;
filter: alpha(opacity=100, finishopacity=0, style=3, startX=0, startY=0, finishX=0, finishY=0)
width: 100%;
height: 15; }

Waah~, sag doch, dass es Arial sein soll xDD
Bei .header auch Arial? Wenn ja, bei "font-family" das verdana weg und dafür arial hin.


Liebe Grüße
Pawie.
LittleVampirchen
Zitat:
Waah~, sag doch, dass es Arial sein soll xDD

großes Grinsen Sry ich dachte das wüsstest du großes Grinsen

Danke, jetzt klappt alles Augenzwinkern

LG July
Pawie
Nein eben nicht xD In der css Datei stand eben nur was von Arial lol
Aber gut, dass es jetzt geht großes Grinsen


Liebe Grüße
Pawie.
LittleVampirchen
Jap

Aber hast ud was am Code verändert, dass jetzt bei der Überschrift, die mit <p class=header align="center"><b>Kiwi</b> gemacht wirrd, vorher kein Absatz mehr ist? Das war sonst der fall, jetzt auf einmal nciht mehr

LG
Pawie
Ich hab' alles 'rausgemacht, was nicht in eine .css Datei 'reingehört.
Bei p { blah: blah; } stand irgendwas, was vll. ein Absatz hätte sein können, hab's mir jetzt nicht gemerkt. ^__^"
Jedenfalls war das eben nicht richtig, auch wenn's vll. funktioniert hat.
Wie wär's, nach jedem Text einfach 2x <br> zu machen? großes Grinsen


Liebe Grüße
Pawie.