Demo

Probiere ClanSphere aus und teste daran herum. Demo


Antworten: 24
Seite < 1 [2]
cynext
Thread-Ersteller


Beginner





Beiträge: 19
# Antwort: 21 - 21.11.2014 um 14:52 Uhr
Laut dem modul kann ich das nicht. Aber jetzt ist es länger. Kann es an der width liegen ?


Inaktiv
|
Tress13


Highlander




Herkunft: Lüdenscheid
Beiträge: 3048
# Antwort: 22 - 21.11.2014 um 15:03 Uhr
Jaja klar. Damit legst du fest, wie lang das "Feld" ist.
Auch wenn man das Feld jetzt in diesem Fall nicht sehen kann.

Kannste also beliebig deinen Bedürfnissen anpassen.


------------------


www.iv-gaming.de | www.iv-artwork.de

Zuletzt editiert von Tress13 am 21.11.2014 um 15:03 Uhr (1x Editiert)
Inaktiv
|
cynext
Thread-Ersteller


Beginner





Beiträge: 19
# Antwort: 23 - 21.11.2014 um 15:07 Uhr
Dankeschön. Lieb von dir. Solangsam bekomme ich das meiste auch schon so hin.
Die ganze rechte seite also sprich control panel teamspeak statistik und der rest muss ein stück runter also gleich auf wie main_bg damit ich oben zwischen noch mutli slider einbauen kann aber ich finde die height von den nicht also irgendwie passiert


Hier einmal die layout css
mehr... +-
 
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.
202.
203.
204.
205.
206.
207.
208.
209.
210.
211.
212.
213.
214.
215.
216.
217.
218.
219.
220.
221.
222.
223.
224.
225.
226.
227.
228.
229.
230.
231.
232.
233.
234.
235.
236.
237.
238.
239.
240.
241.
242.
243.
244.
245.
246.
247.
248.
249.
250.
251.
252.
253.
254.
255.
256.
257.
258.
259.
260.
261.
262.
263.
264.
265.
266.
267.
268.
269.
270.
271.
272.
273.
274.
275.
276.
277.
278.
279.
280.
281.
282.
283.
284.
285.
286.
287.
288.
289.
290.
291.
292.
293.
294.
295.
296.
297.
298.
299.
300.
301.
302.
303.
304.
305.
306.
307.
308.
309.
310.
311.
312.
313.
314.
315.
316.
317.
318.
319.
320.
321.
322.
323.
324.
325.
326.
327.
328.
329.
330.
331.
332.
333.
334.
335.
336.
337.
338.
339.
340.
341.
342.
343.
344.
345.
346.
347.
348.
349.
350.
351.
352.
353.
354.
355.
356.
357.
358.
359.
360.
361.
362.
363.
364.
365.
366.
367.
368.
369.
370.
371.
372.
373.
374.
375.
376.
377.
378.
379.
380.
381.
382.
383.
384.
385.
386.
387.
388.
389.
390.
391.
392.
393.
394.
395.
396.
397.
398.
399.
400.
401.
402.
403.
404.
405.
406.
407.
408.
409.
410.
411.
412.
413.
414.
415.
416.
417.
418.
419.
420.
421.
422.
423.
424.
425.
426.
427.
428.
429.
430.
431.
432.
433.
434.
435.
436.
437.
438.
439.
440.
441.
442.
443.
444.
445.
446.
447.
448.
449.
450.
451.
452.
453.
454.
455.
456.
457.
458.
459.
460.
461.
462.
463.
464.
465.
466.
467.
468.
469.
470.
471.
472.
473.
474.
475.
476.
477.
478.
479.
480.
481.
482.
483.
484.
485.
486.
487.
488.
489.
490.
491.
492.
493.
494.
495.
496.
497.
498.
499.
500.
501.
502.
503.
504.
505.
506.
507.
508.
509.
510.
511.
512.
1. / 2. / ... 
 /* START CSS Reset */

* {
  
padding0;
  
margin0;
  
vertical-alignbaseline;
  
text-decorationnone;
  
border0;
  
outline0;
}

/* STOP CSS Reset */

body {
  
backgroundurl(Bilder/bg.jpgtop center no-repeat #000;
  
background-attachmentfixed;
  
positionrelative;
  
font-size12px;
  
font-familyArial,Helvetica,Tahoma,Verdana,sans-serif;
  -
webkit-text-size-adjust100%;
  
color#555;
  
text-shadow#000 1px 1px 0;
  
margin0 auto;
}

a:linka:visited {
  
color#000;
  
font-weightbolder;
}

a:hover {
  
color#999;
}

#main {
  
width1000px;
  
margin0 auto;
}

#main_inner {
  
backgroundurl(Bilder/main_bg.pngrepeat-y;
  
width1000px;
  
floatleft;
}

/* START Header */

#header {
  
backgroundurl(Bilder/header.pngtop center;
  
width1000px;
  
height234px;
  
margin0 auto;
}

#ticker {
  
width478px;
  
height20px;
  
floatleft;
  
margin30px 432px auto;
}

#slider {
  
width250px;
  
height150px;
  
margin0 auto;
}

/* ENDE Header */
/* START Navigationsleiste */

#navleiste {
  
width672px;
  
height65px;
  
margin0 280px 0 auto;
}

#navleiste a {
  
font-size12px;
  
font-weightbold;
  
color#B40404;
}

#navi, #navi ul {
  
list-style-typenone;
  
margin0;
  
padding0;
  
positionrelative;
  
overflowvisible;
}

#navi li ul {               /* Normalzustand eingeklappt */
  
displaynone;
  
text-alignleft;
  
margin-top10px;
}

#navi li:hover ul {         /* Ausgeklappt */
  
displayblock;
}

#navi li ul a {
  
background#000;
  
color#DF0101;
  
font-weightnormal;
  
padding6px 0 6px 15px;
  
opacity0.9;
}

#navi li ul a:hover {
  
color#ddd;
  
padding6px 0 6px 19px;
}
  
#navi li {
  
width126px;
  
floatleft;
}

.
navi_top {
  
background#000;
  
height2px;
  
border-top2px solid #B40404;
  
border-top-left-radius10px;
  
border-top-right-radius10px;
  
opacity0.9;
}

.
navi_footer {
  
background#000;
  
height6px;
  
border-bottom2px solid #B40404;
  
border-bottom-left-radius10px;
  
border-bottom-right-radius10px;
  
opacity0.9;
}

.
navi_home , .navi_clan , .navi_gaming , .navi_extras {
  
height99px;
  
floatleft;
  
font-size14px;
  
font-weightbold;
  
text-aligncenter;
  
text-shadow#000 1px 1px 0;
  
color#B40404;
  
margin10px 2px 0 0;
}

.
navi_home a, .navi_clan a, .navi_gaming a, .navi_extras a {
  
color#777;
  
displayblock;
  
font-weightnormal;
  
padding10px 0;
}

/* ENDE Navigationsleiste */
/* START Login */

#login {
  
backgroundurl(Bilder/box_inner.png);
  
width317px;
  
heightpx;
  
floatright;
  
line-height13px;
  
color#B40404;
}

#loginpanel {
  
backgroundurl(Bilder/login.png);
  
width297px;
  
height129px;
  
floatright;
  
line-height13px;
  
padding16px 0 0 20px;
}

#loginpanel a {
  
color#B40404;
  
font-weightbolder;
}

#loginpanel a:hover {
  
color#B40404;
}
 
#login input[type=password], #login input[type=text] {
  
backgroundtransparent;
  
width146px;
  
height21px;
  
color#B40404;
  
font-size12px;
  
font-familyArial,Helvetica,Tahoma,Verdana,sans-serif;
  
font-weightbolder;
  
border0;
  
padding0 10px;
}

#login input[type=text] {
  
margin2px 0 6px 15px;
}

#login input[type=password] {
  
margin0 0 14px 15px;
}

#login input[type=submit] {
  
backgroundtransparent;
  
width64px;
  
height55px;
  
floatright;
  
border0;
  
margin0 32px 0 0;
  
box-shadownone;
}

#login input[type=submit]:hover {
  
backgroundurl(Bilder/button_login.png);
}

.
button_reg {
  
width180px;
  
floatleft;
  
margin2px 0 0 15px;
}

#control {
  
width253px;
  
height129px;
  
floatright;
  
line-height13px;
  
padding16px 32px 0 32px;
}

#control a {
  
color#B40404;
  
font-weightnormal;
}

#control a:hover {
  
color#B40404;
}

.
control_l, .control_r {
  
backgroundurl(Bilder/button_control.jpg);
  
width100px;
  
height16px;
  
text-aligncenter;
  
padding8px 10px 6px 10px;
}

.
control_l {
  
floatleft;
}

.
control_r {
  
floatright;
}

.
control_l:hover, .control_r:hover {
  
background-positionright -30px;
}

/* ENDE Login */
/* START Content */

#content {
  
width672px;
  
floatleft;
  
line-height1.4em;
}

.
content_top {
  
backgroundurl(Bilder/content_top.png);
  
width672px;
  
height21px;
  
floatleft;
}

.
content_inner {
  
width632px;
  
floatleft;
  
margin0 20px 15px 20px;
  
text-shadownone;
}

.
newspic {
  
floatleft;
  
margin0 16px 8px 0;
  
border3px solid #fff;
  
outline1px solid #ccc;
}

/* ENDE Content */
/* START Rechts */

#right {
  
width317px;
  
floatright;
  
positionrelative;
  
top: -47px;
  
line-height1.4em;
}

#right td {
  
color#B40404;
}

.
box_inner a {
  
color#B40404;
  
font-weightbold;
}

.
box_inner a:hover {
  
color#B40404;
}

.
head_box_control, .head_box_statistik, .head_box_shoutbox {
  
width317px;
  
height60px;
  
floatright;
}

.
head_box_control {
  
backgroundurl(Bilder/box_control.png);
}

.
head_box_statistik {
  
backgroundurl(Bilder/box_statistik.png);
}

.
head_box_shoutbox {
  
backgroundurl(Bilder/box_shoutbox.png);
}

.
box_bottom {
  
backgroundurl(Bilder/box_bottom.png);
  
width317px;
  
height28px;
  
floatright;
}

.
box_inner {
  
backgroundurl(Bilder/box_inner.png);
  
width257px;
  
floatright;
  
color#B40404;
  
padding15px 30px 5px 30px;
}

/* ENDE Rechts */
/* START Links */

#left {
  
width317px;
  
floatleft;
  
positionrelative;
  
top47px;
  
line-height1.4em;
}

#right td {
  
color#B40404;
}

.
box_inner a {
  
color#B40404;
  
font-weightbolder;
}

.
box_inner a:hover {
  
color#B40404;
}

.
head_box_ts {
  
width317px;
  
height60px;
  
floatleft;
}

.
head_box_ts {
  
backgroundurl(Bilder/box_ts.png);
}

.
box_innerts {
  
backgroundurl(Bilder/box_innerts.png);
  
width257px;
  
floatright;
  
color#B40404;
  
padding15px 30px 5px 30px;
}

/* ENDE Links */
/* START Footer */

#footer {
  
backgroundurl(Bilder/footer.png);
  
color#fff;
  
width1000px;
  
height254px;
  
floatleft;
}

#footer ul {
  
list-stylenone;
}

.
footer_navi1, .footer_navi2, .footer_navi3 {
  
width78px;
  
height110px;
  
floatleft;
  
padding0 10px 0 25px;
  
margin70px 10px 0 0;
  
line-height22px;
}

.
footer_navi1 a, .footer_navi2 a, .footer_navi3 a {
  
color#B40404;
  
font-weightnormal;
}

.
footer_navi1 a:hover, .footer_navi2 a:hover, .footer_navi3 a:hover {
  
color#ddd;
}

.
footer_navi4 {
  
width290px;
  
height240px;
  
floatright;
}

.
topbutton {
  
background#000;
  
width33px;
  
height28px;
  
floatright;
  
displayblock;
  
text-aligncenter;
  
text-shadownone;
  
margin16px 131px 16px 30px;
  
opacity0.1;
}

.
topbutton:hover {
  
opacity0.0;
}

.
topbutton a {
  
color#555;
  
font-weightbolder;
}

.
topbutton a:hover {
  
color#f90;
}

.
footerbutton {
  
width135px;
  
height15px;
  
floatright;
  
displayblock;
  
text-alignright;
  
margin0 20px 0 0;
}

/* ENDE Footer */
/* START Icons */

#icon_field {
  
width270px;
  
height42px;
  
floatright;
  
padding35px 14px 0 0;
}

#facebook a, #feed a, #twitter a, #youtube a, #iv-artwork a, #elite a {
  
width36px;
  
height36px;
  
floatright;
  
margin0 0 0 8px;
  
opacity0.8;
}

#facebook a:hover, #feed a:hover, #twitter a:hover, #youtube a:hover, #iv-artwork a:hover, #elite a:hover {
  
opacity100;
}

#facebook a {
  
backgroundurl(Bilder/Icons/facebook.png);
}

#feed a {
  
backgroundurl(Bilder/Icons/rss.png);
}

#twitter a {
  
backgroundurl(Bilder/Icons/twitter.png);
}

#youtube a {
  
backgroundurl(Bilder/Icons/youtube.png);
}

#iv-artwork a {
  
backgroundurl(Bilder/Icons/iv-artwork.png);
}

#elite a {
  
backgroundurl(Bilder/Icons/elite.png);
}

/* ENDE Icons */
/*Start SELFMADE*/


Zuletzt editiert von cynext am 21.11.2014 um 17:31 Uhr (3x Editiert)
Inaktiv
|
Tress13


Highlander




Herkunft: Lüdenscheid
Beiträge: 3048
# Antwort: 24 - 21.11.2014 um 20:21 Uhr
Um die rechte Spalte nach unten zu schieben, musst du dich auf folgendes beziehen:

#right {
width: 317px;
float: right;
position: relative;
top: -47px;
line-height: 1.4em;
}


Einfach mit top mal bisl rumprobieren.

Aber wenn du den Multislider unter die Navigationsleiste baust, wird automatisch ein Feld für den Multislider erstellt und somit auch der Platz dazwischen. Dann würde ich lieber in die index.htm eine neue ID für den multislider schreiben und diese in der layout.css wieder definieren.

index.htm:
 
1.
1. / 2. / ... 
 <div id="slider">{multislide:navslide}</div>


layout.css:
 
1.
2.
3.
4.
5.
1. / 2. / ... 
 #slider {
  
width1000px;
  
height180px;
  
floatleft;
  
text-aligncenter;


------------------


www.iv-gaming.de | www.iv-artwork.de

Zuletzt editiert von Tress13 am 21.11.2014 um 20:22 Uhr (1x Editiert)
Inaktiv
|
Antworten: 24
Seite < 1 [2]


Sie müssen sich registrieren, um zu antworten.