Im redesigning a vary old page. In order to make the menu system work, they use position: relative; on the <body> tag. My problem is that when I for example create a jQuery ui datepicker or something that is positioned absolute, it gets shown +- ~200px to left/right. Is there any workaround to this? Thanks
Im redesigning a vary old page. In order to make the menu system work,
Share
Make a container
<div>around the entire page and set that toposition: relativeinstead.