I dont really know how to ask it, dont know what error is this. Im very nob.
Im trying to order this divs, but the detalle_info is overlaping the one before (notice there white words).
Why is this happening? Thanks in advance.
|
I dont really know how to ask it, dont know what error is this. Im very nob. Im trying to order this divs, but the detalle_info is overlaping the one before (notice there white words). Why is this happening? Thanks in advance. |
|||||||||
|
|
I see that the |
|||
|
In #tabscontent your tabs2 and tabs3 DIVs are within the tabs1 DIV. Move them out of there and hopefully it should be fixed. |
|||
|
You are setting a height of 30px but the content doesn't fit in that height. |
|||
|
|
|
Make your blocks float, nothing more complicated. Use float:left on your div. By the way, you don't need a div per sentence. (don't forget to put a clear:both at the end) |
|||
|
|