Moin,
meinst du
<div id="footer">
<a href="impressum.html">Impressum</a>1. Wort 2. Wort 3. Wort
</div><!
Ja.
> und
> ~~~css
> #footer {
> position: fixed;
> bottom: 0;
> left:0;
> width: 100%;
> line-height: 2em;
> text-align: center;
> background: #bfbfbf;
> float:right;
> }
>
Nein, sondern:
#footer>a { float: right; }
Es gibt ja mehrere Möglichkeiten das per CSS zu selektieren; diese wäre eine.
Grüße Marco
--
Ich spreche Spaghetticode - fließend.
Ich spreche Spaghetticode - fließend.