I'm going to design a page by PHP.
Then I have problem in HTML and CSS
I put 5 buttons in a div but half of buttens are under the next div
how can I solve it?
Also there is a space between first red line and the next div
May I remove this space?
Thank you
Absolute positioning will not help this and, in general, is not something that should be used except in special circumstances.
We need to see the CSS of the problem page to find out why things are acting strangely. By default, the parent container will stretch to the size of its children and not clip them.
Bear Bibeault wrote:Absolute positioning will not help this and, in general, is not something that should be used except in special circumstances.
We need to see the CSS of the problem page to find out why things are acting strangely. By default, the parent container will stretch to the size of its children and not clip them.
Hi,
How can I sen cods?
Can you see my codes on my system by Skype or whatever something else?