Typ Deines phpBB Forums: Standard phpBB3
MODs installiert: Ja
Dein Wissensstand: Einsteiger
Link zu Deinem Forum: http://talk-about-kids.de
Was hast Du gemacht, bevor das Problem aufgetreten ist?
Was hast Du bereits versucht um das Problem zu lösen?
Fehlerbeschreibung und Nachricht
Hallo Ich habe versucht eine Infobar einzubauen um Gäste die auf mein Forum gelangen darauf aufmerksam zu machen, das sie sich um tiefer im Forum lesen zu können, registieren müssen.
Ich lege mal die Einbauanleitung hier mit rein.
Edit stylesheet.css
Add this to the stylesheet:
Code: Select all
body[/b]
{
padding: 0;
margin: 0;
}
#info
{
overflow: visible;
width: 100%;
position: fixed;
z-index:2;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt;
font-weight: normal;
background: blue;
}
#infobar a, #infobar a:link, #infobar a:visited, #infobar a:active
{
display: block;
float: left;
width:100%;
clear: both;
color: InfoText;
background: InfoBackground url(icon_mini_register.gif)) no-repeat fixed .3em .3em;
padding: .45em .3em .45em 2em;
border-bottom: .16em outset;
text-decoration: none;
cursor: default;
}
#infobar a:hover
{
color: HighlightText;
background: Highlight url(images/icon_mini_register.gif) no-repeat fixed .3em .3em;
}
#viewplot
{
width: 100%;
height: expression(this.parentNode.offsetHeight - this.offsetTop);
overflow-x: hidden;
overflow-y: scroll;
padding: 1em;
}
Code: Select all
<!-- IF not S_USER_LOGGED_IN -->
<div id="info"><div id="infobar"><a href="ucp.php?mode=register">You have more features when you are registered. REGISTER NOW!!</a></div></div>
<!-- ENDIF -->
Weiß jemand Abhilfe?
Danke im Voraus[/i]