I noticed some sort of layout mistake (IE7 on Windows 2008) on one of the stock samples:
I didn't notice this mistake with the paging example.
I was wondering what I should do to get this to work properly.
I noticed some sort of layout mistake (IE7 on Windows 2008) on one of the stock samples:
I didn't notice this mistake with the paging example.
I was wondering what I should do to get this to work properly.
Add the following CSS:
Code:.ext-ie .x-menu-item-icon {left: -24px;} .ext-strict .x-menu-item-icon {left: 3px;}
will try this... ;-)