rowby
12-17-2004, 03:38 AM
Hi Please look at this test page of site in progress.
http://thetransactiongroup.net/advisor/NEW/index.asp
On the left side there is a graphical/stylesheet based nav panel.
When you hover over the seventh button from the top, the popout navigation is double spaced. How can I make it like the others: single spaced?
Here is the stylesheet for that section of the nav, including my unsuccessful attempt to make it single spacing:
#nav li.m7 { background: url("m7.gif") -190px 0 no-repeat; }
#nav li.m7 a {
background: url("m7.gif") 0 0 no-repeat;
height:32px;
line-height: normal;
}
#nav li.m7 a:hover { background-image:none; }
#nav li.m7 ul li a { background-image:none; }
Thanks!
http://thetransactiongroup.net/advisor/NEW/index.asp
On the left side there is a graphical/stylesheet based nav panel.
When you hover over the seventh button from the top, the popout navigation is double spaced. How can I make it like the others: single spaced?
Here is the stylesheet for that section of the nav, including my unsuccessful attempt to make it single spacing:
#nav li.m7 { background: url("m7.gif") -190px 0 no-repeat; }
#nav li.m7 a {
background: url("m7.gif") 0 0 no-repeat;
height:32px;
line-height: normal;
}
#nav li.m7 a:hover { background-image:none; }
#nav li.m7 ul li a { background-image:none; }
Thanks!