Results 1 to 2 of 2

Thread: Step Carousel - Inline Text

  1. #1
    Join Date
    Apr 2011
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Step Carousel - Inline Text

    Click image for larger version. 

Name:	carousel.jpg 
Views:	132 
Size:	94.0 KB 
ID:	55141). Script Title: Step Carousel

    2). Script Url (on DD) : http://www.dynamicdrive.com/dynamici...epcarousel.htm

    3). Script Implementation: With external html as indicated here -> http://www.dynamicdrive.com/dynamici...uppliment5.htm

    4). Problem Description: Want to have a clickable semi transparent text (Header and Paragraph) on top of the carousel image (please see image)

    Thanks

    PeteClick image for larger version. 

Name:	carousel.jpg 
Views:	138 
Size:	22.9 KB 
ID:	5513

  2. #2
    Join Date
    Mar 2010
    Location
    Florida
    Posts
    512
    Thanks
    9
    Thanked 61 Times in 59 Posts

    Default

    Not entirely sure if this is what you want but:
    add this to the css:
    Code:
    .title, .data { position:absolute; background-color:rgb(255,255,255); background-color: rgba(255,255,255,.6);}
    .title {  top:0;  width:100%;}
    .data { bottom:2px; right:5px;}
    Add to the panels:
    HTML Code:
    <div class="panel">
    <div class="title">Something</div>
    <div class="data">Random Info</div>
    <img src="http://www.dynamicdrive.com/dynamicindex14/winter.jpg" />
    </div>
    -DW [Deadweight]
    Resolving your thread: First Post: => EDIT => Lower right: => GO ADVANCED => Top Advance Editor drop down: => PREFIX:Resolved

Similar Threads

  1. Step Carousel Viewer (auto step)
    By Mission Impossible in forum Dynamic Drive scripts help
    Replies: 2
    Last Post: 04-22-2013, 11:48 AM
  2. Step Carousel - Starting the carousel with a Panel id
    By kylu in forum Dynamic Drive scripts help
    Replies: 0
    Last Post: 04-18-2012, 11:09 PM
  3. Panel text and transition effect in Step Carousel
    By Nyatar in forum Dynamic Drive scripts help
    Replies: 1
    Last Post: 12-26-2010, 02:37 PM
  4. loading Step Carousel Viewer in middle of carousel
    By sam4682 in forum Dynamic Drive scripts help
    Replies: 2
    Last Post: 12-31-2008, 11:07 PM
  5. Step Carousel View Belt and text overlap issue
    By nwim in forum Dynamic Drive scripts help
    Replies: 4
    Last Post: 12-23-2008, 09:06 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •