Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7438357
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T10:32:32+00:00 2026-05-29T10:32:32+00:00

first of all I have very little experience with CSS/HTML, I’m not a webdesigner/coder,

  • 0

first of all I have very little experience with CSS/HTML, I’m not a webdesigner/coder, basically I have no clue what I’m doing.

I’m also close to kill myself because nothing helped. I really appreciate everyone who’s trying to help me.

When you go on pawelpietryka.com and hover on the image it slides in a div via webkit transition and basically everything works.

I’m also using a webkit inset shadow which is animated too. I had big issues with this shadow because it always appeared behind the image (not in front) … I hacked it with these changes

#demo-5 img { z-index: -1; position: relative; vertical-align: top; }

As soon as I put the z-index: -1; in it doesn’t work on iPad/iPhone anymore, I’m tapping on the container and nothing happens.

(I’m assuming it doesn’t have a hover state and when I’m trying to tap it it’s somehow BEHIND the main layer.)

I’ve seen this on other page and the ideal scenario would be: 1) First tap box slides in 2) Second tap jump to destination.

Thanks!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T10:32:33+00:00Added an answer on May 29, 2026 at 10:32 am

    If you think of your div nesting as a pyramid such as…

    <pyramid>
      <section level="1">
        <section level="2">
        </section>
      </section>
    </pyramid>
    

    You can’t get level 2 to appear under level 1, because level 1 contains level 2. If you would want level 2 to appear over level 2, usually they would be siblings, i.e

    <pyramid>
      <section level="1"></section>
      <section level="2"></section>
    </pyramid>
    

    But in your specific case, I would recommend putting the image as the background of the div

    <div id="boxes">
      <?php while ( have_posts() ) : the_post(); ?>
        <div class="box">
          <a href="<?php the_permalink(); ?>">
            <div class="rel" id="demo-5" style="background: transparent url(<?php the_post_thumbnail('homepage-thumb'); ?>) top left no-repeat">
              <div class="detailsausgeblendet">
                <h1><?php the_title(); ?></h1>
                <?php the_excerpt() ?>
              </div>
            </div>
          </a>
        </div>
      <?php endwhile; ?>
    </div>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

First of all, let me say I am very new to rails, have been
First of all: I am not an experienced ClearCase user, but I have lots
I've very little experience with databases and have run in to a problem with
First of all I have to admit that these are very basic and primitive
Background: I have extensive experience in web applications, but I have very little or
I'm working on my first MVC project. I have very little knowledge on jscript,
I have 7 divs in a row with all very little content. I want
I have very little experience in web development, so this may be a very
I am new to android and only have a little experience with HTML and
A little context first: I would say I have good SQL server experience, but

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.