How to put an image on the contact page?

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Jan 14, 2014 1:30 pm
Reply with quote
Report this post
I'm unable to put an overlay image on the contact page? I'm trying to put this script.

<p><div id="imagem_contato"><img src="http://www.wdcorp.com.br/sportmarketing/templates/gk_fest/images/wdcorp_imagem_contato.jpg" width="564" height="427" style="position: relative; left: 300px; top: 180px;"></div></p>

I would like to stay just like this picture .. What I'm doing wrong?
http://www.wdcorp.com.br/sportmarketing ... imagem.jpg

Regard´s
GUILHERME BORGES
User avatar
Gold Boarder

GK User
Wed Jan 15, 2014 9:52 am
Reply with quote
Report this post
Hi,
maybe use background image (with this lady) only for this subpage for #gkPageContent element --> this would be the easiest solution.

Code: Select all
.contato #gkPage > div {
    background-image: url("http://www.wdcorp.com.br/sportmarketing/templates/gk_fest/images/wdcorp_imagem_contato.jpg");
    background-position: right center;
    background-repeat: no-repeat;
    margin-top: -14px;
}


Now you own me a Carrot juice. :mrgreen:
User avatar
Platinum Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.