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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T07:28:02+00:00 2026-06-05T07:28:02+00:00

I have created this site and am trying to implement fixed text on the

  • 0

I have created this site and am trying to implement fixed text on the first slide (the one with the Nike basketball). Currently, I have the text ‘The first of its kind’ as part of the background image. Is it possible to separate it from the background and place the text in its own div?

I am stumped for ideas as the first slide is created by using three separate div – one for the top portion of the ball, the second for the bottom portion of the ball, and the third as the magnification of the ball. I thought of attaching the text within the first and second div, but it causes the text to scroll with the page as oppose to fixing it in place.

Site link: http://www.sfu.ca/~jca41/stuph/parallaxTest/parallax03/parallax03.html

  • 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-05T07:28:04+00:00Added an answer on June 5, 2026 at 7:28 am

    Yes, use position:fixed with left and top css attributes.

    e.g.

    #fixedText {
      position:fixed;
      left:100px;
      top:50px;
    }
    

    EDIT:

    To accommodate the overlapping of slides, you would have to apply a z-index to the slides and the text.

    For instance you could give the page class a z-index of 2 (and position:relative or the z-index doesn’t take effect), the #fixedText rule a z-index of 1, and the #first rule a z-index of 0. This would create the layering you are after:

      #fixedText {
        position: fixed;
        left: 75px;
        top: 120px;
        font-size: 35pt;
        color: white;
        z-index: 1;
        font-family: helvetica;
      }
    
      #first {
        background: url(images/01.jpg) no-repeat fixed;
        height: 1000px;
        z-index: 0;
      }
    
      .page {
        margin: 0;
        padding: 0;
        overflow: auto;
        width: 100%;
        z-index: 1;
        position: relative;
      }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to implement file upload functionality on my site. I have created
I'm making an ecommerce site and I'm currently trying to implement my cart using
I have a domain name: TestSite.com. I create several subdomains for this site and
I have created this report using BIRT and phpjavabridge <?php header(Content-type: application/pdf); header(Content-Disposition: inline;
I have created this Fiddle with this code: This is my problem I want
I have created this function to check abecedarian with while loop (A word is
I have created something like this and this . In effect I have a
I have dialog created like this $('#add_error').click(function(e) { $('<div>') .load('/someaction/format/html/') .dialog({ title: 'Some title',
I have created a MultiSelectList like this: MultiSelectList UsergroupID = new MultiSelectList(_ug.GetUsergroups(), UsergroupID, UsergroupName,
i have created a module with this among others this function in it: <?php

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.