So. 11.01.2009
20:10 Uhr
#1
- Registriert seit
- 11.01.2009
- Beiträge
- 10
- Beitragswertungen
Hallo Gemeinde,
ich habe folgendes Problem:
Wo, oder besser wie, kann ich die Navigation der rechten Spalte ändern so das es wie auf der linken seite aussieht?
Sufu und Dokumentation haben keine ergebnisse gebracht
betroffene Homepage:
facesofpain.de
::: Its not a bug, its a feature :::
So. 11.01.2009
20:34 Uhr
#2
- Registriert seit
- 08.07.2008
- Beiträge
- 267
- Beitragswertungen
Gib den Menüeinträgen auf der rechten Seite doch einfach dieselbe class[style] mit! Dann dürfte es gehen
www.bvbsupporters-ms.de
So. 11.01.2009
20:57 Uhr
#3
- Registriert seit
- 11.01.2009
- Beiträge
- 10
- Beitragswertungen
Ist es dann dieser Text den ich auch für rechts schreiben muss ?
#menu {}
#menu ul { padding-left: 10px; margin-left: 10px; }
#smallmenu { }
#smallmenu li { font-size: 9px; }
#smallmenu a { font-size: 9px; }
::: Its not a bug, its a feature :::
Mo. 12.01.2009
00:34 Uhr
#4
- Registriert seit
- 11.01.2009
- Beiträge
- 10
- Beitragswertungen
Also was muss ich da ändern ?
Hier der Code:
{_list_menunr2@
<table width="223" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="223" height="38" background="include/designs/crysis/images/rechts_oben.gif">
<table width="183" cellspacing="0">
<tr>
<td width="225"></td>
<td width="300" class="Bbody2">
%1
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="223" background="include/designs/crysis/images/rechts_mitte.gif">
<table width="223" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="32"></td>
<td width="119" class="Bbody">
<div align="left">%2
</div></td>
<td width="28"></td>
</tr>
</table>
</td>
</tr>
<tr><td height="44" background="include/designs/crysis/images/rechts_unten.gif"></td></tr>
</table>
::: Its not a bug, its a feature :::
Mo. 12.01.2009
22:26 Uhr
#5
- Registriert seit
- 08.07.2008
- Beiträge
- 267
- Beitragswertungen
ich weiß jetzt nicht genau welche klassen du da eingesetzt hast, aber wenn "Bbody2" und "Bbody" welche sind, dann sieht das schonmal nicht so schlecht aus.
Die Bilder, die du als background genommen hast, findet er bei mir gar nicht [sind wohl nicht vorhanden]. Lad die bitte mal hoch, dann kann ich mir das genauer anschauen! und poste mal die beiden Klassen "Bbody2" und "Bbody" aus der style.css !
www.bvbsupporters-ms.de
Di. 13.01.2009
00:00 Uhr
#6
- Registriert seit
- 11.01.2009
- Beiträge
- 10
- Beitragswertungen
Ich habs jetzt mal so in die style.css geschrieben, verändert hat sich aber nichts:
/* ======== NAVI_RIGHT ==================================================================================================================*/
#navibox_r{ width: 150px;
text-align: left;
clear: none;
vertical-align: top;
background: url(img/navileft/bg.jpg);}
#boxes_r{ width: 150px;
text-align: left;
clear: none;
vertical-align: top;
background: url(img/navileft/bg.jpg);}
.top{ width: 150px;
height: 17px;
margin-top: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
padding-top: 6px;
background-image: url(img/navileft/box.jpg);
text-align: left;
text-indent: 7px;
font-weight: bold;
vertical-align: top;
color: #FFFFFF;}
.input{ padding-left: 3px;
padding-top: 0px;}
.com_menu ul{ padding: 0px;
margin: 0px;
margin-bottom: 0px;
list-style-type: none; }
.com_menu ri{ margin: 0px;
padding: 0px;
margin-bottom: 0px;
list-style-type: none;}
.com_menu ri ul { margin-bottom: 0px;
padding: 0px;
margin: 0px;}
.com_menu ri ri { margin-bottom: 0px;
padding: 0px;
margin: 0px;
margin-top: 0px;}
.com_menu ri a{ margin-bottom: 0px;
display: block;
margin: 0px;
padding-top: 0px;
width: 150px;
height: 20px;
color: #FFFFFF;
text-indent: 12px;
font-size: 10px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
text-decoration: none;
line-height: 17px;
background-image: url(img/navileft/navileft.jpg);}
.com_menu ri a:hover{ margin-bottom: 0px;
display: block;
margin: 0px;
padding-top: 0px;
width: 150px;
height: 20px;
color: #e5dcc0;
text-indent: 42px;
font-size: 10px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
text-decoration: none;
line-height: 17px;
background-image: url(img/navileft/navileft_hover.jpg);}
.com_menu ri ri a{ margin-bottom: 0px;
display: block;
margin: 0px;
padding-top: 0px;
width: 150px;
height: 20px;
color: #e5dcc0;
text-indent: 22px;
font-size: 10px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
text-decoration: none;
line-height: 17px;
background-image: url(img/navileft/navileft_li.jpg);}
.com_menu ri ri a:hover{ margin-bottom: 0px;
display: block;
margin: 0px;
padding-top: 0px;
width: 150px;
height: 20px;
color: #e5dcc0;
text-indent: 42px;
font-size: 10px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
text-decoration: none;
line-height: 17px;
background-image: url(img/navileft/navileft_li_hover.jpg);}
.box_middle { width: 150px;
color: #FFFFFF;
font-size: 10px;
font-weight: normal;
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;}
.boxinnen { width: 137px;
color: #FFFFFF;
margin-top: 6px;
margin-bottom: 5px;
margin-right: 6px;
margin-left: 7px;
font-size: 10px;
font-weight: normal;
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;}
/* ======== NAVI_RIGHT ENDE =============================================================================================================*/
Zur Erklärung. Das Navimenü auf der rechten Seite soll genauso aussehen wie auf der linken Seite,wesswegen ich auch das Images navileft_li.jpg verwenden will.
::: Its not a bug, its a feature :::
So. 18.01.2009
15:58 Uhr
#7
- Registriert seit
- 11.01.2009
- Beiträge
- 10
- Beitragswertungen
*push
::: Its not a bug, its a feature :::