CSS
-Tricks
treehouse :
what would you like to learn today?
Web Design
Web Development
iOS Development
Show search box
Search
Search in:
All
Articles
Forums
Snippets
Videos
✕
Home
Forums
Snippets
Gallery
Videos
Almanac
Demos
Lodge
Navigation 'n' Search
Forums
Illustration by Nick Sirotich
Forums
»
CSS Combat
Wordpress menu show Double line while hover
dzulfriday
Permalink to comment
#
May 2012
Please go to this website:
http://dev.taarana.org.my/
Go to the Business Lines, and hover to the Property Developement & Project Management.
The menu is turn to double line while hovering.
How prevent this? I would like to maintain it in single line.
agrimsrud
Permalink to comment
#
May 2012
The text turns bold when the link is hovered. This widens the text enough to make it wrap onto a second line. To prevent this, try:
#menu-main_menu a {
white-space: nowrap;
}
dzulfriday
Permalink to comment
#
May 2012
Its working! thanks!
dzulfriday
Permalink to comment
#
June 2012
It looks like its now working in IE :(
How to fix this?
Add a Comment
The menu is turn to double line while hovering.
How prevent this? I would like to maintain it in single line.
How to fix this?