Buying Js IE Display fix [10$]

Discussion in 'Programming' started by Basti, Aug 6, 2009.

  1. #1
    Hey,
    ive found this tabswitch a while back.
    I use it to switch between 2 Videoplayers which can been viewed here http://www.anime-movie-site.com/Galaxy-Express-999

    Problem is that its broken in IE, firefox is just fine

    but in ie 6/7
    - it switch the tab, but the other movie dont stop playing, like it does in firefox.

    in ie8
    once tab is clicked 1 player stands still and the other is always at the bottom of the browser window :/ if you scroll once clicked, you see it.

    I dont want to find something else, because i have the a href javascript codes often. Would be a pain to edit the movies again.


    I use this on the actual movies
    video #2 is display: none with css by default pageload.


    <ul class="movie_tabs">
    <li><a href="javascript:tabSwitch('tab_1', 'vid_1');" id="tab_1" class="active">English Subtitles</a></li>
    <li><a href="javascript:tabSwitch('tab_2', 'vid_2');" id="tab_2">English Dubbed</a></li>
    </ul>
    
    movies codes in divs
    PHP:
    and the js file


    function tabSwitch(new_tab, new_content) { 
       
    document.getElementById('vid_1').style.display = 'none'; 
    document.getElementById('vid_2').style.display = 'none'; 
    document.getElementById(new_content).style.display = 'block';     
         
     
    document.getElementById('tab_1').className = ''; 
    document.getElementById('tab_2').className = ''; 
    document.getElementById(new_tab).className = 'active';       
       
    }
    
    PHP:
    I want this to work in IE 6,7,8 and firefox ofc.
    Whoever can do it, gets 10$ via Paypal

    Thanks,
    Seb ( for msn chat )
     
    Basti, Aug 6, 2009 IP
  2. bm4web

    bm4web Well-Known Member

    Messages:
    718
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    130
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #2
    hi,

    i can able to get it done for you, please check you PM, i have sent you more details, Also i have added you in IM :D
     
    bm4web, Aug 6, 2009 IP
  3. Basti

    Basti Active Member

    Messages:
    625
    Likes Received:
    6
    Best Answers:
    3
    Trophy Points:
    90
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #3
    Fixed by bm4web.

    Good Job, working in all IE versions now.
    Money will follow
     
    Basti, Aug 6, 2009 IP