|
Posted by Jonathan N. Little on 10/25/05 18:32
Neredbojias wrote:
> With neither quill nor qualm, sagejoshua quothed:
>
>
>>On Mon, 24 Oct 2005 20:39:07 -0700, Neredbojias
>><neredbojias@neredbojias.com> wrote:
>>
>>
>>>Okay, I tried it (http://www.snakebirdstudios.com/) in Firefox 1.5, beta
>>>2 and did not have the problem but did in the current "Mozilla". I'm
>>>almost certain it's something in your javascript because I used to have
>>>similar reactions diddling with Moz and javascript together - especially
>>>regarding preloads and replacements.
>>
>>Ahhh soo...
>>
>>It seems you may be right. Check out
>>http://www.snakebirdstudios.com/nojs.php
>>
>>I removed all references to js, and it seems to have solved the
>>poblem. How about for you?
>
>
> Nope. It's like I'm getting a double bottom in Mozilla (-or perhaps it
> screen-prints prematurely too low and then doesn't fully erase.) I'll
> betcha it's a Moz bug, though. The best rendering engine *mechanics*
> are still in IE.
>
>
>>Hmmm... this only calls for more tweakage. I'll get on it tommorow.
>>Thanks for the keen eye, grasshopper.
Since your example page thumbnails are all the same size, 200 x 145,
just for ha-ha's, try putting the dims for the images in the html so the
page doesn't have to reflow...
<img src="images/noga.jpg" alt="North Georgia Mountain Realty, LLC"
width="200" height="145" border="0">
and see if the problem persists.
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
[Back to original message]
|