[css-d] DOCTYPE STRICT declaration problems with the page appearance in MOZ

2005-11-09 Thread shlomi asaf
Hi :)
mozila gives me hurd time with pictures in a page the declare imself as
HTML-STRICT (as seen below)
http://dogma.co.il/margin.gifhttp://pegasus.myboxnetplace.com/~zimmeri/tzimerim/images/Untitled-1.gif
you can see in that example that moz makes a margin:2px between the
pictures.
 IE dosent makes me problems. why is that?
  help will be appriciated very much.
 Thank You
NeoSwf
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] DOCTYPE STRICT declaration problems with the page appearance in MOZ

2005-11-09 Thread diego nunes
On 09/11/05, shlomi asaf [EMAIL PROTECTED] wrote:
  IE dosent makes me problems. why is that?

It's the correct way of displaying the image. As it's a inline
element, it shall keep a bottom margin to characters that require
more room down, like j or g. You can try to use images as block,
but it depends on the design you're using. Anyway, there's an
intermediate DocType that makes the images behave as
inline-block's -- I don't remeber which it is, but it exists,
believe me ;)

--
diego nunes
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/