Problem with sliced image

A

Andrew S.

I am having a problem with a sliced image it appears fine in IE but looks
like a checker board in Netscape.

Thanks in advance
Andrew S.

<table border="1" cellpadding="0" cellspacing="0" width="100%" summary="">
<tr>
<td rowspan="2" valign="top" align="right">
<img alt="" height="160" width="226"
src="http://www.mrgoodwater.com/art/logo.gif">
</td>
<td valign="bottom" align="left">
<img alt="" height="71" width="65"
src="http://www.mrgoodwater.com/art/zero.jpg">
<img alt="" height="71" width="67"
src="http://www.mrgoodwater.com/art/replace.jpg" border="0">
<img alt="" height="71" width="60"
src="http://www.mrgoodwater.com/art/three.jpg">
<img alt="" height="71" width="59"
src="http://www.mrgoodwater.com/art/replace.jpg" border="0">
<img alt="" height="71" width="14"
src="http://www.mrgoodwater.com/art/six.jpg">
<img alt="" height="71" width="69"
src="http://www.mrgoodwater.com/art/replace.jpg" border="0">
<img alt="" height="71" width="40"
src="http://www.mrgoodwater.com/art/nine.jpg">

</td></tr>
<tr>
<td valign="top" align="left">
<img alt="" height="89" width="65"
src="http://www.mrgoodwater.com/art/one.jpg">
<img alt=""height="89" width="67"
src="http://www.mrgoodwater.com/art/two.jpg">
<img alt="" height="89" width="60"
src="http://www.mrgoodwater.com/art/four.jpg">
<img alt="" height="89" width="59"
src="http://www.mrgoodwater.com/art/five.jpg">
<img alt="" height="89" width="14"
src="http://www.mrgoodwater.com/art/seven.jpg">
<img alt="" height="89" width="69"
src="http://www.mrgoodwater.com/art/eight.jpg">
<img alt="" height="89" width="40"
src="http://www.mrgoodwater.com/art/ten.jpg">
</td>
</tr>
<tr>
</table>
 
L

Leif K-Brooks

Andrew said:
I am having a problem with a sliced image it appears fine in IE but looks
like a checker board in Netscape.

Why do you need to slice an image in the first place?
 
D

David Dorward

Mary said:
I thought slicing an image helped lessen download time.

You need more markup to put it back together.
You need more http requests to get it in the first place.
Compression is less efficient (I think)

So no, it increases download time.
 
S

Steve R.

Leif K-Brooks wrote in message ...
Why do you need to slice an image in the first place?

(1) You didn't answer his question :~(

(2) He did it because it looks cool :~)

I copied and pasted his markup and it looks effective in IE6, although it's
a lot of work for what he has achieved :~(
 
L

Leif K-Brooks

Mary said:
I thought slicing an image helped lessen download time.

No, it increases it. An HTTP request (and usually a new connection) has
to be made for every slice instead of once for the whole image.
 
L

Leif K-Brooks

Steve said:
You didn't answer his question :~(

This isn't his 24/7 help desk. That's down the hall to your right, and
have your credit card ready.
He did it because it looks cool :~)

And increases load time for no reason.
 
D

David Dorward

Steve said:
Leif K-Brooks wrote in message ...
(1) You didn't answer his question :~(

This is a discussion forum, not a helpdesk.
(2) He did it because it looks cool :~)

How do you know?
I copied and pasted his markup and it looks effective in IE6, although
it's a lot of work for what he has achieved :~(

No it isn't. Its a lot of work[1] for nothing.

[1] Slicing up the image, NOT creating the graphic in the first place.
 
A

Andrew S.

The image was already sliced I'm just trying to get it together so it look
ok in Netscape it's working fine in IE but there is a white space line
between the top and bottom part of the graphic in Netscape.

I have had this problem before with Netscape and thought someone here might
be able to give me some advise on how to alleviate the line between the
individual pictures.

Also what would I need to do to not have to place then all in a row to stop
the white lines between each picture?

Thanks in advance
Andrew S.

David Dorward said:
Steve said:
Leif K-Brooks wrote in message ...
(1) You didn't answer his question :~(

This is a discussion forum, not a helpdesk.
(2) He did it because it looks cool :~)

How do you know?
I copied and pasted his markup and it looks effective in IE6, although
it's a lot of work for what he has achieved :~(

No it isn't. Its a lot of work[1] for nothing.

[1] Slicing up the image, NOT creating the graphic in the first place.
 
S

Steve R.

Andrew S. wrote in message ...
I have had this problem before with Netscape .....

The thing is your *Target Audience* won't be Netscape users, so don't worry
about it.

They'll all be using Internet Explorer browsers. <grin>
 
A

Andrew S.

I know.
But this has happened to me before and am just trying to find a way to not
have this happen for my own future reference.
I can usually work something out with time but have spent the whole day just
screwing around experimenting trying to fit it and getting nowhere but
frustrated.

Thanks in advance
Andrew s.
 
W

William Tasso

Andrew said:
The image was already sliced I'm just trying to get it together so it
look ok in Netscape it's working fine in IE but there is a white
space line between the top and bottom part of the graphic in Netscape.

I had the same problem a while back - the image was delivered in slices -
and I'm hopeless with graphical thingies. Some kind soul - from this group
I think - glued it back together for me.

If you can - make it one image. If you can't - get out your begging bowl.
There are some that perform such tasks in exchange for money and/or sexual
favours.
 
B

brucie

The image was already sliced I'm just trying to get it together so it look
ok in Netscape it's working fine in IE but there is a white space line
between the top and bottom part of the graphic in Netscape.

icky poo

<td>
<img...>
<td>

also icky poo:

<img...> <img...>

fun giggle yummy:

<td><img...><img...></td>

please don't toppost

How am I supposed to post my replies in a newsgroup?:
http://allmyfaqs.com/faq.pl?How_to_post
 
S

Steve R.

William Tasso wrote in message ...
If you can - make it one image.

Easy enough, just do a screen-capture from an IE browser and paste into
'Photoshop' as one image. :~)
 
A

Andrew S.

The graphic was sliced I guess because it was used as a navigation bar when
I got it.
Had to scrounge around (know one that I can ask is around for the holidays
till after the 1st) to get a blank piece that is why the picture doesn't
show quite right in the first place.
I guess I am just stubborn and am not going to let this $%^&*+ picture
defeat me. I really just want to figure out why it was doing this. Yep I
guess I could have just reassembled it in less then 1 quarter of the time
that it ha s taken me not to get it figured out.

Still looking for a solution to the problem no matter what it takes.

Thanks in advance

Andrew S.
 
W

William Tasso

Andrew said:
...
Still looking for a solution to the problem no matter what it takes.

/bangs head

Make it ONE image - for the sake of your visitors if for no other reason.


Please don't top-post. Look it up in your favourite search engine to find
out why.
 
R

Richard

Andrew said:
I am having a problem with a sliced image it appears fine in IE but looks
like a checker board in Netscape.
Thanks in advance
Andrew S.

Which version of NS? Some earlier ones may sllice and dice.
Looks fine in IE and Mozilla.

Suggestion, instead of slicing, use an image map.
No need to slice unless you want to make it difficult for art thieves, which
doesn't stop a good thief.
 
R

rf

Andrew S. said:
The image was already sliced I'm just trying to get it together so it look
ok in Netscape it's working fine in IE but there is a white space line
between the top and bottom part of the graphic in Netscape.

Why not put it back together with your image editor?

Cheers
Richard.
 
R

rf

William Tasso said:
I had the same problem a while back - the image was delivered in slices -
and I'm hopeless with graphical thingies. Some kind soul - from this group
I think - glued it back together for me.

If you can - make it one image. If you can't - get out your begging bowl.
There are some that perform such tasks in exchange for money and/or sexual
favours.

http://users.bigpond.net.au/rf/test/ecowater.jpg

Please post the sexual favours to brucie, I owe him some :)

Cheers
Richard.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,756
Messages
2,569,540
Members
45,025
Latest member
KetoRushACVFitness

Latest Threads

Top