- Adres van je forum: http://www.veldhuisenkemper.net/forum
Event. modificaties op je forum: Who Was Here
Wanneer ontstond het probleem? N.v.t.
phpBB versie: 3.0.6
Heb je onlangs iets veranderd aan je forum? Nee
Wat is het probleem?
Forumoverzicht rechts in Firefox
Forumregels
LEES: Richtlijnen voor Support. Vul de support template in!
Verschaf iemand geen servertoegang tenzij het niet anders kan. Maak altijd eerst een volledige backup en verander de inloggevens na afloop. Eigen risico.
LEES: Richtlijnen voor Support. Vul de support template in!

Forumoverzicht rechts in Firefox
- FreakyBlue
- Berichten: 1607
- Lid geworden op: 29 okt 2007, 22:15
- Locatie: Netherlands
- Contacteer:
Re: Forumoverzicht rechts in Firefox
Dat stukje wordt bepaald door dit:
Kijk eens in je common.css bestand in de map styles/prosilver/theme/ naar deze class:
Wat staat daarbij?
Code: Selecteer alles
<div class="navbar">
<div class="inner"><span class="corners-top"><span></span></span>
<ul class="linklist navlinks">
<li class="icon-home"><a href="./index.php?sid=6e5bac811ac1b314227ed44d94049507" accesskey="h">Forumoverzicht</a> </li>
<li class="rightside"><a href="#" onclick="fontsizeup(); return false;" onkeypress="return fontsizeup(event);" class="fontsize" title="Verander lettergrootte">Verander lettergrootte</a></li>
</ul>
Code: Selecteer alles
linklist navlinks
My music and tutorials -> https://youtube.com/gh0stwrit3rMusic/
Former phpBB Style and Mod Author -> https://www.phpbb.com/customise/db/auth ... tributions
Former phpBB Style and Mod Author -> https://www.phpbb.com/customise/db/auth ... tributions
Re: Forumoverzicht rechts in Firefox
Verplaatst naar styles forum.
Re: Forumoverzicht rechts in Firefox
Dat gedeelte kan ik niet vinden in common.css 

- FreakyBlue
- Berichten: 1607
- Lid geworden op: 29 okt 2007, 22:15
- Locatie: Netherlands
- Contacteer:
Re: Forumoverzicht rechts in Firefox
Ik bedoelde dit:
Maar ook daar zie ik niets vreemd aan. Je hebt zo te zien zelf aan je style zitten knutselen >> heb je wel alle tags netjes afgesloten?
Code: Selecteer alles
/* Horizontal lists
----------------------------------------*/
ul.linklist {
display: block;
margin: 0;
}
ul.linklist li {
display: block;
list-style-type: none;
float: left;
width: auto;
margin-right: 5px;
font-size: 1.1em;
line-height: 2.2em;
}
ul.linklist li.rightside, p.rightside {
float: right;
margin-right: 0;
margin-left: 5px;
text-align: right;
}
ul.navlinks {
padding-bottom: 1px;
margin-bottom: 1px;
border-bottom: 1px solid #FFFFFF;
font-weight: bold;
}
My music and tutorials -> https://youtube.com/gh0stwrit3rMusic/
Former phpBB Style and Mod Author -> https://www.phpbb.com/customise/db/auth ... tributions
Former phpBB Style and Mod Author -> https://www.phpbb.com/customise/db/auth ... tributions
Re: Forumoverzicht rechts in Firefox
Geen idee. Zie jij niets vreemds eraan dan?
Re: Forumoverzicht rechts in Firefox
Oh dat zei jij al, dat je er niets vreemds aan zag. Maar wat nu? Niets aan te doen?Niels-21 schreef:Zie jij niets vreemds eraan dan?