• My current menus are in a dull white text and this becomes bold when the mouse is hovered.

    I want to change this so that hover over makes the text bigger. I think this is the code in my style sheet. If so what do I need to add please.

    }
    #nav ul li a:hover, #nav ul li a:active {
    color : #ffffff;

    Many Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • well…you would add font-size: 10px; or some other size that is bigger than your default font in that css for your hover state

    be careful…if your text changes size, other text on your page may have to move to accomodate it, and it could look like butt!

    Thread Starter neilcg

    (@neilcg)

    Thanks

    I will give it a try

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How To Create Hover Text’ is closed to new replies.