[HTML] Layout Änderungen [ HTML ]

Engeli
hey ihr

hab ne page auf http://miomino.myblog.de/
jetzt ist aber dort wo's menü is so blau aber ich find den hexcode nicht im code und ausserdem hätte ich es gerne breiter und länger wo muss ich dass ändern?

danke smile

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:
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:

<style type="text/css">

<!--
body
{
background-color: #ffffff;
background-attachment: fixed;
background-position: 10px -40px;
background-repeat: no-repeat;
text-align: justify;
font-family: helvetica;
font-color: #000;
font-size: 5pt;
scrollbar-arrow-color #A79C96;
scrollbar-face-color: #757573;
scrollbar-3dlight-color: #B6BAB6;
scrollbar-darkshadow-color: #C2C4BD;
scrollbar-highlight-color: #4D4237;
scrollbar-shadow-color: #FFFFFF;
scrollbar-track-color: #AEAEAE;
margin:0px;
}

textarea, input
{
Color: #000;
Background-Color: transparent;
Font-Family: helvetica;
Font-Size: 7pt;
Border-width: 1;
Border-Color: #595546;
Border-Style: solid;
}

textarea {width:200; height:300;}

b {color: #98A697;}
i {color: #525748; letter-spacing: 2px;}
u {color: #000; text-decoration: none; border-bottom: 2px solid #D5A1AC;}
s {color: #484A40; letter-spacing: 2px;}


h1 {
font-size:10pt;
font-family:tahoma;
text-transform:uppercase;
text-align:right;
COLOR: #808080;
margin: 2 2 2 2;
line-height:10pt;
font-weight:normal;
border-bottom: 1px solid #ac9f9a;
}


td, div, font, textarea, input
{font-family: tahoma; font-size: 7pt; color: #000; }

a:link, a:visited, a:active {
color: #000;
font-size: 7pt;
font-family: tahoma;
text-transform: lowercase;
text-decoration: none;
}

a:hover {
font-size: 7pt;
font-family: tahoma;
text-transform: lowercase;
color: #ACAAA8;
text-decoration: underline;
cursor: help;
}

a.navi:link, a.navi:visited, a.navi:active {
padding: 3 3 3 3;
background-color: #B3AEA2;
font-size : 9px;
color: #fff;
font-weight : normal;
text-decoration:none ;
line-height: 11pt;
letter-spacing: 1px;
font-variant:normal;
}

a.navi:hover {
background-color: #A79C96;
color: #fff;
text-decoration: none;
}


.inhaltetable{width: 100%}

-->

</style>

<left>
<table align="left" height="100%">
<tr>
<td width="400">
<div style="width: 410px; background-color: #ADADA7">
<table height="auto" width="420" border="0" cellpadding="0" cellspacing="0">
<tr height="29"><td bgcolor=" #A2A2A2">
<left>
<a class="navi" href="http://myblog.de/page">start</a>
<a class="navi" href="http://myblog.de/gb">möp</a>
<a class="navi" href="http://myblog.de/page">möp</a>
<a class="navi" href="http://myblog.de/page/">möp</a>
<a class="navi" href="http://myblog.de/page/">möp</a>
<a class="navi" href="http://myblog.de/page/">möp</a>
<a class="navi" href="http://myblog.de/page/">möp</a>
</left>
</td></tr></table>

{PLACE_CONTENT}

</div>

<div style="overflow:auto; width:1px; height:1px;">
{PLACE_POWEREDBY}
</div>

<div style="visibility:hidden">{PLACE_POWEREDBY}</div>	<!--werbung auf der seite nicht sichtbar-->

</html>

banni
Zitat:
a.navi:link, a.navi:visited, a.navi:active {
padding: 3 3 3 3;
background-color: #B3AEA2;
font-size : 9px;
color: #fff;
font-weight : normal;
text-decoration:none ;
line-height: 11pt;
letter-spacing: 1px;
font-variant:normal;


Ich glaube, das ist das. das bezieht sich auf die Links deiner Navigation... das ist zumindest für die Farbe und eben den style in der navi.

Die größe des balkens müsstest du dann unten im Body ändenr können. Probier halt mal und ändere die größen. schreib dir die werte vorher raus und ändere sie dann. wenns nicht passt, kannst du ganz einfach rückgängig machen.
Engeli
Die Grösse hab ich jetzt einfach mit nem Bild verlängert.
Leider hab ich ich den Hexcode für die grelle Farbe immernoch nich gefunden.