Einzelnen Beitrag anzeigen
  #8 (permalink)  
Alt 26.04.2005, 17:52
fabiO fabiO ist offline
Neuer Benutzer
neuer user
Thread-Ersteller
 
Registriert seit: 24.04.2005
Beiträge: 8
fabiO befindet sich auf einem aufstrebenden Ast
Standard

Huhu,

Also ich hab nun alles gemacht, was ihr mir geraten habt,
sprich height: 1%; eingefügt und die reinfolge der A: Tags geändert.

Der Stylesheet sieht nun so aus:

Code:
body { background:url(gfx2/bgmain.png) top #52647C repeat-x; }

A:link             { color: #4A5C74; height: 1%; font-family: Verdana; font-size : 10pt; text-decoration: none; }
A:visited          { color: #4A5C74; }
A:hover            { color: #333E4E; }
A:active           { color: #4A5C74; }
a:focus            { color: #4A5C74; }

.mainmenu_music
{
	position: absolute;
	top: 43px;
	left: 271px;
}
.mainmenu_about
{
	position: absolute;
	top: 43px;
	left: 313px;
}
.mainmenu_service
{
	position: absolute;
	top: 43px;
	left: 356px;
}
.mainmenu_links
{
	position: absolute;
	top: 43px;
	left: 406px;

}
.mainmenu_news
{
	position: absolute;
	top: 42px;
	left: 446px;
}
.mainmenu_gfx
{
	position: absolute;
	top: 42px;
	left: 502px
}
.mainmenu_lyr
{
	position: absolute;
	top: 42px;
	left: 558px
}
.mainmenu_load
{
	position: absolute;
	top: 42px;
	left: 614px
}
.mainmenu_contact
{
	position: absolute;
	top: 42px;
	left: 670px
}
.submenu {
	Visibility: hidden;
	position: absolute;
	width: 55px;
	height: 36px;
	top: 14px;
	left: 0px;
	padding: 0;
	margin: 0;
	border-left-color: #535152;
	border-left-width: 1px;
	border-left-style: solid;
	border-bottom-color: #535152;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-right-color: #535152;
	border-right-width: 1px;
	border-right-style: solid;

}
Doch die Zwischenräume bleiben
Habe auch mal probiert, die Links wegzumachen.
Beim ersten Submenu sind nun keine Links mehr vorhanden und es rückt trotzdem nicht zusammen, was mich vermuten lässt,
dass es nicht an den A:Tags liegt, oder bin ich da aufm falschen Dampfer ??

Wäre für weiter Vorschläge echt dankbar, bin langsam am verzweifeln

Gruss fabiO
Mit Zitat antworten