Sie sind nicht angemeldet.

Cobra427

Fortgeschrittener

  • »Cobra427« ist männlich
  • »Cobra427« ist der Autor dieses Themas

Beiträge: 245

CMS Version: 3.9.6

Wohnort: Österreich

  • Nachricht senden

1

Samstag, 2. Oktober 2010, 20:09

[gelöst] Scrollbar immer anzeigen

Hallo Gemeinde !

möchte dass der Scrollbar immer angezeigt wird, auch wenn die Site klein genug ist, sonst wird mir in den verschiedenen Seiten meine Site immer hin und her geschoben....

im main.css steht height: 100,05% :?:
mfg und Vielen Dank! 8o - Cobrafahren.at

Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »Cobra427« (12. Oktober 2010, 12:58)


Werbung

2

Samstag, 2. Oktober 2010, 20:31

Googeln hilf so gut wie immer! Übrigens: Das erste Ergebnis in der Liste.

http://www.hilfdirselbst.ch/foren/scroll…en_P194714.html

MfG blu

Werbung

Cobra427

Fortgeschrittener

  • »Cobra427« ist männlich
  • »Cobra427« ist der Autor dieses Themas

Beiträge: 245

CMS Version: 3.9.6

Wohnort: Österreich

  • Nachricht senden

3

Sonntag, 3. Oktober 2010, 09:00

@blu

habe optimierte Möglichkeit 2 ins main.css eingetragen, ändert sich nichts.... denke mal wird durch anderen code überschrieben ?

Quellcode

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
*            {margin: 0px; padding: 0px;}
html             {width: 100%;  height: 100%; margin-bottom: 1px; }
body             {text-align: center; color: #545248; background:#e9e9e9; font-family: "Verdana", "Tahoma" , "Arial" , "MS Sans Serif"; font-size: 11px; line-height: 18px;}
.clear             {clear: both; height: 0px; font-size: 0px; display: block; width: 100%;}
td      {font-size: 11px; line-height: 18px; font-family: "Verdana", "Tahoma" , "Arial" , "MS Sans Serif";}
ul          {margin: 0px; padding: 0px;}
li          {list-style: none}
form            {margin: 0px; padding: 0px;}
img            {border: none;}
a           {color: #545248; text-decoration: none;}
a:hover           {color: #545248; text-decoration: underline;}

/* - LAYER + CONTAINER  + WRAPPER - */

#layer            {position:relative; text-align:left; margin: 0px auto; width:960px;}
#container        {float:left; position:relative; display:block; background:#fff; border-left:220px solid #fff;}
#wrapper           {width:960px; display:block; margin-left:-220px;}

/* - HEADER - */

#header            {position:relative; width:100%; height:195px; margin: 0px; padding: 0px; background: #323232 url(../images/header.jpg) repeat-x;}
#logo      {position: absolute; top: 0px; left: -20px; padding: 0px; width: 400px; height:195px;}
#claims     {position: absolute; top: 10px; right: 15px; margin: 0px; padding: 0px; text-align: justify; width: 240px; font-family: "Arial"; font-size: 11px; font-weight: bold; color: #fff; text-align:right;}

/* - MENU - */

#menulayer     {position:relative; width:auto; height:26px; margin: 25px 0px 0px 0px; padding: 0px 25px 0px 0px; line-height: 20px; background: #848484;}
#menulayer #menu    {color: #fff; background: transparent; margin: 0px 0px 0px 0px;}
#menulayer #menu ul    {margin: 0px; padding: 0px;}
#menulayer #menu li    {float: left; display: inline; list-style: none; margin: 0px 0px 0px 0px; padding: 0px; border-right: 1px solid #e9e9e9;}
#menulayer #menu li a    {display:block; padding: 3px 12px 3px 12px; text-decoration: none; font-size: 11px;color: #fff; background: transparent; margin-right:0px;}
#menulayer #menu li a:hover   {padding: 3px 12px 3px 12px; text-decoration: none; font-size: 11px; color: #fff; background: #323232; margin-right:0px;}
#menulayer #menu li a.aktiv    {padding: 3px 12px 3px 12px; text-decoration: none; font-size: 11px; color: #fff; font-weight: normal; background: #323232; margin-right:0px;}
#menulayer #menu li a.aktiv:hover {padding: 3px 12px 3px 12px; text-decoration: none; font-size: 11px; color: #fff; font-weight: normal; background: #323232; margin-right:0px;}

/* - SITE + TIME - */

#sitelayer            {position: relative; float:left; width:100%; height: 30px; margin: 0px; padding: 0px; background: #323232; color: #fff;}
#sitelayer #seite                {position:relative; float:left; width:220px; left:10px; margin: 0px; line-height: 28px; color: #fff; background: transparent;}
#sitelayer #seite a           {text-decoration: none; color: #fff;}
#sitelayer #seite a:hover         {text-decoration: none; color: #fff;}
#sitelayer #timedate           {position:relative; float:right; padding: 0px 15px 0px 0px; line-height: 28px; color: #fff; font-size: 10px;}

/* - CONTENT - */

#content     {position:relative; float:left; left:220px; margin: 0px; padding: 0px; width:740px; overflow: hidden; color: #545248; background: transparent;}

/* - CONTENT ... TEXT - */

#content #text     {position:relative; margin: 0px; padding: 30px 45px 35px 45px; text-align: justify; color: #545248; background: transparent; line-height: 22px;}
#content #text h1    {font-size: 16px; font-weight: bold; margin: 0px 0px 20px 0px; color: #323232; font-family: "Arial"; text-transform: normal; letter-spacing: 0px;}
#content #text h2    {font-size: 14px; font-weight: bold; margin: 0px 0px 20px 0px; color: #545248; font-family: "Arial"; text-transform: uppercase; letter-spacing: 0px;}
#content #text h3    {font-size: 11px; font-weight: bold; margin: 0px 0px 5px 0px; color: #323232; font-family: "Verdana"; letter-spacing: 0px;}
#content #text h4    {font-size: 11px; font-weight: bold; margin: 0px 0px 15px 0px; color: #545248; font-family: "Verdana"; letter-spacing: 0px;}
#content #text h5    {font-size: 11px; font-weight: bold; margin: 0px 0px 0px 0px; color: #545248; font-family: "Verdana"; letter-spacing: 0px;}
#content #text h6    {font-size: 11px; font-weight: normal; margin: 0px 0px 0px 0px; color: #AFAFAF; font-family: "Verdana"; letter-spacing: 0px;}
#content #text p    {margin: 0px 0px 15px 0px;}
#content #text hr    {border-top: 1px solid #D7D7D7; border-right: 1px solid #fff; border-left: 1px solid #fff; border-bottom: 1px solid #fff; margin: 0px 0px 15px 0px; height: 2px;}
#content #text a    {color: #545248; text-decoration: none;}
#content #text a:hover    {color: #545248; text-decoration: underline;}
#content #text ul    {margin: 0px 0px 0px 15px;}
#content #text ul li    {list-style: square; line-height: 22px;}
#content #text ul li ul li   {list-style: square; line-height: 22px; margin: 0px 0px 0px 5px;}

/* - SIDEBARLEFT - */

#sidebarleft     {position:relative; float:left; left:-740px; width:220px; color: #545248; background: transparent;}

/* - SUBMENU - */

#submenu        {position:relative; float:left; width: 200px; margin: 20px 0px 20px 0px; padding: 0px 10px 0px 10px; overflow:hidden;}
#submenu ul    {float:left; margin: 0px; padding: 0px 10px 0px 10px; background: #fff; margin-bottom: -1px;}
#submenu ul li               {width: 180px; margin: 0px; padding: 0px; border-bottom: 1px dotted #E0E0E0; height:35px; line-height:26px;}
#submenu ul li a        {width: 180px; display:block; padding: 5px 12px 4px 12px; text-decoration: none; font-size: 11px; color: #848484; background: transparent; overflow:hidden;}
#submenu ul li a:hover   {padding: 5px 6px 4px 12px; text-decoration: none; font-size: 11px; color: #323232; background: transparent;}
#submenu ul li a.aktiv   {padding: 4px 6px 5px 12px; text-decoration: none; font-size: 11px; font-weight: bold; color: #323232; background: transparent;}
#submenu ul li a.aktiv:hover   {padding: 4px 6px 5px 12px; text-decoration: none; font-size: 11px; font-weight: bold; color: #323232; background: transparent;}

/* - FOOTER - */

#footer     {clear:both; position:relative; float:left; width:100%; height: 60px; margin: 0px; padding: 0px; font-size: 10px; color: #545248; line-height: 15px; background: #fff; border-top: 1px solid #E9E9E9; border-bottom: 10px solid #323232;}
#footer #seitenanfang     {position:relative; float:left; padding: 15px 0px 0px 15px; margin: 0px; width: 220px;}
#footer #footercontent    {position:relative; float:left; margin: 0px; padding: 15px 15px 0px 5px; width: 705px; text-align:right;}
#footer a           {text-decoration: none; color: #545248; font-weight: bold; font-size: 10px;}
#footer a:hover          {text-decoration: none; color: #707070; font-weight: bold; font-size: 10px;}
#footer a.w3b          {text-decoration: none; color: #545248; font-weight: bold; font-size: 10px;}
#footer a:hover.w3b     {text-decoration: none; color: #707070; font-weight: bold; font-size: 10px;}
mfg und Vielen Dank! 8o - Cobrafahren.at

Werbung

4

Sonntag, 3. Oktober 2010, 20:21

Wo hast du denn was verändert?

MfG blu

Werbung

Cobra427

Fortgeschrittener

  • »Cobra427« ist männlich
  • »Cobra427« ist der Autor dieses Themas

Beiträge: 245

CMS Version: 3.9.6

Wohnort: Österreich

  • Nachricht senden

5

Sonntag, 3. Oktober 2010, 20:40

Zeile 2

der Rest ist drin ev. findet jemand die Überlagerung...
mfg und Vielen Dank! 8o - Cobrafahren.at

Werbung

emet

Admin & Support

  • »emet« ist männlich

Beiträge: 2 530

Wohnort: Rhein/Main

Paypal:

  • Nachricht senden

6

Montag, 4. Oktober 2010, 22:59

Quellcode

1
html {width: 100%; height: 101%;}
.
HTML, was ist das? Ein neues Männermagazin? Css.., was es so alles gibt!

News: http://www.cms2day.de/news/1/
Features: http://www.cms2day.de/cms-funktionen/

Zufrieden mit cms2day und unserer Arbeit/Support - Spenden (-Button links) sind herzlich Willkommen - Dankeschön.
.

Werbung

Cobra427

Fortgeschrittener

  • »Cobra427« ist männlich
  • »Cobra427« ist der Autor dieses Themas

Beiträge: 245

CMS Version: 3.9.6

Wohnort: Österreich

  • Nachricht senden

7

Dienstag, 5. Oktober 2010, 07:07

Zitat

Quellcode

1
html {width: 100%; height: 101%;}

also anders nicht ? 1% ist teils schon viel..
mfg und Vielen Dank! 8o - Cobrafahren.at

Werbung