NS7 problem

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Henry

    NS7 problem

    I have an image that sliced in 2 in fireworks the top part is a
    gif(graphic) and the bottom part is a jpg(photo), the code is like that:

    <div id="contenth">< img src="images/splash_r1_c1.gi f" width="424"
    height="220" border"0"/><img src="images/splash_r2_c1.jp g" width="424"
    height="196" border="0"/></div>

    but in NS7 there is a gap between the two images. How can I fix this gap?

    Thanks
    Henry

  • brucie

    #2
    Re: NS7 problem

    In post <3f2b7c45$0$265 30$afc38c87@new s.optusnet.com. au>
    Henry said...
    [color=blue]
    > I have an image that sliced in 2 in fireworks the top part is a
    > gif(graphic) and the bottom part is a jpg(photo), the code is like that:[/color]

    a URI is useful. a scrap of markup is not.
    [color=blue]
    > but in NS7 there is a gap between the two images. How can I fix this gap?[/color]

    perhaps:

    Images, Tables, and Mysterious Gaps



    --
    brucie a. blackford. 02/August/2003 07:06:58 pm kilo.

    Comment

    • Fox

      #3
      Re: NS7 problem



      Henry wrote:[color=blue]
      >
      > I have an image that sliced in 2 in fireworks the top part is a
      > gif(graphic) and the bottom part is a jpg(photo), the code is like that:
      >
      > <div id="contenth">< img src="images/splash_r1_c1.gi f" width="424"
      > height="220" border"0"/><img src="images/splash_r2_c1.jp g" width="424"
      > height="196" border="0"/></div>
      >
      > but in NS7 there is a gap between the two images. How can I fix this gap?
      >
      > Thanks
      > Henry[/color]

      can't really tell by your code snippet... your code shows two images
      side by side, not one over the other... have you tried inserting a <br>
      between the two? what you have going on is something akin to a forced
      line break. (problem is: IE might behave differently with the <br>).
      would wrapping each image in their own div be a problem?

      Comment

      Working...