So. 21.08.2005
12:43 Uhr
#1
- Registriert seit
- 24.06.2005
- Beiträge
- 364
- Beitragswertungen
hi habe mal eine frage wo muss ich genau schauen bei der style css ( ich habe ein link der wird schwarz angezeigt der soll wenn man mit der maus drüber fährt rot werden er bleibt aber schwarz !! )
wo muss ich da schauen
thx schon mal !!!
So. 21.08.2005
13:11 Uhr
#2
- Registriert seit
- 02.06.2003
- Beiträge
- 750
- Beitragswertungen
a:hover { color: #F00; }
Für genauere Angaben die CSS-Datei posten.
So. 21.08.2005
13:24 Uhr
#4
- Registriert seit
- 24.06.2005
- Beiträge
- 364
- Beitragswertungen
body
{
background-color: #000000;
margin-left:0px;
margin-right:0px;
margin-top:0px;
margin-bottom:0px;
}
.abg
{
}
td
{
font-family: Verdana;
font-size: 10px;
color:#000000;
}
a
{
color: #000000;
font-family: Tahoma;
font-size: 10px;
text-decoration: none;
}
a:hover
{
color: #4040FF;
text-decoration: none;
}
a.box
{
color: #000000;
font-family: Tahoma;
font-size: 10px;
}
a.box:hover
{
color: #232323;
text-decoration: none;
}
.Chead
{
color: #232323;
}
.Chead td, .Chead td strong, .Chead h4, .Chead td b
{
color: #000000;
}
.Callg
{
color: #000000;
}
.Callg td
{
color: #000000;
}
.Cnorm
{
color:#000000;
}
.Cmite
{
color:#000000;
}
.Cdark
{
background-color:#C0C0C0;
}
#Ballg
{
color: #000000;
background-color: #FF4040;
}
#Ballg td
{
color: #000000;
background-color: #FF4040;
}
.Bhead
{
color: #000000;
}
.Bbody
{
color: #000000;
background-color:#EDEDED;
}
.rand
{
}
.smalfont
{
color: #000000;
font-size: 10px;
text-decoration: none;
}
.smallfont
{
color: #8A8A8A;
font-size: 9px;
text-decoration: none;
}
.border
{
background-color: #EDEDED;
}
hr
{
height: 0px;
border-top-width: 1px;
}
input, textarea, select
{
color: #000000;
font: 10px Tahoma;
border-color: #000000;
border-width: 1px;
border-style: solid;
font-weight: none;
text-decoration: none;
}
#menu {}
#menu ul { padding-left: 10px; margin-left: 10px; }
#smallmenu { }
#smallmenu li { font-size: 9px; }
#smallmenu a { font-size: 9px; }
So. 21.08.2005
13:29 Uhr
#5
- Registriert seit
- 24.06.2005
- Beiträge
- 364
- Beitragswertungen
oki habe es gefunden hab mal ein bissel ausprobiert
thx 4 all