Re: [css-d] Text Wrap in Div

2010-02-07 Thread David Laakso
This has been sent to CSS-D on behalf of Del Wegener. ~d Del Wegener wrote: > > > The page (it validates) in question is > http://www.drdelmath.com/intermediate_algebra/chapter_summary/intermediate_algebra_chapter1_summary.htm > > > > Observe the radio buttons titles "Monitor" and Projector" in

Re: [css-d] text wrap

2009-07-23 Thread Joseph Sims
> Joseph Sims wrote: > > I have some images floated right with text on the left, and in > > Mozilla 3.5, the text doesn't obey the margin of the image and > > overlays it... upon refresh it corrects itself... what gives? > > > Mozilla 3.5 = ??? > > > And I have no idea what's goin' on in Sa

Re: [css-d] text wrap

2009-07-22 Thread David Hucklesby
Joseph Sims wrote: > I have some images floated right with text on the left, and in > Mozilla 3.5, the text doesn't obey the margin of the image and > overlays it... upon refresh it corrects itself... what gives? > Mozilla 3.5 = ??? > And I have no idea what's goin' on in Safari 4. Forcing overfl

[css-d] text wrap

2009-07-22 Thread Joseph Sims
I have some images floated right with text on the left, and in Mozilla 3.5, the text doesn't obey the margin of the image and overlays it... upon refresh it corrects itself... what gives? And I have no idea what's goin' on in Safari 4. Forcing overflow: auto it looks like... but I don't think

Re: [css-d] Text Wrap around Floated Div

2008-05-14 Thread Manfred Staudinger
On 14/05/2008, Bobby Jack <[EMAIL PROTECTED]> wrote: > I think you're right here. Although David raised the > legality issue, a div within a list item is perfectly > valid (floated or not), and this equivalent of your > original does render as expected (as I understand it, > i.e. the same as th

Re: [css-d] Text Wrap around Floated Div

2008-05-13 Thread Bobby Jack
--- Del Wegener <[EMAIL PROTECTED]> wrote: > There seems to be a conflict between FF, lists, and > floats. I think you're right here. Although David raised the legality issue, a div within a list item is perfectly valid (floated or not), and this equivalent of your original does render as expect

Re: [css-d] Text Wrap around Floated Div

2008-05-13 Thread David Laakso
Del Wegener wrote: > When I make my browser window narrow, and resize fonts (up, down, extreme) > it looks like I expect on my test browsers. > Del > > re: I am pushing the envelope (stress test). Try 1024 at +3, and minimum-font-size 24

Re: [css-d] Text Wrap around Floated Div

2008-05-13 Thread Manfred Staudinger
On 13/05/2008, Del Wegener <[EMAIL PROTECTED]> wrote: > It never occurred to me that it might not be legal to have a float inside an > ordered list. Why not? does not allow any child other than , so the problem is not the float. Hope this helps, Manfred

Re: [css-d] Text Wrap around Floated Div

2008-05-13 Thread Del Wegener
David; Thanks; It never occurred to me that it might not be legal to have a float inside an ordered list. Why not? I take it that the specs to not permit what I was trying and that IE simply overlooked my mistake and did what I intended. Based on this validation result, I have decided to use nu

Re: [css-d] Text Wrap around Floated Div

2008-05-13 Thread David Laakso
Del Regeneracy wrote: > http://www.edi-cp.com/edi_new/edi_page_layout_js.htm > There is a white sidebar about mid page. > > This is a DIV floated right > I expected the text to flow around this div, but as you can see, the text > does not extend below the sidebar. > > What am I overlooking? > > De

Re: [css-d] Text Wrap around Floated Div

2008-05-13 Thread Del Wegener
Good Day; Since my original post I noted that the wrap works perfectly in IE6 & IE7, but not in FF. I also found that if I replace the ordered list with paragraphs, everything works fine in both IEs and in FF. There seems to be a conflict between FF, lists, and floats. Some time on Google reve

[css-d] Text Wrap around Floated Div

2008-05-13 Thread Del Wegener
Good Day; Please take a look at http://www.edi-cp.com/edi_new/edi_page_layout_js.htm There is a white sidebar about mid page. This is a DIV floated right I expected the text to flow around this div, but as you can see, the text does not extend below the sidebar. What am I overlooking? Del __

Re: [css-d] Text Wrap and Images

2005-12-06 Thread Les Mizzell
> Float the first paragraph left. It also helps if the second paragraph > clears left. But, the problem is ... the picture might be 4 paragraphs tall, or maybe 8, or maybe only 2. -- --- Les Mizzell __ css-discuss [E

Re: [css-d] Text Wrap and Images

2005-12-06 Thread Christian Montoya
On 12/6/05, Les Mizzell <[EMAIL PROTECTED]> wrote: > Given the code snippet below, and: > 1. div "PIX" is floated left > 2. "myPIX.jpg" is called dynamically, so we're not > always sure how tall it is... > > > > > > > Paragraph Text Starts Here > > > > Is there any way to get thi

[css-d] Text Wrap and Images

2005-12-06 Thread Les Mizzell
Given the code snippet below, and: 1. div "PIX" is floated left 2. "myPIX.jpg" is called dynamically, so we're not always sure how tall it is... Paragraph Text Starts Here Is there any way to get this to display so that any paragra