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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T13:17:11+00:00 2026-06-10T13:17:11+00:00

So here is my HTML code in question. <script type=text/css> .slider-holder { background-color:transparent; }

  • 0

So here is my HTML code in question.

 <script type="text/css">
    .slider-holder { 
        background-color:transparent;
        }

    .slider-bg {
        min-height: 295px;
        position: relative;
        z-index: 1;
        border-bottom:0px;

        }

    .slider {
        height: 295px;
        padding: 1px 17px 0;
        margin: 0 auto;
        position: relative;
        background: transparent;

    }

    .slider .items,
    .slider .items2 {
        position: relative;
        height: 293px;
        float: left;
    }

    .slider .items div.item,
    .slider .items2 div.item{
        height: 293px;
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
    }

    .slider .slider-text {
        width: 720px;
        position: relative;
        z-index: 2;
        padding: 70px 0 0;
    }

    .slider .slider-text, .slider .slider-text p {
        background-color: inherit;
        color: #fff;
        font-size: 32px;
        line-height: 33px;
    }

    .slider .slider-text.smaller p 
        {
        font-size:24px;
        }

    .slider .slider-text p { padding: 0 0 10px; }

    .slider .slider-text a.slider-btn {
        background: #58940a url('img/btn/slider-btn.png') no-repeat 8px 7px;
        display: block;
        float: left;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
        -webkit-box-shadow: 0px 0px 40px #666;
        -moz-box-shadow: 0px 0px 40px #666;
        box-shadow: 0px 0px 40px #666;
        padding: 6px 10px 6px 32px;
        color: #fff;
        font-size: 15px;
        line-height: 20px;
        height: 20px;
    }

    .slider .slider-img {
        position: absolute;
        bottom: 0px;
        padding: 0 5px 0 0;
        z-index: 1;
        left:-312px;
        zoom: 1;

    }

    .slider .slidetabs {
        position: absolute;
        left:375px;
        bottom: 27px;
        z-index: 3;
    }

    .slider .slidetabs a {
        background: url('img/elem/thumbnail-disc.png') no-repeat left top;
        display: block;
        width: 11px;
        height: 11px;
        float: left;
        margin: 0 6px 0 0;
    }

    .slider .slidetabs a:hover, .slider .slidetabs a.current { background-position: left bottom; }
</script>

<div class="slider-holder">
    <div class="slider-bg"> 
        <!--begin:slider-->
        <div class="slider"> 
            <div class="items"> 
                <!--begin:item-->
                <div class="item" style="display: none; ">
                    <div class="slider-text"></div>
                    <div class="slider-img"> 
                        <img src="image.jpg" alt="" width="1600" height="294" align="center">
                    </div>
                </div>
                <!--end:item--> 
                <!--begin:item-->
                <div class="item" style="display: none; ">
                    <div class="slider-text smaller"></div>
                    <div class="slider-img"> 
                        <img src="image2.jpg" alt="" width="1600" height="294" align="center">
                    </div>
                </div>
                <!--end:item-->
                <!--begin:item-->
                <div class="item" style="display: block; ">
                    <div class="slider-text"></div>
                    <div class="slider-img"> 
                        <a href="http://www.link.com" target="_blank">
                            <img src="image.jpeg" alt="" width="1600" height="294" align="center">
                        </a>
                    </div>
                </div>
                <!--end:item-->  
            </div>
            <div class="slidetabs"> 
                <a href="#" class=""></a> 
                <a href="#" class=""></a>
                <a href="#" class="current"></a>  
            </div>
        </div>
        <!--end:slider--> 
    </div>
</div>

The problem with this particular setup is that the img is bigger than the div (which is intentional. And this setup works in most browswers except IE8. It gets cut off at the .slider-holder box (or at least it appears to).

  • 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-10T13:17:12+00:00Added an answer on June 10, 2026 at 1:17 pm

    Found out that a caching plugin was breaking the site. carry on.

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

Sidebar

Related Questions

I want to display html code just like what your see here. <textarea><script id=ff>gdgdgs</script></textarea>
This is my html Code: <input type=checkbox name=test id=test /> Here i want to
i just want to ask about my html code here, i have a bit
not sure why I find this so difficult. Here is the html code: <tr>
Here is the DEMO HTML CODE as <div id=me></div> <a id=ok href=>OK</a> jquery code:
Here is a part of my html code (video urls marked with a django-template
Here is an old add in to quickly comment out HTML code. Maybe I
I have this html code that i want to edit with jQuery. Here is
Here's what I'm trying to do, simplified: <input rel=TimeStart> // bunch of HTML code
I have a simple situation here. lets face html code first => <form name=geoKey

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.