Jump to content

My hovermenu isn't working


keturahuriel

Recommended Posts

I just revamped my homepage, and the friggin hovermenu isn't cooperating... Help please?

#wrapper {.hovermenu{list-style: none;display: inline;}.hovermenu {{padding: 2px 2.0em;text-decoration: line-through;float: left;color: #70DBDB;background-color: #000000;border: 0px solid #;}.hovermenu a:hover{background-color: #008080;border-style: outset;}.hovermenu a:active{border-style: inset;}

Link to comment
Share on other sites

You have a whole lot of mistakes here. I've underlined them (and made your code a little easier to read).Delete or fix up everything that's underlined.#wrapper {.hovermenu {list-style: none;display: inline;}.hovermenu { { padding: 2px 2.0em;text-decoration: line-through;float: left;color: #70DBDB;background-color: #000000;border: 0px solid #;}.hovermenu a:hover {background-color: #008080;border-style: outset;}.hovermenu a:active { border-style: inset; }

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...