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

  • Home
  • SEARCH
  • 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 9000475
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T00:18:57+00:00 2026-06-16T00:18:57+00:00

My HTML markup with CSS can be seen in this link . Here, you

  • 0

My HTML markup with CSS can be seen in this link. Here, you can see that the last triangle with the box is looking fine. Actually, here I have made 3 triangles with the boxes. In every box-1-wrap, box-2-wrap and in box-3-wrap there is one box and a triangle is made.

Now, I want the triangle of the first div to be shown. They are in a line. So here I want the first row to show just above the second box and the second triangle should be shown above the 3rd box.

Can someone here kindly help me out here?

Here’s how the output file should look like:

enter image description here

  • 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-06-16T00:18:57+00:00Added an answer on June 16, 2026 at 12:18 am

    All you have to do is position each consecutive box under the previous one.

    Add this to your CSS:

    .box-1-wrap{
        position:relative;
        z-index:3;
    }
    .box-2-wrap{
        position:relative;
        z-index:2;
    }
    .box-3-wrap{
        position:relative;
        z-index:1;
    }
    

    Here is a demonstration: http://jsfiddle.net/PrDyq/11/

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Here's the literal HTML markup I have: <!DOCTYPE html> <html> <head> <title>Register</title> <link href=/Content/Site.css
In my web app, the user can create some HTML/CSS markup that is saved
let's say I have this set of HTML-markup and CSS #CSS .inputhelp_text { background:
Consider the following markup: <!DOCTYPE html> <html> <head> <title>Test Page</title> <link href=screen.css rel=stylesheet />
This is my markup: <!DOCTYPE HTML> <html> <head> <title>Test title</title> <style type=text/css> * {
I'm working on a little html/css framework that I can use for most of
I'm trying to create css buttons by using the following html markup: <a href=access.php
I have html markup like this <button id=button1 onclick=alert='yup'></button> and I want to make
Suppose a HTML markup like this: <ul> <li>List item 1</li> <li>List item 2</li> <li>List
Suppose I have this html markup: <div id=wrapper> <pre class=highlight> $(function(){ // hide all

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.