Re: [WSG] images breaking out of their bounding box in MSIE/win

2004-12-20 Thread Mordechai Peller
Todd Baker wrote:
Try applying this fix...
http://www.positioniseverything.net/easyclearing.html
to the .entry selector..
Won't help; IE doesn't understand generated content. Besides, that fix 
is for non-IE browsers and the problem is in IE.
**
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
**


Re: [WSG] images breaking out of their bounding box in MSIE/win

2004-12-20 Thread Todd Baker
Try applying this fix...

http://www.positioniseverything.net/easyclearing.html

to the .entry selector..



On Tue, 21 Dec 2004 04:02:41 +0200, Mordechai Peller <[EMAIL PROTECTED]> wrote:
> Marco van Hylckama Vlieg wrote:
> 
> > I have a nagging CSS problem I don't understand... I guess a click on
> > a link will say more than a thousand words:
> 
> While I don't see what the source of the problem, I can put you on the
> proper path to fixing it.
> 
> 1. Clean up you errors. Your page doesn't validate. Fix this and it's
> possible that your problem will be solved. Even if this doesn't solve
> the problem, it'll make it easier to find.
> 
> 2. Don't use inline styles. Having all the styles in one place makes
> them easier to work with and reduces page weight.
> 
> 3. The text goes in the , not the image. OK, this has nothing to do
> with the problem, but it will improve the page semantically, and may
> help with the search engines. Think about, what, after all, is a
> paragraph? Yes, I know, as you said, a picture's worth a thousand word,
> but that doesn't mean it *IS* a thousand words.
> **
> The discussion list for  http://webstandardsgroup.org/
> 
>  See http://webstandardsgroup.org/mail/guidelines.cfm
>  for some hints on posting to the list & getting help
> **
> 
> 


-- 
Todd Baker
http://electronet.com.au - Where electrons go for a good time!
**
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
**



Re: [WSG] images breaking out of their bounding box in MSIE/win

2004-12-20 Thread Mordechai Peller
Marco van Hylckama Vlieg wrote:
I have a nagging CSS problem I don't understand... I guess a click on 
a link will say more than a thousand words: 
While I don't see what the source of the problem, I can put you on the 
proper path to fixing it.

1. Clean up you errors. Your page doesn't validate. Fix this and it's 
possible that your problem will be solved. Even if this doesn't solve 
the problem, it'll make it easier to find.

2. Don't use inline styles. Having all the styles in one place makes 
them easier to work with and reduces page weight.

3. The text goes in the , not the image. OK, this has nothing to do 
with the problem, but it will improve the page semantically, and may 
help with the search engines. Think about, what, after all, is a 
paragraph? Yes, I know, as you said, a picture's worth a thousand word, 
but that doesn't mean it *IS* a thousand words.
**
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
**


[WSG] images breaking out of their bounding box in MSIE/win

2004-12-20 Thread Marco van Hylckama Vlieg
Hello all,
I have a nagging CSS problem I don't understand... I guess a click on a 
link will say more than a thousand words:

http://www.kontverhaal.com/kv/
There are divs with images in them that float to the right. When the 
text which is in the div is rather short, the image 'breaks out of the 
box' in MSIE for windows. It works fine in all other browsers I've 
tested including MSIE for mac. Anyone know how to fix this?

Best regards,
Marco
--
Marco van Hylckama Vlieg
Senior Internet Developer
email: [EMAIL PROTECTED]
www: http://www.i-marco.nl/
**
The discussion list for  http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
**