Hi,
Hier meine styles.css:
Zitat:
div.menuleft
{
top: 10px;
left: 0px;
width: 160px;
border: 1px solid #000000;
position: relative;
float: left;
color: #FF0ACD //<-- zum testen obs klappt
}
meine
HTML-Datei:
Code:
<
HTML>
<HEAD>
<TITLE>Lyeelia</TITLE>
<LINK rel=stylesheet type="text/css" href="styles.css"/>
</HEAD>
<BODY>
<DIV class="menuleft">
Test ? o.O <-- da tut sich nix
</DIV>
//..
</BODY>
</
HTML>
Die Dateien liegen aufm Server im gleichen Verzeichnis...
Gruß
Neutral General
Michael
"Programmers talk about software development on weekends, vacations, and over meals not because they lack imagination,
but because their imagination reveals worlds that others cannot see."