• Resolved tiberiusCA

    (@tiberiusca)


    Hi
    Everthing works but menu changes size. I wan a “static” menu

    web:
    https://www.tgaw.eu/

    #mainmenu > li.menu-item {
    	float: left;
    	margin: 0 5px;
    	padding: 2px 10px 2px 10px;
    	text-shadow: 0.1em 0.1em 0.1em #333;
    	text-transform: uppercase;
    	background: #CCC;
    	z-index: 1;
    	}
    	#mainmenu > li.menu-item :hover {
    	float:none;
    	padding: 1px 5px 1px 5px;
    	border-radius: 5px;
    	background: #666;
    	border: 1px solid #000000;
    	z-index: 1;
    	}

    What I should do?

Viewing 1 replies (of 1 total)
  • Thread Starter tiberiusCA

    (@tiberiusca)

    Ok thanks a lot!!! I have it.

    now is good

    #mainmenu > li.menu-item:hover {
    	border-radius: 5px;
    	background: #666;
    	border: 1px solid #000000;
    	}
Viewing 1 replies (of 1 total)
  • The topic ‘how to make the menu bar was stable?’ is closed to new replies.