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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T09:20:55+00:00 2026-05-27T09:20:55+00:00

Not sure if its possible but no harm asking. I have a page which

  • 0

Not sure if its possible but no harm asking.

I have a page which shows an invoice. There is an option to void the invoice via a button. What I want is to do create a watermark effect across the page but it has to be on top of the page content.

I tried using image and CSS background on the invoice container DIV element but that will be hidden if by the invoice content itself. Below is the CSS styles I am using for the class

background-image:url(/images/icons/void.png); 
background-repeat:no-repeat; 
background-attachment:fixed; 
background-position:35% 55%;

If anyone has any solution, either CSS or Javascript, … it will be appreciated. Thanks again.

  • 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-27T09:20:56+00:00Added an answer on May 27, 2026 at 9:20 am

    Simple CSS

    #voidBox {
        position : absolute;
        top : 20px; /*Change to Desired Position from top of screen*/
        left : 20px; /*Change to Desired Position from left of screen*/
        z-index : 1000; /*Sets element above everything else (only works on absolute and fixed position elements)*/
        background : url('/images/icons/void.png') no-repeat;
        display : none;
    }
    

    Then when the button is pressed, do some simple JS

    document.getElementById('voidBox').style.display = 'block';
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Not sure if it's possible but we have 2 servers set up, one automatically
I'm not sure if its possible, but I'm looking for a way to call
Im not sure how I can achieve this or if its even possible but
I'm not even sure if its possible, but I'd like to change the value
Is it possible? Someone told me it is but I'm not sure. If its
I'm not sure if this is possible in LINQ, but I have the following
Im not sure what its called but is it possible to achieve the format
I want bind to an event but I am not sure if its possible.
I am trying to achieve the below but not sure if its possible and
Not sure if it's possible but I'm curious and I haven't had any luck

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.