Suche im Forum:
Suchen


Autor Nachricht
Beitrag26.01.2009 um 01:49 (UTC)    
Titel: Navi-Schrift anpassen

Hallo, ich möchte gern im rechten Navi die selbe Schrift wie im Standartnavi links haben. Selbe Positionierung der Schrift im Button usw.
Die ist mein Code der umgeschrieben werden müsste. Habe es selber probiert hab ich aber nicht hinbekommen.


Code:
<style type="text/css">
<!--
table.impressum{
width: 175px;
height: 200px;
position: absolute;
left: 950px;
top: 141px;
padding-left: 15px;
}
table.impressum td{color: #FFFFFF;}
-->
</style>
<table class="impressum">
<tr>
<td>
<br />
<br />
<br />
<a href="http://xxl"><img alt=ein Bild" src="http://img.webme.com/pic/h/hermsdorfer-sv-online/button.jpg" /></a><br />
<a href="http:/xxx"><img alt="ein Bild" src="http://img.webme.com/pic/h/hermsdorfer-sv-online/button.jpg" /></a><br />
<a href="http://xxx"><img alt="ein Bild" src="http://img.webme.com/pic/h/hermsdorfer-sv-online/button.jpg" /></a><br />
<a href="http://xxx"><img alt="ein Bild" src="http://img.webme.com/pic/h/hermsdorfer-sv-online/button.jpg" /></a><br />
<a href="http://xxx"><img alt="ein Bild" src="http://img.webme.com/pic/h/hermsdorfer-sv-online/button.jpg" /></a>
<br>
</td>
</tr>
</table>


Die links habe ich entfernt und xxx eigesetzt.tut ja nix zu sache.

könnte mir jemand diesen code bearbeiten?
Beitrag26.01.2009 um 07:38 (UTC)    
Titel:

Schlecht ist, dass Du Bilder verwendest für die Kästchen.
Ich habe Dir die Navigation mal mit Hilfe von Tabellen und Hintergrundfarbe erstellt.
Schau es Dir einfach mal an:

Zitat:
<style type="text/css">
<!--
table.impressum{
width: 175px;
height: 200px;
position: absolute;
left: 950px;
top: 141px;
padding-left: 15px;
}
table.impressum td{color: #FFFFFF;}
a.link_rechts{
color:#000;
text-decoration:none;
}
a.link_rechts:hover{
color:#000;
text-decoration:underline;
}
-->
</style>
<table class="impressum">
<tr>
<td>

<table border="0" width="185" cellspacing="0" cellpadding="0">
<tr>
<td style="border:2px solid #000;padding-left:20px;" height="33" bgcolor="#0A8616"><a class="link_rechts" href="#">Link</a></td>
</tr>
<tr>
<td style="border:2px solid #000;padding-left:20px;" height="33" bgcolor="#0A8616"><a class="link_rechts" href="#">Link</a></td>
</tr>
<tr>
<td style="border:2px solid #000;padding-left:20px;" height="33" bgcolor="#0A8616"><a class="link_rechts" href="#">Link</a></td>
</tr>
<tr>
<td style="border:2px solid #000;padding-left:20px;" height="33" bgcolor="#0A8616"><a class="link_rechts" href="#">Link</a></td>
</tr>
<tr>
<td style="border:2px solid #000;padding-left:20px;" height="33" bgcolor="#0A8616"><a class="link_rechts" href="#">Link</a></td>
</tr>
</table>

</td>
</tr>
</table>
Beitrag26.01.2009 um 12:11 (UTC)    
Titel:

ja sieht schon ganz gut aus!
Danke dir!
Hast meine Button als Vorlage genutzt? weil zwischen den Buttons jetzt der Rahmen so stark ist

könntest mir das noch bitte sagen wie ich zwischen den "Buttons" den Rahmen wieder normal umsetzen kann wie links im navi??


Zuletzt bearbeitet von hermsdorfer-sv-online am 26.01.2009, 13:39, insgesamt einmal bearbeitet
Beitrag27.01.2009 um 19:56 (UTC)    
Titel:

kann mir jemand eine hilfestellung geben?
Beitrag27.01.2009 um 21:19 (UTC)    
Titel:

Zitat:
<style type="text/css">
<!--
table.impressum{
width: 175px;
height: 200px;
position: absolute;
left: 950px;
top: 141px;
padding-left: 15px;
}
table.impressum td{color: #FFFFFF;}
a.link_rechts{
color:#000;
text-decoration:none;
}
a.link_rechts:hover{
color:#000;
text-decoration:underline;
}
-->
</style>
<table class="impressum">
<tr>
<td>

<table border="0" width="185" cellspacing="0" cellpadding="0">
<tr>
<td style="border:1px solid #000;padding-left:20px;" height="33" bgcolor="#0A8616"><a class="link_rechts" href="#">Link</a></td>
</tr>
<tr>
<td style="border:1px solid #000;padding-left:20px;" height="33" bgcolor="#0A8616"><a class="link_rechts" href="#">Link</a></td>
</tr>
<tr>
<td style="border:1px solid #000;padding-left:20px;" height="33" bgcolor="#0A8616"><a class="link_rechts" href="#">Link</a></td>
</tr>
<tr>
<td style="border:1px solid #000;padding-left:20px;" height="33" bgcolor="#0A8616"><a class="link_rechts" href="#">Link</a></td>
</tr>
<tr>
<td style="border:1px solid #000;padding-left:20px;" height="33" bgcolor="#0A8616"><a class="link_rechts" href="#">Link</a></td>
</tr>
</table>

</td>
</tr>
</table>


Das rote kannst du verändern, ist jetzt schon von 2 auf 1 gestellt! Das ist die dicke des rahmens!

gruss
______________

6Euro/Std
Geld im Internet, ohne Risiko! WIR HELFEN -TEAM_PAID4_€
Beitrag28.01.2009 um 03:03 (UTC)    
Titel:

danke für deine antwort.das habe ich auch schon probiert. dann ist der rahmen zu dünn Shocked
Beiträge der letzten Zeit anzeigen:   


Powered by phpBB © 2001, 2005 phpBB Group
Deutsche Übersetzung von phpBB.de