Not signed in (Sign In)

Categories

Welcome, Guest

Want to take part in these discussions? If you have an account, sign in now.

If you don't have an account, apply for one now.

Links

Vanilla 1.0.1 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthormanik
    • CommentTimeAug 31st 2006
     
    My Problem Is if I click on the image if page is not fully uploaded the it open the image in the new window(PROBLEM)

    But if page is fully uploaded then there is no problem the image is open in thickbox frame (OK)

    so Plese solve it asap
  1.  
    nothing to solve mate...
    make your page load faster!!!
    • CommentAuthormanik
    • CommentTimeSep 1st 2006
     
    There is any changes in js file to make this happen
  2.  
    <body style="display:none;" onload="javascript:document.body.style.display='';">
    <body style="visibility:hidden;" onload="javascript:document.body.style.visiblity='visible';">

    hide the body until it is fully loaded...or hide the thickbox link(s) until the body fully loads...i think either of the above lines will do the trick, but i use the "display" style more often
    • CommentAuthormanik
    • CommentTimeSep 3rd 2006
     
    Thanks Mate gor the solution
    THANKS ALOT