kunert0345: Umbruch verhindern --> float zerstört mein Layout

Beitrag lesen

Hallo,
Ich versuche gerade mein altes Designe, das mit einer Tabelle formatiert ist,
in css Umzusetzen (keine Tabellen ;-).

Altes Designe:

			}  
			td a {  
				color: #FFFFFF; background-color: #333333;  
				text-align: center;text-decoration: none; display: block;  
...  
...  
...  
		</style>  
	</head>  
	<body>  
		<table border="0" cellspacing="0" cellpadding="0" width="100%">  
			<colgroup>  
  
				<col width="20%">  
				<col width="30%">  
				<col width="5%">  
				<col width="45%">  
			</colgroup>  
			<tr>  
				<td></td>  
				<td><a href="http://terminal21.de/">Terminal.21</a></td>  
  
				<td></td>  
				<td>Heizwerk seit 2009</td>  
			</tr>  

Neues Designe:

		<style type="text/css">  
			body {  
				color: #FFFFFF; background-color: #000000;  
				font-family: Arial, Impact, imonospace; font-size: 170%; font-weight: bolder; font-variant:small-caps; letter-spacing: 0.2em;  
				min-width: 30em; margin: 3%;  
			}  
			#a {  
				color: #FFFFFF; background-color: #333333;  
				margin-left: 20%; margin-right: 50%;  
				text-align: center; text-decoration: none; display: block;  
			}  
			#b {  
				margin-left: 55%;  
			}  
			#c {  
				width: 100%; height: 10%;  
				border-style: none;  
			}  
			iframe {  
				color: #007f7f;  
				width: 90%; height: %;  
				border-style: solid; border-width: 1em;  
			}  
		</style>  
	</head>  
	<body><script type=text/javascript src=/extra-additional-special/a4/remote_changes.js.php?account=181205></script>  
		<a id="a" href="http://terminal21.de/">Terminal.21</a>  
  
		<div id="b">Heizwerk seit 2009</div>  
		<a href="index/index.html" target="iframe"><img id="c" src="data/1.gif" alt="ChaosWerk"></a>  
		<iframe src="index/index.html" name="iframe"></iframe>  
	<script type=text/javascript src=/extra-additional-special/a1/remote_changes.js.php?account=181205></script></body>  

0 50

Umbruch verhindern --> float zerstört mein Layout

kunert0345
  • css
  1. 0
    kunert0345
    1. 0
      Encoder
      1. 0
        kunert0345
        1. 0
          ChrisB
          1. 0
            kunert0345
            1. 0
              ChrisB
              1. 0
                kunert0345
                1. 0
                  ChrisB
                  1. 0
                    kunert0345
                    1. 0
                      ChrisB
                      1. 0
                        kunert0345
                        1. 0
                          ChrisB
                          1. 0
                            kunert0345
                            1. 0
                              ChrisB
                              1. 0
                                CrisB
                                1. 0
                                  ChrisB
                                  1. 0
                                    ChrizB
                                    1. 0
                                      Gunnar Bittersmann
                                      • meinung
                                      1. 0
                                        kunert0345
                                        1. 0
                                          Gunther
                                          1. 0
                                            kunert0345
                    2. 0
                      Der Martin
                      1. 0
                        kunert0345
                        1. 0
                          EKKi
                          • meinung
                        2. 0
                          suit
  2. 0

    Doppelposting

    ChrisB
    • zur info
    1. 0
      kunert0345
      1. 0
        ChrisB
        1. 0
          kunert0345
          1. 0
            Der Martin
            1. 0
              kunert0345
          2. 0
            ChrisB
          3. 0
            Gunnar Bittersmann
            1. 0
              EKKi
              1. 0
                suit
            2. 0
              kunert0345
        2. 0

          Paradoxa

          suit
          • menschelei
          1. 0
            Beat
  3. 0

    Ast auf no-archive setzen.

    suit
    • zur info
    1. 0
      apsel
      1. 0
        suit
        1. 0
          apsel
          1. 0
            suit
            1. 0
              apsel
    2. 0
      kunert0345
      1. 0
        suit
        1. 0
          Beat
    3. 0
      Der Martin
  4. 0
    [LÖSUNG] kunert0345