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] CSS Datei spinnt irgendwie (https://www.gegen-bilderklau.net/thread.php?threadid=156926)


Geschrieben von nymphy am 06.06.2009 um 16:42:

  CSS Datei spinnt irgendwie

soo ich wollte Links im Stecki auch unterstreichen.. allerdings werden nicht alle unterstrichen sondern nur einige..

so siehts aus
Stecki Bsp

un das is der Code
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:
{
      scrollbar-base-color: #000000;  
      scrollbar-track-color: #000000;  
      scrollbar-face-color: #000000;  
      scrollbar-highlight-color: #000000;  
      scrollbar-3d-light-color: #ff0000;  
      scrollbar-darkshadow-color: #000000;  
      scrollbar-shadow-color: #ff0000;  
      scrollbar-arrow-color: #ff0000;  
      
}
{
color: #381200; 
font-family: Verdana; 
font-size: 12pt;
}

body {background-color: #FFFBBC; 
}

table { 
 color: #381200;
 font-family: Verdana;
 font-size: 9pt;
 border-color: #381200;


}


A:link { color: #381200; font-size: 9pt; font-style: normal; text-decoration: underline; }
A:visited { color: #381200; font-size: 9pt; font-style: normal; text-decoration: none; }
A:hover{color:#381200;text-decoration:none; position: relative; top: 3; left: 3;}
A:active { color: #381200; font-size: 9pt; font-style: italic; text-decoration: none; }



Geschrieben von Steffi. am 06.06.2009 um 18:23:

 

Also bei mir ist glaub ich alles unterstrichen was verlinkt ist... o_O wo ist denn da jetzt dein Problem?? XD



Geschrieben von nymphy am 06.06.2009 um 22:43:

 

echt ? hm.. dann liegst vllt. an meinem Browser ? ob der ers nach Neustart alles neu sieht sozusagen ?



Geschrieben von anna. am 07.06.2009 um 06:46:

 

Ätätä. großes Grinsen
code:
1:
2:
A:visited { color: #381200; font-size: 9pt; font-style: normal; text-decoration: none; }


A:visited und text-decoration: none; bedeuten, dass bei einem Link, den du irgendwann schon mal angeklickt hast, der Link dann nicht mehr unterstrichen ist. großes Grinsen



Geschrieben von nymphy am 07.06.2009 um 10:26:

 

blaa ^^ ich bin blöd ^^


Forensoftware: Burning Board, entwickelt von WoltLab GmbH