Brandon Stout wrote:
Of course, one cannot click background colors.
Sure you can. Something like this would do the trick, and you can even have a fancy arrow or something that'll change on roll over (just make one tall skinny image with icons at 50%, 75%, etc ). Easy peasy. Here's a rather girly looking version ( I didn't make a cute icon though, sorry)

#nav a {

display: block;
color: #f66;
margin-bottom: 1px;
text-decoration: none;
text-align: center;
width: 8em;
line-height: 1.5em;
background-color: #fcc;
background-image: url(/style/img/cuteicon.png);
background-repeat: no-repeat;
background-position: 98% 50%;

}

#nav a:hover {
color: #fff;
background-color: #f99;
background-position: 100% 75%;
}




Sorry I'm just getting through these, so if someone else has already said so, pardon me.

-V


_______________________________________________

UPHPU mailing list
[email protected]
http://uphpu.org/mailman/listinfo/uphpu
IRC: #uphpu on irc.freenode.net

Reply via email to