Gegen Bilderklau - Das Original (https://www.gegen-bilderklau.net/index.php)
- Design, Website, Copyright (https://www.gegen-bilderklau.net/board.php?boardid=80)
--- Homepagehilfe (https://www.gegen-bilderklau.net/board.php?boardid=27)
---- Homepagehilfe - Archiv (https://www.gegen-bilderklau.net/board.php?boardid=139)
----- [CSS] Links.. (https://www.gegen-bilderklau.net/thread.php?threadid=106228)
Geschrieben von LittleVampirchen am 07.05.2007 um 21:40:
Links..
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;
}
Geschrieben von Freyaknuffl am 07.05.2007 um 22:42:
RE: Links..
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
Geschrieben von LittleVampirchen am 07.05.2007 um 22:43:
Huhu
Nein, dass ist inder CSS datei^^
Geschrieben von Freyaknuffl am 07.05.2007 um 22:45:
Zeig mal die Unterseite, wo du mit der css datei verlinkt hast
Geschrieben von LittleVampirchen am 07.05.2007 um 22:46:
<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ä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>
Geschrieben von Freyaknuffl am 07.05.2007 um 22:49:
Zitat: |
Original von Jolaya
<link rel="stylesheet" href="style1.css">
|
Hast du wohl etwas abgekürzt
<link href="style1.css" type="text/css" rel="stylesheet">
So geht es
Geschrieben von LittleVampirchen am 07.05.2007 um 22:50:
bringt nur irgendwie nichts^^
Geschrieben von Pawie am 08.05.2007 um 17:21:
Gib' mal Addy von der Seite.
Liebe Grüße
Pawie.
Geschrieben von Pawie am 08.05.2007 um 17:36:
Ä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.
Geschrieben von LittleVampirchen am 08.05.2007 um 17:40:
Schau dir das ergebnis selbst an

(Screen, hab das originial wiedr ovn der Page genommen)
LG
Geschrieben von Pawie am 08.05.2007 um 17:45:
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.
Geschrieben von LittleVampirchen am 08.05.2007 um 17:46:
Fire Fox
Aber die Schriftart ist ja auch total anders^^
Geschrieben von Pawie am 08.05.2007 um 17:52:
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.
Geschrieben von LittleVampirchen am 08.05.2007 um 17:55:
Schau mla auf der Page
Alles so, wie es soll: Nur die Schriftart ist nicht mehr Arial.
Kannst du das auch noch umändern?
LG
Geschrieben von Pawie am 08.05.2007 um 17:56:
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.
Geschrieben von LittleVampirchen am 08.05.2007 um 17:59:
Zitat: |
Waah~, sag doch, dass es Arial sein soll xDD |

Sry ich dachte das wüsstest du
Danke, jetzt klappt alles
LG July
Geschrieben von Pawie am 08.05.2007 um 18:00:
Nein eben nicht xD In der css Datei stand eben nur was von Arial lol
Aber gut, dass es jetzt geht
Liebe Grüße
Pawie.
Geschrieben von LittleVampirchen am 08.05.2007 um 18:04:
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
Geschrieben von Pawie am 08.05.2007 um 18:12:
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?
Liebe Grüße
Pawie.
Forensoftware: Burning Board, entwickelt von WoltLab GmbH