image in the module html

Rate this topic: Evaluations: 2, 1.00 on the average.Evaluations: 2, 1.00 on the average.Evaluations: 2, 1.00 on the average.Evaluations: 2, 1.00 on the average.Evaluations: 2, 1.00 on the average.Evaluations: 2, 1.00 on the average.1.00 out of 6 based on 2 vote(s)
GK User
Fri Jan 30, 2015 9:19 am
Reply with quote
Report this post
Ciao, hould I put an image as (options) Select an Background-image, but I do not want that repeats , how should I do ?
User avatar
Expert Boarder

GK User
Fri Jan 30, 2015 9:33 am
Reply with quote
Report this post
HI,
sure but it request extra CSS lines,
it means that you have to add:
https://www.gavick.com/documentation/jo ... ass-suffix

unfortunately joomla don't have such a option build-in
User avatar
Platinum Boarder

GK User
Fri Jan 30, 2015 9:46 am
Reply with quote
Report this post
could you tell me the css to write, to add in the " css override"
User avatar
Expert Boarder

GK User
Fri Jan 30, 2015 12:20 pm
Reply with quote
Report this post
Sure,
following code add into custom css , check my footer link
Code: Select all
.box.norepeat {background-repeat: no-repeat;}


and in module class suffix add new name: " norepeat"
of course:
1) without ""
2) you can add there more background properties: http://www.w3schools.com/cssref/css3_pr_background.asp
User avatar
Platinum Boarder

GK User
Fri Jan 30, 2015 1:21 pm
Reply with quote
Report this post
where wrong!
User avatar
Expert Boarder

GK User
Fri Jan 30, 2015 2:42 pm
Reply with quote
Report this post
try without box
Code: Select all
.norepeat {background-repeat: no-repeat !important;}

in overide.css file !!!
User avatar
Platinum Boarder

GK User
Fri Jan 30, 2015 3:07 pm
Reply with quote
Report this post
perfect, thank you, and you have been clear in the information !!!
User avatar
Expert Boarder

GK User
Fri Jan 30, 2015 4:43 pm
Reply with quote
Report this post
It means that you forget to put my code in override.css last time?
If yes, how it's possible you're "Expert Boarder"
User avatar
Platinum Boarder

GK User
Sat Jan 31, 2015 9:05 am
Reply with quote
Report this post
I put the code as CustomCSScode excluded .box was ok.
"Expert Boarder " maybe because I use your service for years ?
User avatar
Expert Boarder


cron