Mon, 2010-06-28 06:47
I need to change the position of my spry submenu to fly out to the right of the it's parent. My code is the
ul.MenuBarVertical ul
{
padding: 0;
list-style-type: none;
font-size: 100%;
position: absolute;
z-index: 1020;
cursor: default;
width: 9em;
left: -1000em;
top: 0;
margin-top: -5%;
margin-right: 0%;
margin-bottom: 0%;
margin-left: 95%;
Item 1 Item 1.1 Item 1.2 Item 1.3 Item 2 Item 3 Item 3.1 Item 3.1.1 Item 3.1.2 Item 3.2 Item 3.3 Item 4
Mon, 2010-06-28 09:07
#1
You need to post your code
You need to post your code correctly or provide us a link to a working example.
