You are not logged in.

[WBB 3.1.x] Designproblen

Scrank

Member

  • "Scrank" is male
  • "Scrank" started this thread

Posts: 28

Location: Windeck

Occupation: Scripten

  • Send private message

21

Sunday, June 24th 2012, 7:37pm

Jap

22

Monday, June 25th 2012, 11:16pm

Ein Link zum Forum sollte hier vollkommen genügen. ;)
Mit freundlichen Grüßen
Best regards
KittBlog Stile - Ihr Kit für Stile, Software und Knowhow
Your kit for styles, software and knowhow
Erste Linkliste zu Erweiterungen und Support rund um Burning Board©
First linklist for plugins and support around Burning Board©

Razor

Member

  • "Razor" is male
  • "Razor" has been banned

Posts: 290

Occupation: Grafiker

  • Send private message

23

Monday, June 25th 2012, 11:40pm

Habe die Zeile gelöscht und nun ist es immernoch schwarz


solltest mal alle doppel und dreifacheiträge in der css löschen :D

hier mal das es schon mal zu erkennen ist was es werden soll ;) einfach die deklarationen raussuchen die du jetzt drin hast löschen und die hier einfügen, dann kannst du es auch anständig verschieben ;)


Cascading style sheet

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
#userAvatar {
    border: 1px solid #FFFFFF;
    display: block !important;
    height: 100px;
    left: 12px;
    position: relative;
    top: 25px;
    width: 100px;
}

#userNote {
    font-size: 1.2em;
    font-weight: bold;
    left: 9px;
    position: relative;
    top: -99px;
}

#userMenu {
    display: block;
    left: 138px;
    margin-top: -90px;
    position: relative;
    width: 125px;
}

#userPanel {
    background: url("http://www.paddy1234567890.square7.ch/Test/wcf/images/Marvin/userPanel.png") repeat scroll 0 0 transparent;
    display: block;
    height: 145px;
    left: 397px;
    position: relative;
    top: 26px !important;
    width: 280px !important;
    z-index: 100;
}

#header:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
}

#header {
    background-image: url("http://www.paddy1234567890.square7.ch/Test/wcf/images/Marvin/header.png");
    border-style: solid;
    border-width: 1px 1px 0;
    clear: both;
    height: 200px;
    margin-top: 100px;
    min-height: 0;
    padding: 25px;
    position: relative;
}

24

Tuesday, June 26th 2012, 6:39am

Den Link kann man doch aus dem Screenshot eine Seite vorher auslesen wenn ich mich recht erinnere...

@HTC