Laura25 wrote:
> Hi,
>
> I have this problem with firefox browser only. I can'y get my images
> or text on the top of my page without any space on firefox browser
> only. On explorer no problem. I have aprox. 10 pix space on the top
> of my page that I want to eliminate.
>
> Please see my test page with explorer and firefox :
> http://www.skiprocanada.com/test2.htm
>
> Many thanks for your help
>
> L
Do you mind if I ask why you've broken up the image into smaller tiles?
I always wonder about the logic behind this practice.
I mean if you take a 100 kilo bag of sand and brak it down into five 20 kilo
bags of sand. You stil have 100 kilos of sand to move.
The point being, you're not actually saving anything in terms of bandwidth.
In fact, you may actually be increasing your bandwidth.
Think about it this way. Each 20 kilo bag of sand needs a bag of its own. So
you have the weight of the 100 kilos of sand plus the extra weight of 4 more
bags to put in.
Likewise, with one big image, you only have one set of file headers and
multivarious hard-coded data that comes native to the file format.
However, by breaking the image up into smaller ones, you have a separate set
of file headers and hard coded format native data for every smaller image.