Demo
	
		
			Probiere ClanSphere aus und teste daran herum.
			Demo
		
	
 
      
Spenden
  
    ClanSphere ist freie OpenSource Software.
Bitte unterstützt uns.
    Spenden
  
 
			
				
  
  
  
    Antworten: 3 
      Seite  [1]   | 
  
  
  
      excited 
       
      
      
      
         
      Beginner  
       
      
      
        
       
       
      Beiträge: 14      | 
     # Thema - 23.11.2006 um 17:47 Uhr
       
      
      Ich mache gerade eine Homepage für meinen Clan... 
Steckt noch in einer sehr frühen Phase, ist noch nix endgültiges. 
Ich hab aber schon bei der Positionierung die ersten Probleme, der FireFox stellt das linke content-div nämlich völlig falsch dar. 
Selbst im guten alten IE 5.5 sieht das ganze richtig aus, aber im Firefox nicht!  
Bin schon extra auf absolute Größenangaben umgestiegen, klappt aber trotzdem nicht... 
Und nein es liegt nicht am niftyBorders-script. 
http://excited.pytalhost.com/index.htm 
Hier noch die CSS 
CSS   
 
 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.  
52.  
53.  
54.  
55.  
56.  
57.  
58.  
59.  
60.  
61.  
62.  
63.  
64.  
65.  
66.  
67.  
68.  
69.  
70.  
71.  
72.  
73.  
74.  
75.  
76.  
77.  
78.  
79.  
80.  
81.  
82.  
83.  
84.  
85.  
86.  
87.  
88.  
89.  
90.  
91.  
92.  
93.  
94.  
95.  
96.  
97.  
98.  
99.  
100.  
101.  
102.  
103.  
104.  
105.  
106.  
107.  
108.  
109.  
110.  
111.  
112.  
113.  
114.  
115.  
116.  
117.  
118.  
119.  
120.  
121.  
122.  
123.  
124.  
125.  
126.  
127.  
128.  
129.  
130.  
131.  
132.  
133.  
134.  
135.  
136.  
137.  
138.  
139.  
140.  
141.  
142.  
143.  
144.  
145.  
146.  
147.  
148.  
149.  
150.  
151.  
152.  
153.  
154.  
155.  
156.  
157.  
158.  
159.  
160.  
161.  
162.  
163.  
164.  
165.  
166.  
167.  
168.  
169.  
170.  
171.  
172.  
173.  
174.  
175.  
176.  
177.  
178.  
179.  
180.  
181.  
182.  
183.  
184.  
185.  
186.  
187.  
188.  
189.  
190.  
191.  
192.  
193.  
194.  
195.  
196.  
197.  
198.  
199.  
200.  
201.  
  | 1. / 2. / ... 
   
/* css for next.gen esports website by franz felscher */ 
 
/*____________________________________________________________________________________________________________________________*/ 
 
/*colors */ 
 
/*_________________________________________________________________________________________________________________________*/ 
 
/* GLOBAL DEFINITIONS */ 
 
    /* ie fix */ 
    *html { 
        border: 0; 
        padding: 0; 
        margin: 0; 
    } 
     
 
    /* tables */ 
     
    table { 
        background-color: inherit; 
        font-size: 1.0em; 
        color: #334852; 
    } 
     
    tr { 
        border: 1px solid #334852 0 1px solid #334852 1px solid #334852; 
         
         
    } 
     
    tr:hover { 
        background-color: ; 
    } 
     
    body{padding: 20px;background-color: #FFF; 
    font: 100.01% "Trebuchet MS",Verdana,Arial,sans-serif} 
h1,h2,p{margin: 0 10px} 
h1{font-size: 250%;color: #FFF} 
h2{font-size: 200%;color: #f0f0f0} 
p{padding-bottom:1em} 
h2{padding-top: 0.3em} 
div#nifty{ margin: 0 10%;background: #9BD1FA} 
 
b.rtop, b.rbottom{display:block;background: #FFF} 
b.rtop b, b.rbottom b{display:block;height: 1px; 
    overflow: hidden; background: #9BD1FA} 
b.r1{margin: 0 5px} 
b.r2{margin: 0 3px} 
b.r3{margin: 0 2px} 
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px} 
     
    /* images */ 
     
    img { 
        border: 0; 
    } 
     
    /* forms */ 
     
    form { 
         
    } 
     
    a { 
        color: #14A1FF; 
        text-decoration: none; 
    } 
     
    a:hover { 
        color: #73C6EF; 
    } 
     
/* PARTICULAR DEFINITIONS */ 
     
    /* body */ 
     
    body { 
        width: 990px; 
        height: 600px; 
        padding: 0; 
         
        font-size: 14px; 
        font-family: Tahoma, Verdana, sans-serif; 
        color: #334852; 
        background-color: #ffffff; 
    } 
     
    #container { 
        width: 990px; 
        height:600px; 
        float: left; 
         
    } 
     
    /* top part */ 
     
    #top { 
        width: 990px; 
        height: 200px; 
        float: left; 
    } 
     
    #head { 
        width: 990px; 
        height: 130px; 
        float: left; 
    } 
     
    #navi { 
        height: 70px; 
        width: 990px; 
        float: left; 
    } 
     
    /* navi */ 
         
         
        #mainnavi { 
            width: 990px; 
            height: 45px; 
        } 
         
        #subnavi { 
            width: 970px; 
            height: 21px; 
            margin: 4px 10px; 
        } 
         
        #navi ul { 
            list-style-type: none; 
        } 
         
        #navi ul li { 
            display: inline; 
        } 
         
        #mainnavi ul { 
            font-size: 18px; 
        } 
         
        #subnavi ul { 
            font-size: 16px; 
            margin: 0; 
        } 
         
         
     
    /*center */ 
     
    #center { 
        width: 990x; 
        height: 370px; 
        float: left; 
    } 
     
    #left { 
        width: 300px; 
        height: 350px; 
        margin: 10px; 
        float: left; 
        scrollbar-base-color:#8C8CC6; 
        scrollbar-3d-light-color:#FFFFFF; 
        scrollbar-arrow-color:#FFFFFF; 
        scrollbar-darkshadow-color:#000000; 
        scrollbar-face-color:#8C8CC6; 
        scrollbar-highlight-color:#FFFFFF; 
        scrollbar-shadow-color:#000000; 
        scrollbar-track-color:#ACACE6; 
    } 
     
    .leftq { 
        color: #EF6329; 
        margin-left: 10px; 
        } 
     
    .lefth { 
        margin-left: 3px; 
    } 
     
    #right { 
        width: 630px; 
        height: 370px; 
        float: left; 
    } 
     
    #right ul { 
        list-style-image: url(gfx/listbullet.png); 
    } 
     
     
    /* footer */ 
     
    #footer { 
        width: 980px; 
        height: 24px; 
        margin: 3px 5px; 
    } 
  |  
  
 
      
      
      
      
        
       
      Zuletzt editiert von excited am 23.11.2006 um 22:16 Uhr (6x Editiert) 
       | 
  
  
     | 
    
            | 
  
  
  
  
  
     | 
  
  
      h0n1g 
      
       
      
      
      
         
      Geekboy  
       
      
      
        
       
       
      Beiträge: 1013      | 
     # Antwort: 1 - 23.11.2006 um 17:52 Uhr
       
      
      mal dran gedacht, das der IE alles falsch anzeigt und FF richtig ?   
 
btw: url geht net...
      
      
      
  
------------------ 
ClanSphere - Makes your website a playmate, just dress her
      
      
 
  | 
  
  
     | 
    
        |     | 
  
  
  
     | 
  
  
      Timpe 
      
       
      
      
      
         
      King for a day  
       
      
      
        
  
       
       
      Beiträge: 302      | 
     # Antwort: 2 - 23.11.2006 um 17:54 Uhr
       
      
      ie stellt es anders da und nicht falsch   
hör mal auf so zu propagieren  
      
      
      
      
      
 
  | 
  
  
     | 
    
        |     | 
  
  
  
     | 
  
  
  
  
  
  
  
  
    Antworten: 3 
      Seite  [1]   | 
  
 
  
    | Sie müssen sich registrieren, um zu antworten. |