[HTML] Design code

Ali
Hi!

Also, ich würde gerne meine Scrollbalken transparent machen,
aber jeder code, den ich ausprobiert habe, hat nicht funktioniert

Liegt warscheinlich dran das ich keinen Croma Filter habe XD

Jetzt wollte ich mal fragen, wo ich was wegen dem Croma Filter hinschreiben muss, wäre nett wenn mir jemand hilft.



Ali
skateboard
Hey,
stell mal deinen Code rein.
Der Chroma Filter, "filter:chroma (color=FFFFFF)", kommt ans Ende der beiden gecodeten Frames.
Ali
'dankarfürpostsei'

Soo, habs mal probiert aba falsch gemacht XD
Also wo soll ich des da jetzt hin machen?
code:
1:
2:
<div style="overflow: auto; position: absolute; width: 580; height: 445; left: 194; top: 218">
                                                                                  <font face="Arial" size="2"><font color="#427234">%%CONTENT%%</font></font>
Ali
Kann mir niemand helfen?
skateboard
Kann mit dem Coe oben nicht so wirklich was anfangen..^^
Stell mal bitte deinen ganzen Designcode rein.
Ali
^^ Ok
Kann aber etwas komisch aussehen

Zitat:
<head>

<title>Gut Lato Sen</title>


<style>
body { scrollbar-face-color: #ffffff;
scrollbar-highlight-color: #ffffff;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #ffffff;
scrollbar-shadow-color: #000000;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #ffffff;
</style>


a:link
{color: #417230; text-decoration: none }
a:visited
{color: #417230; text-decoration: none }
a:active
{color: #417230; text-decoration: none }
a:hover
{color: #84B971; TEXT-DECORATION: underline;filter:blur;}
-->
</style>


</head>
<body bgcolor="#427234" text="#427234" link="#427234"; text-decoration: underline" vlink="#427234" alink="#447232" topmargin="0" leftmargin="0">



<img border="0" src="http://www.repage2.de/memberdata/gut-lato-sen/Design.jpg" scroll="no" bgproperties="fixed"
ALIGN="left" STYLE="position: absolute; top: 0; left: 0" width="800" height="667">

<div style="overflow: auto; position: absolute; width: 580; height: 445; left: 194; top: 218">
<font face="Arial" size="2"><font color="#427234">%%CONTENT%%</font></font>
</div>

<div style="overflow: auto; position: absolute; width: 170; height: 445; left: 23; top: 218">
<font face="Arial" size="2" color="#427234"><b>%%MENU%%</b></font>
</div>



</body>

Ali
Hilft mir noch jemand?
Ali
ändert nichts

Wenn ich jetzt so nen anderen code nehmen würde, also so einen wo man die Adressen von Main und Menü hinschreiben muss, wie bekomm ich dann die Addys raus? Bzw. Was ist Main und Menü, irgendjemand hat mal gesagt das sind Textseiten, aber was muss da drin stehen?

*hach* *verzweifel*
Ali
kanns keiner?
Ayana
Versuchs mal so.
code:
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:
 <head>

<title>Gut Lato Sen</title>


<style type="text/css">
body { scrollbar-face-color: #ffffff;
scrollbar-highlight-color: #ffffff;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #ffffff;
scrollbar-shadow-color: #000000;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #ffffff;

a:link
{color: #417230; text-decoration: none }
a:visited
{color: #417230; text-decoration: none }
a:active
{color: #417230; text-decoration: none }
a:hover
{color: #84B971; TEXT-DECORATION: underline;filter:blur;}
-->
</style>


</head>
<body bgcolor="#427234" text="#427234" link="#427234"; text-decoration: underline" vlink="#427234" alink="#447232" topmargin="0" leftmargin="0">



<img border="0" src="http://www.repage2.de/memberdata/gut-lato-sen/Design.jpg" scroll="no" bgproperties="fixed"
ALIGN="left" STYLE="position: absolute; top: 0; left: 0" width="800" height="667">

<div style="overflow: auto; position: absolute; width: 580; height: 445; left: 194; top: 218">
<font face="Arial" size="2"><font color="#427234">%%CONTENT%%</font></font>
</div>

<div style="overflow: auto; position: absolute; width: 170; height: 445; left: 23; top: 218">
<font face="Arial" size="2" color="#427234"><b>%%MENU%%</b></font>
</div>



</body>

 
Ali
danek, hat aber nichts geändert