Vice Dee aka SanY: Problem mit CSS Formular

Beitrag lesen

Hier noch die CSS datei, die hatte oben leider keinen platz mehr xD:

@charset "utf-8";  
/* CSS Document */  
  
* {  
	margin:0;  
	padding:0;  
	border:0;  
}  
  
  
  
body {  
	font:62.5%/1.8em "trebuchet ms", verdana, arial, sans-serif;  
	color:#FFF;  
	background:url(../Bilder/scanline.png) repeat;  
}  
  
div#header {  
	background:url(../Bilder/header_02.png) no-repeat;  
	width:960px;  
	height:242px;  
	margin:0 auto;  
	position:relative;  
}  
  
  
div#header div#logincontainer {  
	background:none;  
	width:248px;  
	height:65px;  
	margin-left:641px;  
	margin-top:55px;  
	position:absolute;  
}  
  
div#header div#welcome {  
	background:none;  
	width:247px;  
	height:22px;  
	margin-left:47px;  
	margin-top:7px;  
	float:left;  
	position:absolute;  
  
	  
}  
  
div#header div#status {  
	background:none;  
	width:526px;  
	height:22px;  
	margin-top: 7px;  
	left: 323px;  
	position:absolute;  
  
}  
  
p#willkommen {  
	font-size:12px;  
}  
  
a#ausloggen {  
	font-size:12px;  
	text-decoration:none;  
	color:#666;  
}  
  
div#header div#logout {  
	background:none;  
	position:absolute;  
	width:76px;  
	height:22px;  
	margin-top:7px;  
	left: 880px;  
}  
	  
  
  
div#menue {  
	background:url(../Bilder/menue_03.png) no-repeat;  
	width:960px;  
	height:57px;  
	margin:0 auto;  
	position:relative;  
}  
  
div#menue ul#navi-top {  
	position:absolute;  
	list-style:none;  
	top:18px;  
	height: 14px;  
	width: 910px;  
	left: 34px;  
}  
  
div#menue ul#navi-top li {  
	float:left;  
	padding: 0 45px;  
	line-height:12px;  
	  
	  
}  
  
div#menue ul#navi-top li a {  
	color:#FFF;  
	text-decoration:none;  
	font-size:14px;  
	  
}  
  
div#menue ul#navi-top li a:hover,  
div#menue ul#navi-top li.active a {  
	text-decoration:none;  
	color:#999;  
	  
}  
div#menue a#startseite {  
	text-decoration:none;  
	padding-left: 30px;  
  
	  
}  
  
div#news {  
	background:url(../Bilder/news_03.png) no-repeat;  
	width:960px;  
	height:205px;  
	margin: 0 auto;  
	margin-top:-1px;  
}  
  
div#news div#informationen {  
	background:none;  
	margin-left: 50px;  
	padding-top:4px;  
	width: 112px;  
	height: 10px;  
	font:Arial;  
	float:left;  
}  
  
div#news div#newrel {  
	background:none;  
	margin-left: 200px;  
	padding-top:4px;  
	width: 112px;  
	height: 10px;  
	font:Arial;  
	float:left;  
}  
  
div#news div#aktuelles {  
	background:none;  
	margin-left: 195px;  
	padding-top:4px;  
	width: 112px;  
	height: 10px;  
	font:Arial;  
	float:left;  
}  
  
div#news div#infoinhalt {  
	background:none;  
	margin-left: 23px;  
	margin-top: 13px;  
	width: 292px;  
	height: 158px;  
	font:Arial;  
	float:left;  
	color:#000;  
	font-size:12px;  
}  
  
div#news div#newrelinhalt {  
	background:none;  
	margin-left: 17px;  
	margin-top: 13px;  
	width: 292px;  
	height: 158px;  
	font:Arial;  
	float:left;  
	color:#000;  
	font-size:12px;  
}  
  
div#news div#newsinhalt {  
	background:none;  
	margin-left: 17px;  
	margin-top: 13px;  
	width: 297px;  
	height: 158px;  
	font:Arial;  
	float:left;  
	color:#000;  
	font-size:12px;  
}  
  
div#headcontent {  
	background:url(../Bilder/headcontent_03.png);  
	width:960px;  
	height:18px;  
	margin:0 auto;  
}  
  
div#content {  
	background:url(../Bilder/content_03.png) repeat-y;  
	width:960px;  
	margin:0 auto;  
}  
  
div#content td#inhalt {  
	width:588px;  
	height:auto;  
	margin-left:30px;  
  
	  
}  
  
div#content td#inhaltsidebar{  
	width: 270px;  
	height:auto;  
	margin-left:650px;  
}  
  
div#contentfoot {  
	background:url(../Bilder/contentfoot_06.png) no-repeat;  
	width: 960px;  
	height:17px;  
	margin:0 auto;  
}  
  
div#footer {  
	background:url(../Bilder/footer_07.png) no-repeat;  
	width: 960px;  
	height:214px;  
	margin:0 auto;  
	position:relative;  
}  
  
form#login {  
	margin-top:10px;  
	margin-left:10px;  
	font-size:12px;  
}  
  
input#loginin {  
	margin-left:5px;  
}  
  
input#loginin2 {  
	margin-left:10px;  
}  
  
div#footer01 {  
	width:290px;  
	height: 131px;  
	margin-left: 30px;  
	float:left;  
	margin-top:15px;  
}  
div#footer02 {  
	width:295px;  
	height: 131px;  
	margin-left: 13px;  
	float:left;  
	margin-top:15px;  
}  
div#footer03 {  
	width:290px;  
	height: 131px;  
	margin-left: 13px;  
	float:left;  
	margin-top:15px;  
}  
  
div#footer ul#down-menue {  
	position:absolute;  
	left: 342px;  
	list-style:none;  
	top: 177px;  
	width: 262px;  
}  
  
div#footer ul#down-menue li {  
	float:left;  
	padding: 0 20px;  
}  
  
div#footer ul#down-menue li a {  
	text-decoration:none;  
	font-size:12px;  
	color:#999;  
}  
  
div#footer ul#down-menue li a:hover,  
div#footer ul#down-menue li.active a {  
	color:#FFF;  
	text-decoration:none;  
}
0 58

Problem mit CSS Formular

Vice Dee aka SanY
  • css
  1. 0
    Vice Dee aka SanY
  2. 1
    Cheatah
    1. 0
      Vice Dee aka SanY
      1. 0
        ChrisB
        1. 0
          Vice Dee aka SanY
          1. 0
            ChrisB
            1. 0
              Vice Dee aka SanY
              1. 0
                ChrisB
                1. 0
                  Vice Dee aka SanY
                  1. 0
                    ChrisB
                    1. 0
                      Vice Dee aka SanY
                  2. 0
                    ChrisB
                    1. 0
                      Vice Dee aka SanY
                      1. 0
                        ChrisB
                        1. 0
                          Vice Dee aka SanY
                          1. 0
                            ChrisB
                            1. 0
                              Vice Dee aka SanY
                              1. 0
                                ChrisB
                                1. 0
                                  Vice Dee aka SanY
                                  1. 0
                                    ChrisB
                                    1. 0
                                      Vice Dee aka SanY
                                      1. 0
                                        ChrisB
                                  2. 0

                                    Kommunikation und, Sprachniveau

                                    Der Martin
                                    • zu diesem forum
                                    1. 0
                                      Vice Dee aka SanY
                                      1. 0
                                        ChrisB
                                    2. 0
                                      Gunnar Bittersmann
                                    3. 1
                                      Klawischnigg
  3. 0
    bleicher
    1. 0
      Vice Dee aka SanY
      1. 0
        bleicher
        1. 0
          Vice Dee aka SanY
          1. 0
            bleicher
            1. 0

              PS:^ehm...

              bleicher
            2. 0
              Vice Dee aka SanY
              1. 0
                bleicher
                1. 0

                  hail Opera!

                  bleicher
            3. 0
              Vice Dee aka SanY
              1. 0
                Der Martin
                1. 0
                  Vice Dee aka SanY
                  1. 0
                    Der Martin
                    1. 0
                      bleicher
                      1. 0
                        Der Martin
                        1. 0
                          bleicher
                        2. 0
                          Gunnar Bittersmann
                          1. 0
                            Der Martin
                            1. 0
                              Gunnar Bittersmann
                              1. 0
                                Der Martin
                                1. 0
                                  Gunnar Bittersmann
                    2. 0
                      Vice Dee aka SanY
                2. 0
                  Gunnar Bittersmann
                  1. 0
                    Der Martin
                    1. 0
                      Gunnar Bittersmann
                      1. 0
                        Der Martin
                        1. 0
                          Gunnar Bittersmann
  4. 0
    Vice Dee aka SanY
    1. 1

      Schwamm drüber

      ChrisB
      • menschelei
      1. 0
        Vice Dee aka SanY