Hi,
Did test on a page to add the event calendar on a page with div boxes and it changes the size of the boxes when i add the event calendar on the page.
The example css added: #header { height: 120px; width: 700px; } #menu { padding: 10px; float: left; width: 130px; } #content { padding: 25px; float: left; width: 500px; }
When i add the event calendar in the content div box the padding remains the same 25px on all sides but the actual width decreases to 450px from 500px (the padding total width) and the menu div box decreases from 130px to 110px.
It works when having margin instead of padding but then padding can�t be added to any box of the page since it change size. If i use margin and if i have a bgcolor on the box then the color only will be inside the actual width area and not on the margin area as it would be if i use padding.
Do you have any solution to this?
Klas |
|
|