Okay, so I want to make the menu from this tutorial horizantal, instead of vertical. Can anybody help me with this?
Printable View
Okay, so I want to make the menu from this tutorial horizantal, instead of vertical. Can anybody help me with this?
change
toCode:.arrowgreen li a{
font: bold 12px Verdana, Arial, Helvetica, sans-serif;
display: block;
background: transparent url(media/arrowgreen.gif) 100% 0;
height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
padding: 4px 0 4px 10px;
line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
text-decoration: none;
}
Code:.arrowgreen li a{
font: bold 12px Verdana, Arial, Helvetica, sans-serif;
background: transparent url(media/arrowgreen.gif) 100% 0;
height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
padding: 4px 0 4px 10px;
line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
text-decoration: none;
}