Viewing 8 posts - 16 through 23 (of 23 total)
  • Author
    Posts
  • shaharglukman Friend
    #418739

    but I cant see that whole image, there is more on the bottomn of the image, click for example on the 3rd menu item which contain some text you’ll see you can scroll more and see more of the picture.
    is there any option the image will scale according to the content size? that way I could see the whole image all the time?

    khoand Friend
    #418748

    You try use code

    background-size: 100% 100%;

    shaharglukman Friend
    #418750

    Very very nice, thanks a lot.

    Though, in Firefox and ie it doesn’t work :-/

    khoand Friend
    #418757

    You replace


    background-size: 100% 100%;

    with


    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -moz-background-size: 100% 100%;

    shaharglukman Friend
    #418763

    <em>@khoand 275233 wrote:</em><blockquote>You replace


    background-size: 100% 100%;

    with


    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -moz-background-size: 100% 100%;

    </blockquote>

    Doesn’t work :-/ you want ftp access maybe?

    khoand Friend
    #418823

    The background-size property is supported in IE9+, Firefox 4+, Opera, Chrome, and Safari 5+. (ref: http://www.w3schools.com/cssref/css3_pr_background-size.asp)

    shaharglukman Friend
    #418969

    I understand that, but Chrome shows it perfectly while FF and IE don’t.
    Well thanks a lot for all the help anyway, I’ll try search an explanation to why FF and IE don’t show it correctly.

    khoand Friend
    #419127

    Because background-size is a new thing of css3. So latest updated browsers understand css3. When you install chrome, it’s always latest version. IE is not, because version of IE depends of version of Windows that you install.

Viewing 8 posts - 16 through 23 (of 23 total)

This topic contains 23 replies, has 6 voices, and was last updated by  khoand 13 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum