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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T18:54:47+00:00 2026-05-21T18:54:47+00:00

edit: I don’t want to just take content from different pages and load it

  • 0

edit: I don’t want to just take content from different pages and load it into the current page. What I really want to do is load different html files that will be interactive within the television. I have found that it is difficult to do this because you can’t load html files into DIV’s and you can’t click on links through a transparent png file.

Hello,

I am building a website for a tv show that my friends and I make called Every Single Day.

here you can see the mock up of what I have so far:
http://www.uvm.edu/~areid/cs195/final/S/S.html

as of right now, the image I am using is just one big image that I sliced up with Photoshop.

What my goal is, is to use some sort of script to make it so the outside television will stay in place statically and the web-content within the television will transition without reloading the outer-most television.

I wanted to combine this technique with something similar to the fss slider script to allow each page on the site to slide, making it look like it is a continuation of the room. -Perhaps this isn’t even the best way to achieve my desired result.

I have all of my images drawn and sliced, all I need now is some direction in what exactly to search for to find the pieces I am looking for.

Thank you very much, I am pleased to have joined this community,

cooper reid

  • 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-21T18:54:48+00:00Added an answer on May 21, 2026 at 6:54 pm

    Edit 5: http://jsfiddle.net/wdm954/pqAJK/10/ (Shows addition content.)


    Edit 4: http://jsfiddle.net/wdm954/pqAJK/7/

    This demo includes panning to specific frames.

    var h = $('.clickable div').height(); //height of a single content DIV
    var divCount = 0;
    $('.clickable div').each(function() { divCount++; }); //count number of content DIVs
    
    $('.pan').click(function(e) {    
        e.preventDefault(); //prevent default action (of <a>)
        if ($('.content div').is(':animated')) return false; //disable click while animating
        var x = $(this).attr('href'); x = $(x).index(); //get index of destination element
        $('.content div').animate({top: -x*h +'px'}, 2000); //animate to destination
    });
    
    $('#tv-right').click(function() {
    
        if ($('.content div').is(':animated')) return false; //disable click while animating
        $('.content div').animate({top: '-='+h+'px'}, 2000); //animation
    
        //if last div then go back to the start
        if ($('.content div:last').css('top') == (-h * (divCount - 1)) +"px") {
            $('.content div').stop().animate({ top: '0px' }, 1000);
        }
    });
    

    Edit 3: http://jsfiddle.net/wdm954/pqAJK/5/

    Ok, check this demo out. Clicking on the right side of the TV (where you may put some buttons) will scroll the content in the screen. When you reach the last content section, the next click will return to the first content section. I layered the content so the background divs scroll behind the TV image and the content scrolls above (so you can click on it. There are a few other tricks thrown in but look it over and you should get the idea.


    Edit 2: http://jsfiddle.net/wdm954/pqAJK/3/ (Click the TV to see the transition. This has content divs instead of just a background image).

    Edit: Check out this demo: http://jsfiddle.net/wdm954/pqAJK/


    I would first cut out the screen part of the TV and save it has a .png with transparency so you can see what is behind the screen portion of the TV.

    Then you can add a background image and animate that with jQuery to slide into view the portion you would like to display.

    I *personally wouldn’t use any slices, kind of an old school technique for when most people didn’t have high speed connections.

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

Sidebar

Related Questions

EDIT: I don't want to delete the post because I have learned a lot
My current solution will suck sometimes EDIT For those who don't understand,see this example:
EDIT I don't know is it important, but destination triangle angles may be different
EDIT AGAIN : I don't want to create another question, so asking here. I
I don't just mean how to switch to roman numerals, I want to change
Can any one share some study material for multithreading on .net? EDIT: I don't
I don't edit CSS very often, and almost every time I need to go
EDIT: Scotty2012 and David Morton's answers don't work for me so I have put
EDIT 1 I apologize but after reading the 2 suggested articles I still don't
And why don't they change it? Edit: The reason ask is because I'm new

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.