Hello again
Another little tricky thing.
I want to change the height of the slider and changed that in the modul, but the effect was that the pictures get bigger but not the frame and the pictures overlapped the position beneath like in the screenshot.
Can this be solved?
thanks markus
J!1.5
http://www.6020.net/hoeckner/
Solved myself within template.css and changing the .png:
for taking notes:
Changes in the template.css (ff. line 1016):
/* Top spotlight */
#ja-topsl {
color: #FFFFFF;
height: 350px; (changing this is the height of the modules seize)
margin-bottom: 25px;
}
.ja-slideshow-mask {
width: 100%;
display: block;
background: url(../images/header-mask.png) no-repeat;
position: absolute;
top: 0;
left: 0;
height: 350px; (the height of the image “header-mask.png” layered over)
z-index: 100;
Images adaption:
At least you have to change the image height itself to the according value and save as .png 24 bit.
header-mask.png
http://www.6020.net/hoeckner/