I'm trying to build a drop down menu with css for my website. I'm breaking a list into two to make the dropdown display with a two column layout. I'm doing this by setting the margin-top property for the list item where I wish to break the list. This seems to work fine on firefox. However on chrome, I see that the two columns are not aligned.
Is there something like webkit-margin-top or something in css which I can use to fix the margin on chrome ?
In general, can I add the webkit prefix to any css property ?
Thanks!