Thread ul horizontal anzeigen? (4 answers)
Opened by Strat at 2007-06-14 18:09

bloonix
 2007-06-14 18:55
#25145 #25145
User since
2005-12-17
1615 Artikel
HausmeisterIn
[Homepage]
user image
Beispiel:

Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<style type="text/css">
#navigation li {
display: inline;
}
</style>
</head>
<body>
<ul id="navigation">
<li>item1</li>
<li>item2</li>
</ul>
</body>
</html>
What is a good module? That's hard to say.
What is good code? That's also hard to say.
One man's Thing of Beauty is another's man's Evil Hack.

View full thread ul horizontal anzeigen?