Hallo Leute,
Kann ich zwei linkfarben auf einer Seite definieren ??
Ein link steht weiß auf schwarz, ein anderer schwarz auf weiß .
Hat bestimmt jemand ne Lösung für das Problem
Dank im Vorraus
Snowman
Hallo Leute,
Kann ich zwei linkfarben auf einer Seite definieren ??
Ein link steht weiß auf schwarz, ein anderer schwarz auf weiß .
Hat bestimmt jemand ne Lösung für das Problem
Dank im Vorraus
Snowman
Es gibt verschiedene Wege dies zu erreichen. Um die für dich richtige Version zu bestimmen, bräuchte man mal n STück HTML-Code.
hilft dir »das?
das kannst du mit class machen.
mfg - phore
<script language='javascript'>
<!--
var wg1Window=null;
function wg1(mypage,myname,w,h,pos,infocus){
if(pos=='random'){
LeftPosition=(screen.width)?Math.floor(Math.random()*(screen.width-w)):100;
TopPosition=(screen.height)?Math.floor(Math.random()*((screen.height-h)-75)):100;}
if(pos=='center'){
LeftPosition=(screen.width)?(screen.width-w)/2:100;
TopPosition=(screen.height)?(screen.height-h)/2:100;}
else if((pos!='center' && pos!='random') || pos==null){LeftPosition=20;TopPosition=20;}settings='width='+ w + ',height='+ h + ',top=' + TopPosition + ',left=' + LeftPosition + ',location=no,directories=no,menubar=no,toolbar=no,status=no,scrollbars=yes,resizable=no,dependent=no';
wg1Window=window.open('',myname,settings);
if(infocus=='front'){wg1Window.focus();wg1Window.location='1wg/1wg1.html';}
}
//-->
</script>
</head>
<body style="background-image:url(haupt/haupt.jpg); background-attachment:fixed;" text="#000000" link="black" vlink="black" alink="black" marginwidth="0" topmargin="0" marginheight="0">
<Table width="540" height="20" cellspacing="0" cellpadding="0" border="0"><TR><TD width="540" height="20"></TD></TR></table>
<Center>
<Table width="540" height="180" cellspacing="0" cellpadding="0" border="0">
<TR><TD width="540" height="20" colspan="5" style="background-image:url(haupt/hauptno.jpg);">
<Font size="2" face="arial" color="#FFFFFF" align="left" style="margin-left:1cm">[B]1-Raumwohnung[/B]</FONT></TD></TR>
<TR><TD width="20" height="140" rowspan="4">[img]haupt/hauptnli.jpg[/img]</TD>
<TD width="500" height="20" colspan=3></TD>
<TD width="20" height="140" rowspan="4">[img]haupt/hauptnre.jpg[/img]</TD>
</TR>
<TR>
<TD width="100" height="60" valign="bottom" align="center">[url='javascript:wg1('1wg/1wg1.html','wg1','550','600','','front');'][img]1wg/1wg1.jpg[/img][/url]</TD>
<TD width="300" height="60" ><FONT size="1" face="arial">Einraumwohnung in Bernburg
Wohnfläche - 37qm
Mietpreis - 195,00 €</Font></TD>
<TD width="100" height="60">[url='javascript:wg1('1wg/1wg1.html','wg1','550','600','','front');']<Font size="1" face="arial">Details</Font>[/url]</TD>
</TR>
<TR>
<TD width="500" height="10" colspan="3" align=center>[img]haupt/hauptbar.gif[/img]</TD>
</TR>
<TR><TD width="500" height="20" colspan="3"></TD></TR>
<TR>
<TD width="540" height="20" colspan="5" style="background-image:url(haupt/hauptnu.jpg);">
<Font size="2" color="#FFFFFF" face="arial" align="left" style="margin-left:10cm;"><A href=mailto:webmaster@boenicke-immobilien.de>[B]E-Mail[/B]</A></Font></TD>
</TR>
</table>
<Table width="540" height="30"><TR><TD width="540" height="30"></TD></TR></TABLE>
</body>
</html>
Alles anzeigen
Also da sind 2 Links innerhalb der tabelle die Schwarz gefärbt sein müssten und weiter unten ein E-Mail Verweis der weiß sein müsste.
greetz Snowman
oops mal wieder nicht eingelogt
<script language='javascript'>
<!--
var wg1Window=null;
function wg1(mypage,myname,w,h,pos,infocus){
if(pos=='random'){
LeftPosition=(screen.width)?Math.floor(Math.random()*(screen.width-w)):100;
TopPosition=(screen.height)?Math.floor(Math.random()*((screen.height-h)-75)):100;}
if(pos=='center'){
LeftPosition=(screen.width)?(screen.width-w)/2:100;
TopPosition=(screen.height)?(screen.height-h)/2:100;}
else if((pos!='center' && pos!='random') || pos==null){LeftPosition=20;TopPosition=20;}settings='width='+ w + ',height='+ h + ',top=' + TopPosition + ',left=' + LeftPosition + ',location=no,directories=no,menubar=no,toolbar=no,status=no,scrollbars=yes,resizable=no,dependent=no';
wg1Window=window.open('',myname,settings);
if(infocus=='front'){wg1Window.focus();wg1Window.location='1wg/1wg1.html';}
}
//-->
</script>
<style>
a.schwarz {
color: #000000;}
a.schwarz:hover {
color: farbenachwahl;}
a.white {
color: #ffffff;}
a.white:hover {
color: farbenachwahl;}
</style>
</head>
<body style="background-image:url(haupt/haupt.jpg); background-attachment:fixed;" text="#000000" link="black" vlink="black" alink="black" marginwidth="0" topmargin="0" marginheight="0">
<Table width="540" height="20" cellspacing="0" cellpadding="0" border="0"><TR><TD width="540" height="20"></TD></TR></table>
<Center>
<Table width="540" height="180" cellspacing="0" cellpadding="0" border="0">
<TR><TD width="540" height="20" colspan="5" style="background-image:url(haupt/hauptno.jpg);">
<Font size="2" face="arial" color="#FFFFFF" align="left" style="margin-left:1cm">[B]1-Raumwohnung[/B]</FONT></TD></TR>
<TR><TD width="20" height="140" rowspan="4">[img]haupt/hauptnli.jpg[/img]</TD>
<TD width="500" height="20" colspan=3></TD>
<TD width="20" height="140" rowspan="4">[img]haupt/hauptnre.jpg[/img]</TD>
</TR>
<TR>
<TD width="100" height="60" valign="bottom" align="center">[url='javascript:wg1('1wg/1wg1.html','wg1','550','600','','front');'][img]1wg/1wg1.jpg[/img][/url]</TD>
<TD width="300" height="60" ><FONT size="1" face="arial">Einraumwohnung in Bernburg
Wohnfläche - 37qm
Mietpreis - 195,00 €</Font></TD>
<TD width="100" height="60">[url='javascript:wg1('1wg/1wg1.html','wg1','550','600','','front');']<Font size="1" face="arial">Details</Font>[/url]</TD>
</TR>
<TR>
<TD width="500" height="10" colspan="3" align=center>[img]haupt/hauptbar.gif[/img]</TD>
</TR>
<TR><TD width="500" height="20" colspan="3"></TD></TR>
<TR>
<TD width="540" height="20" colspan="5" style="background-image:url(haupt/hauptnu.jpg);">
<Font size="2" color="#FFFFFF" face="arial" align="left" style="margin-left:10cm;"><A class="white" href=mailto:webmaster@boenicke-immobilien.de>[B]E-Mail[/B]</A></Font></TD>
</TR>
</table>
<Table width="540" height="30"><TR><TD width="540" height="30"></TD></TR></TABLE>
</body>
</html>
Alles anzeigen
Aha also css --- vielen Dank
wie immer geiles Forum
greetz Snowman