Suche im Forum:
Suchen


Autor Nachricht
Beitrag22.04.2010 um 16:27 (UTC)    
Titel: Hilfe Benötigt

Hallo liebe Designer könnte mir jemand ein design fertig stellen habe eine bildvorlage krieg es aber net hin alles richtig hinzusetzen

könnte mir da jemand weiter helfen?? Laughing
Beitrag22.04.2010 um 16:29 (UTC)    
Titel: Re: Hilfe Benötigt

veluxmt2 hat Folgendes geschrieben:
Hallo liebe Designer könnte mir jemand ein design fertig stellen habe eine bildvorlage krieg es aber net hin alles richtig hinzusetzen

könnte mir da jemand weiter helfen?? Laughing
Beitrag22.04.2010 um 16:36 (UTC)    
Titel:

würdest du mir das machen ??? Crying or Very sad
Beitrag22.04.2010 um 17:19 (UTC)    
Titel:

also du musst einfach ein wenig coden
das kommt bei Text über dem Design
<div id="content">
<div id"="main">DEIN INHALT</div>
<div id="DasTeam">DEIN INALT</div>
<div id="game">DEIN INHALT</div>
<div id"Others">DEIN INHALT</div>
<div id="support">DEIN INHALT</div>

das bei Text unter dem Design:
</div>

Bei css code ohne Style Tags:
DAS BLENDET ALTES AUS:
div#nav_container{visibility: hidden;}
li.nav_element{display: none;}
h1#title{display: none;}
h2#title span {display: none;}
li.nav_element{display: none;}
li.nav_element a{display: none;}
div.header{display: none;}


DAS CONTENT ANPASSEN
#content {
width:771px; WIE BREIT (ANPASSEN)
height:400px; WIE HOCH (ANPASSEN
margin: 0 auto;
position: absolute;
top: 260px; WIE WEIT VON OBEN WEG
left: 80px; WIE WEIT VON LINKS WEG
color: #000000;
font-size: 12px; SCHRIFT GRÖßE WENN NICHT VON HTML GEREGELT
border: 0px solid #000000;
overflow: auto;} REGELT DEN SCROLLER (SO LASSEN)

UND SOLCHE "CONTENTS" ERSTELLTS DU FÜR ALLE WO OBEN STEHEN
BEI <DIV ID="DER NAME"></DIV> MUSST DU HALT ANPASSEN

HIER ÄNDERST DU DIE COUNTER POSITION
#counter {
position: absolute; SO LASSEN
width: 400px; BREITE ANPASSEN
left: 28%; WIE WEIT VON LINKS MUSST DU WEG SEIN
margin-left: 3px; DER LINKE RAND
font-family: "Trebuchet MS", Tahoma, Arial;
font-size: 12px;
color: #000000;
font-weight: normal;
text-align: right;
top: 660px;
}
Beiträge der letzten Zeit anzeigen:   


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