PDA

View Full Version : Spacer in context menu



Rowan
30 Jul 2007, 8:07 AM
Seems to not have the height set



.x-menu-sep {
display:block;
font-size:1px;
line-height:1px;
height:1px; <-- added this in and works same as it used to
background:#c3daf9;
margin: 3px 3px 3px 32px;
}

jack.slocum
30 Jul 2007, 10:45 AM
Thanks. I have added this in.