[css-d] F

2007-12-02 Thread Kay Lindstrom
Okay, thanks for all the suggestions. The problem is that I don't know 
enough about floats, I guess.
Kay
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] images and floats

2007-12-02 Thread Kay Lindstrom
Thanks for the tip Rahul. I moved the text from out between the 
 tags and the  image now appears. 

Any suggestions for the floats?

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


[css-d] images and floats

2007-12-02 Thread Kay Lindstrom
Okay I took out the absolute address to the image and left it relative 
and now I get the image in all but firefox.

 IE7 floats it right without the padding. Opera and Safari don't float it.
Kay
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] F

2007-12-02 Thread Kay Lindstrom
First, I'm trying to put up an image in a window.

IE7 draws it correctly
Opera 9.24 draws a box correctly but not the image
Firefox 2.0.0.11 does nothing but add alt text
Safari 3.0.4 just puts in a place holder

How do I get the image up?

Also, none of the above floats the image.
How do I get this accomplished?

Here's my code:

HTML

Lorem ipsum this is some more text so i have enough to wrap 
around the image
and then here's some more so I get two lines to see where it goes

CSS

[class]
.floatright  {
float: right;
margin: 0 0 10px 10px;
border: 1px solid #666;\
padding: 2px;
}

Thanks, Kay
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/