0

I'm going to create horizontal scrolling menu with control when its big

like http://www.msn.com/ top text menu. i was looking to find some code like this but i couldn't anyone can help me to find something slimier to this .

enter image description here

<ul id="myUl">
<li> | </li>
<li style="color: red">Espresso</li>
<li style="color: orange">Cappuccino</li>
<li style="color: yellow">American</li>
<li style="color: green">Tea</li>
<li style="color: black">Milk</li>
<li style="color: blue">Juice</li>
<li> | </li>

Amal Prasad
  • 157
  • 1
  • 4
  • 14

1 Answers1

1

I dont exactly know how and what you want. But I've created an example here. Please come back to me how you exactly want it based on the example I made so I can improve the example.

Also found this <- this one is what you're lookin for I think, I can make an example with your text if you prefer, even tho you can do that yourself aswell

Both examples found here

You can also take a look here for educational purposes.

Goodluck!

EDIT:

MADE AN EXAMPLE FOR YOU

Angel ofDemons
  • 1,267
  • 8
  • 13