Archivlink: javarea.de Forum > (X)HTML & CSS (allgemein) > keine Scrollbars bei PHP-Script und css
Vollständigen Link anzeigen: javarea.de Forum > (X)HTML & CSS (allgemein) > keine Scrollbars bei PHP-Script und css

Pages: [1]

geschrieben von McBo am 11.04.2003 - 15:53
Hi

Ich hab mal wieder ein Problem :-)


Ich habe auf meinem Server (W2K + JANA-server) ein Fotoalbum installiert PPA-Fotoalbum

Hier ein Link zu meinem Foto-Album McBo>>>Klick<<<

Wenn ich das Fotoalbum mit dem IE5.5 aufrufe fehlen die Scollbars (Bildlaufleisten). Unter Mozilla sind sie da.

Das Script verwendet css-Dateien.

Auf Anfrage und schilderung des Problemes beim Script-Autor, bekam ich nur die Antwort, das es an meinem Webserver liegen muß.
"Der Webserver unterstützt sicher kein echtes css".

Die erste Zeile in der css-Datei habe ich schon mal rausgelöscht gehabt, aber da geht es auch nicht.

Hier mal meine css-Datei:

HTML-Quelltext
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: 
BODY { scrollbar-arrow-color:#6E6E6E; scrollbar-face-color:#C9C992; scrollbar-highlight-color:#C1C184; scrollbar-3dlight-color:#C4C486; scrollbar-shadow-color:#808040; scrollbar-darkshadow-color:#36361B; scrollbar-track-color:#D1D1A5; font-family :  Verdana, Arial, Helvetica, sans-serif;	background-color : #eeeeee;	font-size: 12px; }
		
FONT {FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif}
TD {FONT-SIZE: 12pt; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif}
TR {FONT-SIZE: 10pt; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif}

HR { color : #000000; height: 1px; }
HR.light { color : #dfddff; height: 1px; }

.inputfields {
	font-family:                Arial, Helvetica, sans-serif;
	font-size:                  14px;
	font-style:                 normal;
	line-height:                normal;
	font-weight:                normal;
	color:                      #000000;
	background-color:           #FFFFFF;
	margin:                     auto;
	border:                     1px outset #000000; }
	
H3 { font-size: 18px; }

A:link        {text-decoration: none; color: #0066CC;}
A:visited     {text-decoration: none; color: #0066CC;}
A:hover       {text-decoration: none; color: #FF6600;}

.pictureinfo { font-size : 10px; }

.thumbnails { font-size : 12px; }
.thumbnails_info { font-size : 10px; }
A.thumbnails { color : #0066CC; font-weight : bold; text-decoration: none; }
A:hover.thumbnails { font-weight : bold; color: #FF6600; text-decoration: none; }

.footer { font-size : 10px;}

.navmenu { padding-left : 2px; color : #000000; font-size : 12px; font-weight : bold; }
A.navmenu { color : #0066CC; font-size : 12px; font-weight : bold; text-decoration: none; }
A:hover.navmenu { font-size : 12px; font-weight : bold; color: #FF6600; text-decoration: none; }

.navmenu_pic { color : #000000; font-size : 12px; }
A.navmenu_pic {color : #0066CC; font-weight : bold; text-decoration: none; }
A:hover.navmenu_pic { font-weight : bold; color: #FF6600; text-decoration: none; }

.addcomment { padding-left : 12px; color : #000000; font-weight : bold; }

A.adm_menu { color: #0066CC; }

.admin_del_button { background-color: #eaeaff; color: #004e9b; font-weight: normal; font-size: 9px; border-style: solid solid solid solid; border-width: 1; border-color: #cacaca; padding: 1px; width: 85px; text-align: center;}

A.album { color: #0066CC; text-decoration: none; }
A.album:hover { color: #FF6600; text-decoration: underline; }

.small { font-size : 9px; }
.big { font-size : 18px; }

.error { font-size : 18px; font-weight: bold; color: #DD0000; text-decoration: blink; text-align: center; }



Könnt ihr das nachvollziehen?

MfG

McBo

geschrieben von René am 11.04.2003 - 19:19
hi McBo,

ändere mal in deinem Script den Code so ab:


alt
HTML-Quelltext
1: 
2: 
3: 
4: 
5: 
6: 
7: 
8: 
9: 
10: 
11: 
12: 
13: 
<html>
<head>
<title> 
Fotoalbum der FW Leinefelde :: Index - Albums
</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="layout.css" rel="stylesheet" type="text/css">
</head>

<script src='/ffw_lfd/photoalbum/modul/hover.js' language='Javascript' type='text/javascript'></script>

<link rel='stylesheet' href='/ffw_lfd/photoalbum/layout/ffw_lfd/layout.css'>
<body background="/ffw_lfd/photoalbum/layout/ffw_lfd/gfx/schild112.jpg" leftmargin="3" topmargin="3" marginwidth="3" marginheight="3">




neu
HTML-Quelltext
1: 
2: 
3: 
4: 
5: 
6: 
7: 
8: 
9: 
10: 
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Fotoalbum der FW Leinefelde :: Index - Albums</title>

<link rel="stylesheet" href="/ffw_lfd/photoalbum/layout/ffw_lfd/layout.css" type="text/css" />
<script language="JavaScript" src="/ffw_lfd/photoalbum/modul/hover.js" type="text/javascript"></script>

</head>
<body background="/ffw_lfd/photoalbum/layout/ffw_lfd/gfx/schild112.jpg" leftmargin="3" topmargin="3" marginwidth="3" marginheight="3">

geschrieben von McBo am 12.04.2003 - 23:36
@ René

Was hast Du denn verändert ???

Mir fällt auf den ersten Blick nichts auf.


Ich muß diesen HTML-Code auch aus mehreren PHP-Dateien zusammen suchen.


McBo

geschrieben von René am 13.04.2003 - 08:40
hi McBo

oben jetzt allter und neuer Code.

geschrieben von McBo am 13.04.2003 - 13:47
@René


Klasse, hat funktioniert !!!!

Kannst Du mir denn auch die Ursache erklären ????

geschrieben von René am 13.04.2003 - 16:52
hi McBo,

vergleich doch oben mal alten und neuen Code beachte mal das fett.

geschrieben von McBo am 13.04.2003 - 21:55
Also die css-Datei wurde doppelt aufgerufen, und einmal, mit einer falschen Pfad-Angabe?

McBo

geschrieben von René am 13.04.2003 - 22:00
hi McBo,

und der zweite CSS steht komlett falsch weder im head denn hast du vorher zugemacht weder im body denn machst du erst danach auf.

geschrieben von McBo am 14.04.2003 - 08:45
Danke Meister René, mal wieder etwas dazu gelernt .


Powered by: JBB v.2.0.4 Copyright ©2000-2006, www.javarea.de.