Hi all,
I’m using toolbar with layouts (2U), but i don’t understand why are not aligned. I mean toolbar length is less than the 2 cells of the layout.
You can check it at :
muncu.net/02CORE/customers.php
Thanks
muncu
Hi all,
I’m using toolbar with layouts (2U), but i don’t understand why are not aligned. I mean toolbar length is less than the 2 cells of the layout.
You can check it at :
muncu.net/02CORE/customers.php
Thanks
muncu
Hi
try to add the following:
<style>
html, body {
width: 100%;
height: 100%;
margin: 0px;
overflow: hidden;
}
</style>