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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T03:57:40+00:00 2026-06-17T03:57:40+00:00

I have this Jquery slider plugin for WordPress, and it’s just the jquery cycle

  • 0

I have this Jquery slider plugin for WordPress, and it’s just the jquery cycle plugin by Malsup.

Anyway, I added a caption in each slide. I just can’t find a color that shows clearly in each slide. So I made a semi-transparent (50% opacity) png in Photoshop, 5px x 5 px. Currently, my CSS looks like this:

.homepage-slides p {
background: transparent url('images/title-bg.png') repeat top left;
bottom: 0;
left: 0;
color: #000000;
font-size: 12px;
font-weight: bold;
margin: 0;
padding: 5px;
position: absolute;
text-align: left;
width: 100%;
}

I also tried using an absolute path to the png, but no go. Here’s the result:

Windmill

As you can see, the caption in the bottom is almost impossible to read. It’d be cool if I could find a way to have like … this semi-transparent, yellow rectangular box and then have the black caption inside that box, so you could read the caption. Any help with this would be truly appreciated!

  • 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-17T03:57:42+00:00Added an answer on June 17, 2026 at 3:57 am

    I’d recommend not using images. One reason is that png images with transparent backgrounds don’t have transparency in some browsers (I know it maybe only older browsers but still).
    Another reason. The image wont be positioned 100% of the background in your script.

    I personally like using CSS made backgrounds as they pretty much cover all browsers types. Here’s my background example for you 🙂

    background:rgba(200,200,200,0.5); //50% silver-ish background. 
    

    You could use an opacity. But I wouldn’t recommend that as it would effect the content in your p element as well as. I believe using an alpha filter would do the same but it’s been a while since I’ve used them.

    Here’s a further example for you 🙂

    background:linear-gradient(top, rgba(0,0,0,0) 0%, rgba(70,70,70,0.5) 30%, rgba(200,200,200,0.5) 100%); 
    //from top to bottom 100% transparent black.
    //Very dark grey 50% transparent at 30% from the top of the element.
    //Silver-ish 100% at the bottom at 50% transparency.
    

    using the webkit extensions respectively for the above example 🙂

    I hope this helps.

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

Sidebar

Related Questions

I am using this jQuery Slider plugin , i have to set a width
I have used this plugin http://wordpress.org/extend/plugins/wp-featured-content-slider/ in my web page. It works fine. But
I have this jQuery plugin called Easy Slider which I'm implementing on this site
I have the Jquery Cycle Plugin ... http://jquery.malsup.com/cycle/ ... and I'm trying to figure
i have a jquery slider, link: http://ekallevig.com/jshowoff/ this is my html code: <div id=features>
So I'm using this jquery content slider plugin: slider . And I'm also using
I am looking for a jQuery HTML Content slider plugin that mimics this functionality:
I have a site where I use a jquery slider plugin. For the previous/next
guys. I have searched for an jquery slider/carousel plugin where i can update your
I have created a very simple jQuery content slider. I want to turn this

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.