Вопрос

My problem is hard to explain (especially when knowledge of English is at the primary level)

My test site: ---- On page is over than html code, you can see scroll to right. (On small resolution) Picture of this: http://i.imgur.com/arCoPt7.png

How to fix that problem ?

If, something is not clear, and somebody don't understand my problem please ask.

(I am not giving CSS becouse is too much of code, so everything is in source code of website)

Sorry for my bad English...

Это было полезно?

Решение

your problem is the class statystyki inside the class menu. in your p element you have width:100% and float left and the other elements right. So you exceed the total width of 100%.

Try to make a width that dont exceed the 100% and also is best if you clear the floats.

Другие советы

Remove the extra margins and check all the divs width. or simply add this style to your body.

body {

    width: 100%;
    overflow: hidden;

}

http://haleem.itspiders.net/

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top