| Info zum Tutorial / was wird benötigt |
|---|
Hierbei handelt es sich um eine breitere Forumansicht. Dabei fällt bei der Forumansicht das rechte Menü weg. - vorgefertigter Upload |
| Schritt für Schritt |
|---|
1. Lade Dir den vorgefertigten Upload und spiele die Daten nach Ordnerstrucktur hoch. 2. Öffne die style.css und füge folgendes hinzu: #main_col_forum {
background: url(images/content_middle_forum.png);
background-repeat: repeat-y;
width: 845px;
float: left;
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
padding-bottom: 0px;
clear: none;
color: #A0A0A0;
text-align:left;
font-size: 11px;
font-family: Verdana,Arial;
overflow: hidden;
}
#main_colin_forum
{
width: 823px;
float: left;
padding-top: 0px;
padding-left: 5px;
padding-right: 17px;
padding-bottom: 3px;
font-family: Verdana, Arial;
font-size: 11px;
color: #A0A0A0;
max-width:823px;
overflow: hidden;
}
#foot_content_forum
{
background-image: url(images/content_bottom_forum.png);
width: 845px;
height: 3px;
float: right;
border: none;
}
#head_content_forum
{
position:relative;
top: 0px;
left:0px;
float: left;
background-image: url(images/content_top_forum.png);
width: 845px;
height: 20px;
border: none;
}
#tophmenu_forum
{
position:relative;
width: 820px;
height: 15px;
top: 2px;
left: 5px;
float: left;
max-width: 820px;
max-height: 15px;
overflow: hidden;
}Speichere die style.css und ersetze die bestehende.Nun sollte das Forum verbreitert dargestellt werden. |