Suche im Forum:
Suchen


Autor Nachricht
Beitrag26.04.2010 um 15:23 (UTC)    
Titel: Zweites Textfeld oder rechte boxen? Aber wie

Hey leute ich will für mein Design ein 2tes Textfeld oder rechte boxen machen

Aber wie ?

Momentaner Css-Code
Code:
</style>
<center>
<style type="text/css">
<!--

td[height="102"] {
position:absolute;
left:50%;
margin-left:-369px; }

/* Nullformatierung für alle Browser */
*{margin:0px; padding:0px; }

/* Hintergrund */
body {
background-color: #c6bf8e;
background-image: url(); }


/* Designbild / Breite und Höhe vom Bild einfügen */
#Designbild {
position:absolute;
top: 100px;
left:50%;
margin-left:-640px;
width:1280px;
height:890px;
background-image:url(http://img.webme.com/pic/t/tubba-games/option1.jpg);}


/* Das Textfeld */
#content {
position: absolute;
left: 52%;
top: 425px;
margin-left:-370px;
width: 703px;
height:520px;
overflow:auto;}
color:#d39000;
font-size:13px;
font-family:arial;
text-align:left;
background-color:;
background-image:url();
border: 0px solid #FFFFFF;}

/* Das Textfeld */
#content {
position: absolute;
left: 52%;
top: 425px;
margin-left:-370px;
width: 703px;
height:520px;
overflow:auto;}
color:#d39000;
font-size:13px;
font-family:arial;
text-align:left;
background-color:;
background-image:url();
border: 0px solid #FFFFFF;}

/* Das Textfeld 2*/
#content {
position: absolute;
left: 52%;
top: 425px;
margin-left:-370px;
width: 703px;
height:520px;
overflow:auto;}
color:#d39000;
font-size:13px;
font-family:arial;
text-align:left;
background-color:;
background-image:url();
border: 0px solid #FFFFFF;}


/* Linkfarben im Textfeld content */
#content a{
color:#000080;}

/* Feld Navigation */
#nav_container {
position: absolute;
left: 49%;
top: 273px;
margin-left:-345px;
border:0px solid #FFFFFF;}

ul#nav { list-style-type: none;}   li.nav_element{ background-image: url(); height: 30px; display: inline; padding: 6px; border: 1px solid #;}   li.nav_element:hover{ background-image: url(); border: 1px solid #;}   a.menu{ text-decoration: none; font-family: arial; font-weight:bold; color: #ffffff;}   h2#title{ background-color: #000000; color: #000000; border: 1px solid #000000; test-align: center; font-size: 16px; font-family: times new roman, arial; margin: 0px 670px 10px 0px;}

/* Feld unter Textfeld */
#Feld_unten {
position: absolute;
left: 50%;
top: 0px;
margin-left:-190px;
width: 380px;
height: 63px;
color: #C6BA8A;
font-size: 12px;
font-family: arial;
text-align: center;
border: 0px solid #FFFFFF;}


/* Felder die wir nicht benötigen */
h1#header {display:none;}
h2#title {display:none;}
#sidebar_heading{display:none;}
#nav_heading{display:none;}




#sidebar_container  {
position:absolute;
left:48%;
top: 320px;
margin-left: -260px;
width: 640px;
height: 79px;
font-size: 20px;
font-family: Comic Sans Ms;
color: #000000;
background-image:url();
text-align: left;
border: 0px solid #FFFFFF;
overflow: auto; }


Könnte den jemand so umändern, dass ich rechts ein 2tes textfeld habe, oder eine rechte box ?
Beitrag26.04.2010 um 15:26 (UTC)    
Titel:

Versuch mal den code und pass die werte an
Code in text über dem Design einfügen

<!-- Hier der Code zum Positionieren --> <style type="text/css">
<!--
table.rb_neu1{position:absolute;;top:370px;left:152px;z-index: 1000;x;}
-->
</style> <!-- Hier beginnt jetzt die eigentliche rechte Box -->
<table class="rb_neu1" id="table1">
<tbody>
<tr>
<td background="" style="background-repeat: no-repeat; background-color: rgb(250, 251, 252);" class="shouty">Hier der Inhalt</td>
</tr>
</tbody>
<tbody>
<tr bgcolor="">
</tr>
</tbody>
</table>
______________
Beitrag26.04.2010 um 15:29 (UTC)    
Titel:

was ist der code zum postitinoeren ?
Beitrag26.04.2010 um 15:43 (UTC)    
Titel:

das rote top:370px;left:152px
______________
Beiträge der letzten Zeit anzeigen:   


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