Ignore:
Timestamp:
Dec 17, 2010, 9:39:08 PM (13 years ago)
Author:
Zaphod
Message:

Changes for version 1.1.0 :

  • picture navbuttons moved into the title bar
  • increased size of prev/next thumbnail zone on picture page
  • picture icons and thumbnail arrows replaced by png stripes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/stripped/js/scripts-tpp.js

    r7989 r8183  
    5959        var delay;
    6060        if (options.animatedTabs) {delay = "slow";} else {delay = 0;}
     61        var hfirst;
     62        if (jQuery.browser.msie) {hfirst=false;} else {hfirst=true;}
    6163       
    6264        var tab_titles=jQuery(".tabTitle");
     
    9597                                                if (index1 == index2) {
    9698                                                        if (old_selected_tab == -1) {
    97                                                                 jQuery(this).show("fold",{horizFirst:true,mode:"show",size:'1'},delay);
     99                                                                jQuery(this).show("fold",{horizFirst:hfirst,mode:"show",size:'1'},delay);
    98100                                                        } else {
    99101                                                                jQuery(this).show();
     
    268270                        // position
    269271                       
    270                         var prevbox_pos1= parseInt( ( content_width - image_width + PrevImg.outerWidth()) / 2 ) + 20;
     272                        var prevbox_pos1= parseInt( ( content_width - image_width + PrevImg.outerWidth()) / 2 ) + 120;
    271273                        var prevbox_pos0= prevbox_pos1 - PrevBoxOut.width();
    272274                        var left_margin = parseInt( ( window_width - content_width ) / 2 );
     
    301303                        // position
    302304
    303                         var nextbox_pos1= parseInt( ( content_width - image_width + NextImg.outerWidth()) / 2 ) + 20;
     305                        var nextbox_pos1= parseInt( ( content_width - image_width + NextImg.outerWidth()) / 2 ) + 120;
    304306                        var nextbox_pos0= nextbox_pos1 - NextBoxOut.width();
    305307                        var right_margin = parseInt( ( window_width - content_width ) / 2 );
Note: See TracChangeset for help on using the changeset viewer.