-
AuthorPosts
-
October 12, 2011 at 12:24 pm #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 Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
October 12, 2011 at 12:41 pm #418748You try use code
background-size: 100% 100%;
1 user says Thank You to khoand for this useful post
October 12, 2011 at 12:43 pm #418750Very very nice, thanks a lot.
Though, in Firefox and ie it doesn’t work :-/
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
October 12, 2011 at 12:57 pm #418757You 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%;1 user says Thank You to khoand for this useful post
October 12, 2011 at 1:13 pm #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 Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
October 12, 2011 at 5:23 pm #418823The 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)
1 user says Thank You to khoand for this useful post
October 13, 2011 at 5:03 am #418969I 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 Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
October 13, 2011 at 5:35 pm #419127Because 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.
1 user says Thank You to khoand for this useful post
-
AuthorPosts
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