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 5995757
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T00:00:23+00:00 2026-05-23T00:00:23+00:00

I am trying to create a little 3d raised panel or box on my

  • 0

I am trying to create a little 3d raised “panel” or “box” on my site. I found a similar example on this page where they have this page with windows that are “raised” off the page with a title box. In this case, they are using an image for the whole box and just the text in the middle is actual text on the page.

I wanted to see if this can be replicated using CSS or I should really move over to photoshop for this sort of thing and do it all as images. (if i have to)

does anyone have any suggestions on if this can be replicated using pure html and css, javascript.

As a second question, if it has to be done using photoshop and images is there are any good place to get photoshop “templates” where you wouldn’t have to put this together from scratch.

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-05-23T00:00:23+00:00Added an answer on May 23, 2026 at 12:00 am

    Here’s something similar using CSS3 for the fancy parts:

    http://jsfiddle.net/RrfJb/ (view in a WebKit browser such as Chrome)

    It can be made to work in “all browsers”.

    • For Firefox it’s as easy as adding the -moz prefix versions.
    • For IE, use CSS3 PIE for the gradients and box shadow, and this tool to generate transform CSS.

    .box {
        width: 300px;
        position: relative;
        background: -webkit-linear-gradient(top, #888 0%,#fff 30%);
        box-shadow: 3px 3px 5px #666;
        padding: 12px
    }
    .box > h2 {
        background: #ccc;
        float: left;
        padding: 8px 16px;
        position: relative;
        top: -18px;
        left: -21px;
        -webkit-transform: rotate(-2deg);
        font: bold 18px sans-serif
    }
    .box > p {
        clear: both
    }
    <div class="box">
        <h2>Welcome to website!</h2>
        <p>Lorem ipsum dolor sit amet..</p>
    </div>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i'm just trying to create this little simulator. in a gui, i have two
I am trying to create a little script to convert video on windows using
I'm trying to create a little enum and I'm just stuck: Why doesn't this
I am trying to create a little growl like div for a site. It
I have a little issue with my coding. I am trying to create 2
I'm setting up a little math study site and am trying to create an
I’m trying to create a little static html start page with ssh links to
I was originally trying to follow this algorithm to create a little simple roguelike
What I currently have I'm currently trying to create a little download manager in
I'm basically trying to create little What is this? tooltips with jQuery. Let's say

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.