TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

March 29, 2024, 11:07:00 AM

Login with username, password and session length
Members
Stats
  • Total Posts: 195,106
  • Total Topics: 21,213
  • Online today: 358
  • Online ever: 3,540 (September 03, 2022, 01:38:54 AM)
Users Online
  • Users: 1
  • Guests: 109
  • Total: 110
  • lurkalot

- strangeness in upshrink images when using IE.

Started by Abfall, February 14, 2006, 05:21:35 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Abfall

I had this problem before the update which was addressed with the latest fixes :

- strangeness in upshrink images when using IE.


.. just posting that (on my forum) those same images still disappear if they are the first thing clicked when visiting the site.  If I click another page, and then shrink a block it all works fine, but if I shrink a block as my first order of business.. it does the strangeness deal.

Probably the last and least item to be concern'd with.. but nevertheless .. she's there ;)


bloc

Could be a cache problem on your browser. Have you tried clearing it?

feline

Bloc, there is a problem in this line:


echo '<a href="javascript: void(0);" onclick="toggle(\''.$block['id'].'\'); return false">


I add the return false .. works.

Fel

Abfall

Quote from: feline on February 15, 2006, 09:49:45 AM

echo '<a href="javascript: void(0);" onclick="toggle(\''.$block['id'].'\'); return false">

I add the return false .. works.

Aye.. changed that in TPortalBlocks.template and problem gonzo.  Ty kindly.

bloc

#4
Quote from: feline on February 15, 2006, 09:49:45 AM
Bloc, there is a problem in this line:


echo '<a href="javascript: void(0);" onclick="toggle(\''.$block['id'].'\'); return false">


I add the return false .. works.

Fel

Thanks. :) I will add it in.