Hi guys,
I make small website for mobile devices but when i am veawing site blackberry my site background images are not showing 
Iz there any trick for assign elements image backgrounds in different way.
I am doing this:background:url(../images/home_icon.png) no-repeat;
ANY IDEA for this Crap.
webdesignerart saidYou should be nicer when asking for help… I don’t really get what you are saying, since you don’t really take your time to write and correct your post.
Hi guys,I make small website for mobile devices but when i am veawing site blackberry my site background images are not showing
Iz there any trick for assign elements image backgrounds in different way.
I am doing this:background:url(../images/home_icon.png) no-repeat;ANY IDEA for this Crap.
Suggestion: If you don’t speak English, translate your language to English at http://translate.google.com
Solution to your problem: Since I don’t really get what you are asking, here’s what I think it is:
If the background is small and you want it to repeat, your code should be:
background: url("../images/home_icon.png") repeat;Crakken said
webdesignerart saidYou should be nicer when asking for help… I don’t really get what you are saying, since you don’t really take your time to write and correct your post.
Hi guys,I make small website for mobile devices but when i am veawing site blackberry my site background images are not showing
Iz there any trick for assign elements image backgrounds in different way.
I am doing this:background:url(../images/home_icon.png) no-repeat;ANY IDEA for this Crap.
Suggestion: If you don’t speak English, translate your language to English at http://translate.google.com
Solution to your problem: Since I don’t really get what you are asking, here’s what I think it is:
If the background is small and you want it to repeat, your code should be:
background: url("../images/home_icon.png") repeat;
Hi mate, Sorry for my english.
Basically i am saying that background images are not showing in Blackberry Mobile device, SIMPLE .
I don’t which css background property blackberry support for mobile devices.
Have you tried using Google’s first result?
- Envato Staff
- Reviewer
- Community Moderator
- Venezuela
- Has been a member for 4-5 years
- Repeatedly Helped protect Envato Marketplaces against copyright violations
- Microlancer Beta Tester
- Sold between 10 000 and 50 000 dollars
- Exclusive Author
webdesignerart said
I make small website for mobile devices but when i am veawing site blackberry my site background images are not showing![]()
background-image: url(../images/home_icon.png) no-repeat;
background-image: url(../images/home_icon.png) no-repeat;
Lol, Ivor was faster.
are you sure your device or browse isn’t just stripping out the background?
