# What sort of menus can I make with CSS?

There are practically no limits to what you can do with <span class="caps">CSS</span>, the trick is figuring out how to make it do what you want! Or another way of looking at it is: what sort of ideas can you come up with to use <span class="caps">CSS</span> in a new (and hopefully useful) way?

Here are just a few common things you’ll see sites do with <span class="caps">CSS</span>:

- Drop-down menus that show up when you hover your mouse over them
- Pull-up menus, that go up instead of down
- Horizontal menus
- Nested hierarchical menus
- Menus with images in them
- Stylized borders

Tons of great examples can be found here: [http://www.cssplay.co.uk/menus/index.html](http://www.cssplay.co.uk/menus/index.html)