How can I placed someting above the Image Show GK4?

Professional Joomla restaurant template comes with a custom animated modules and advanced typography elements.
GK User
Wed Feb 27, 2013 9:40 pm
Hello!


I want to put in the header (Image Show GK4) a chalkboard.
Like
example1.jpg


I did that with "position: absolute" but when I change the window size the chalkboard is change of position:
example2.jpg


I used that code:
Code: Select all
<div style="position: absolute; left: 900px; top: 450px; width: 265px; height: 325px; z-index: 50;">
<div class="gkChalkboard_oldalso"><strong>&nbsp;Címünk</strong>
<p style="font-size: 10pt;">6724 Szeged,<br /> Csaplár Benedek u. 7. <br />+36 30/939-1197</p>
<strong>&nbsp;Nyitva tartás:</strong>
<p><span style="font-size: 10pt;">Hétfőtől - Szombatig</span><br /><span style="font-size: 10pt;">11:00 - 23:00<br />konyha 22:00-ig</span></p>
<p><span style="font-size: 10pt;">Vasárnap</span><br /><span style="font-size: 10pt;">11:00 - 21:00<br />konyha 20:30-ig</span></p>
</div>
</div>



I tried the "position: absolute with z-index" then the position is great but the chalkboard is under the header all time.
example3.jpg





Somebody can solve my problem?

Thanks:

Peter
User avatar
Fresh Boarder

Konrad M
Thu Feb 28, 2013 9:08 am
Hi,
can you give us url to your website ?
User avatar

GK User
Thu Feb 28, 2013 10:37 am
Hi!

http://www.szeged.kalvadosetterem.hu/

The header in top1 and the chalkboard (custom html) is in right position.
User avatar
Fresh Boarder

Konrad M
Thu Feb 28, 2013 10:41 am
Please add to override.css
Code: Select all
.gkChalkboard_oldalso {
    z-index: 10000 !important;
}

and remember to enable override.css option in template settings.
User avatar

GK User
Fri Mar 01, 2013 1:00 pm
Hi!

Thank you for the fast answer!

I solved the problem.
The solution:
I have to put them the same position, and I must use the "float: left;" and the "z-index: 10000 !important;"

THX!
User avatar
Fresh Boarder


cron