[Solved] Problem with Simplex Teaser in Chrome
[Solved] Problem with Simplex Teaser in Chrome
I have a problem with the Simplex template and the Teaser-output in Chrome. When you first load the page the teaser is displayed half, if i click a link on the site then the next time is displayes well. Until that its displaying half of a teaser.
Last edited by Vdub on Wed Apr 17, 2013 10:24 pm, edited 1 time in total.
Re: Problem with Simplex Teaser in Chrome
It may help if you give a link to problem page/site...
Re: Problem with Simplex Teaser in Chrome
Maker sure you have valid HTML, div is not allowed in span...
-
- Forum Members
- Posts: 164
- Joined: Thu Jan 10, 2013 8:02 am
Re: Problem with Simplex Teaser in Chrome
Same thing with Firefox. In css Core: Layout you find:
I think the image crop on the 100 px from min-height. If you increase this value responsive features for Simplex are not working correctly !
I think height of the div must be the same as height of the image (perhaps some Javascrit function onLoad...)
Code: Select all
.banner-image div {
position: absolute;
z-index: 0;
width: 100%;
min-height: 100px;
overflow: hidden;
display: block;
top: 0;
left: 0
I think height of the div must be the same as height of the image (perhaps some Javascrit function onLoad...)
Re: Problem with Simplex Teaser in Chrome
YESSSSS thats the solution, thx!!!!!!
Its not in the simplex:core stylesheet but in the simplex:layout stylesheet
Its not in the simplex:core stylesheet but in the simplex:layout stylesheet