+ Antworten
Seite 2 von 2 ErsteErste 1 2
Ergebnis 16 bis 20 von 20

Thema: seite aus lauter divs zentrieren

  1. #16
    TP-Junior richirich macht alles soweit korrekt
    Registriert seit
    Jul 2008
    Ort
    Österreich
    Beiträge
    20
    na schön das is jetzt mal mein code:

    Code:
    <head>
    ........
    
    #apDiv1 {
    	position:absolute;
    	left:8px;
    	top:24px;
    	width:227px;
    	height:91px;
    	z-index:1;
    }
    #apDiv2 {
    	position:absolute;
    	left:237px;
    	top:24px;
    	width:491px;
    	height:91px;
    	z-index:2;
    }
    #apDiv3 {
    	position:absolute;
    	left:8px;
    	top:117px;
    	width:720px;
    	height:343px;
    	z-index:3;
    }
    #apDiv4 {
    	position:absolute;
    	left:8px;
    	top:461px;
    	width:720px;
    	height:83px;
    	z-index:4;
    }
    #apDiv5 {
    	position:absolute;
    	left:45px;
    	top:165px;
    	width:100px;
    	height:24px;
    	z-index:5;
    }
    #apDiv6 {
    	position:absolute;
    	left:103px;
    	top:209px;
    	width:116px;
    	height:22px;
    	z-index:6;
    }
    #apDiv7 {
    	position:absolute;
    	left:178px;
    	top:260px;
    	width:98px;
    	height:25px;
    	z-index:7;
    }
    #apDiv8 {
    	position:absolute;
    	left:222px;
    	top:315px;
    	width:87px;
    	height:21px;
    	z-index:8;
    }
    #apDiv9 {
    	position:absolute;
    	left:241px;
    	top:380px;
    	width:105px;
    	height:20px;
    	z-index:9;
    }
    #wrapper {
    	position: absolute;
    	left: 50%;
    	width: 750px;
    	height: 700px;
    	margin-left: -350px;
    	top: 0px;
    }
    
    
    -->
    </style>
    <script type="text/javascript">
    <!--
    
    function MM_goToURL() { //v3.0
      var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
      for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
    }
    //-->
    </script>
    
    
    </head>
    
    <body bgcolor="000000" scroll="auto" background="images/blue2.jpg" style="background-repeat: no-repeat; background-position: center; background-attachment: fixed;"> 
     
            <div id="wrapper">
            
    <div id="apDiv1">
      <div align="center"><a href="index.html"><img src="images/Logo.jpg" alt="Home" width="228" height="91" border="0" /></a></div>
    </div>
    <div id="apDiv2">
      
      <p align="center">&nbsp;</p>
      <p align="right"><img src="images/steuerungstechnik.jpg" width="235" height="32" /></p>
    </div>
    
    <div id="apDiv3">
      <div align="center"><img src="images/grafik.jpg" width="708" height="329" /></div>
    </div>
    <div id="apDiv4">
      <div align="center"><img src="images/automation.jpg" width="706" height="111" /></div>
    </div>
    <div id="apDiv5">
      <div align="center"><img src="images/Aktuelles.jpg"  alt="Aktuelles" border="0" onmouseover="MM_goToURL('parent','AktuellesUnter.html');return document.MM_returnValue"/></div>
    </div>
    <div id="apDiv6">
      <div align="center">
     <img src="images/Unternehmen.jpg" alt="Unternehmen" name="menue3" border="0" id="menue3" onmouseover="MM_goToURL('parent','UnternehmenUnter.html');return document.MM_returnValue" /> </div>
    </div>
    <div id="apDiv7">
      <div align="center"><img src="images/Leistung.jpg" alt="Leistung" name="menue4" border="0" id="menue4" onmouseover="MM_goToURL('parent','LeistungenUnter.html');return document.MM_returnValue" /></div>
    </div>
    <div id="apDiv8">
      <div align="center"><img src="images/Service.jpg" alt="Service" name="menue5" border="0" id="menue5" onmouseover="MM_goToURL('parent','ServiceUnter.html');return document.MM_returnValue" /></div>
    </div>
    <div id="apDiv9">
      <div align="center"><img src="images/Englisch.jpg" alt="Language" border="0" /></div>
    </div>
    </div>
    </body>

  2. #17
    TP-Veteran max.m lebt für das TP und seine User max.m lebt für das TP und seine User max.m lebt für das TP und seine User max.m lebt für das TP und seine User max.m lebt für das TP und seine User max.m lebt für das TP und seine User Avatar von max.m
    Registriert seit
    Dec 2005
    Ort
    Stuttgart
    Beiträge
    1.955
    Sorry, aber ich versteh nicht wie das später aussehen soll. Kannst Du vielleicht mal eine Grafik erstellen wie das aussehen soll?
    Denn ohne die Grafiken aus dem Quelltext sieht man nur den alt-Text...

  3. #18
    TP-Junior richirich macht alles soweit korrekt
    Registriert seit
    Jul 2008
    Ort
    Österreich
    Beiträge
    20
    ahh hab schon was gefunden jetzt funkt des halbweg.. =)

    aber trotzdem danke für eure hilfe !!!


    schönen tag noch...

  4. #19
    TP-Greis Boris lebt für das TP und seine User Boris lebt für das TP und seine User Boris lebt für das TP und seine User Boris lebt für das TP und seine User Boris lebt für das TP und seine User Boris lebt für das TP und seine User Boris lebt für das TP und seine User Avatar von Boris
    Registriert seit
    Mar 2001
    Ort
    Stuttgart & Kornwestheim
    Beiträge
    9.420
    Das geht nur, wenn du komplett auf absolute Positionierung verzichtest und alles über floats machst. Allerdings musst du das lernen, DW macht dir das nicht von alleine.
    My software never has bugs. It just develops random features ...

    » DevShack - die Website des freien Webentwicklers Boris

  5. #20
    TP-Junior richirich macht alles soweit korrekt
    Registriert seit
    Jul 2008
    Ort
    Österreich
    Beiträge
    20
    ok dann werd ich schaun das ich mir das aneigne


    DANKE

+ Antworten
Seite 2 von 2 ErsteErste 1 2

Ähnliche Themen

  1. Seite zentrieren
    Von Martina79 im Forum Dreamweaver & andere Webeditoren
    Antworten: 2
    Letzter Beitrag: 06.03.2006, 07:23
  2. seite mit divs: erneutes abspielen von swf verhindern
    Von soundso im Forum Flash & Multimedia
    Antworten: 1
    Letzter Beitrag: 28.09.2004, 00:49
  3. Seite zentrieren
    Von KDD im Forum GoLive
    Antworten: 20
    Letzter Beitrag: 22.06.2004, 21:45
  4. Seite zentrieren
    Von chrisi im Forum Dreamweaver & andere Webeditoren
    Antworten: 2
    Letzter Beitrag: 17.04.2003, 21:38
  5. Seite Zentrieren
    Von christine im Forum Webdesign allgemein
    Antworten: 6
    Letzter Beitrag: 28.08.2002, 15:30

Stichworte

Aktive Benutzer

Aktive Benutzer

Aktive Benutzer in diesem Thema: 1 (Registrierte Benutzer: 0, Gäste: 1)

     

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51