Re: [WSG] A hand with text wrapping around images in CSS?

2006-02-06 Thread John S. Britsios
I think the problem is fixed: http://www.webnauts.net/redesign/ Do you something wrong there? If not, everything is fine. Thanks a lot for your help. John Gunlaug Sørtun wrote: John S. Britsios wrote: I did that but it still doesn't work. See example here: http://www.webnauts.net/redesign/t

Re: [WSG] A hand with text wrapping around images in CSS?

2006-02-06 Thread Charles Eaton
On Feb 6, 2006, at 1:30 AM, John S. Britsios wrote: I would like to ask here, if there is a possibility making my texts wrap around the bottom of my images here http://www.webnauts.net/redesign/test.html, without becoming rubbish when resizing the page. First of all ...start over! 1/ You ar

Re: [WSG] A hand with text wrapping around images in CSS?

2006-02-06 Thread Gunlaug Sørtun
John S. Britsios wrote: I did that but it still doesn't work. See example here: http://www.webnauts.net/redesign/testing.html Try adding: .content {overflow: hidden;} ...as you have a case of floats being forced down to line up with elements in the right column. 'overflow: hidden' will _isola

Re: [WSG] A hand with text wrapping around images in CSS?

2006-02-06 Thread Lea de Groot
On 06/02/2006, at 8:23 PM, russ - maxdesign wrote: "A floated box must have an explicit width (assigned via the 'width' property, or its intrinsic width in the case of replaced elements)." http://www.w3.org/TR/CSS2/visuren.html#floats Ooh, now theres a detail I'd never picked up. Thanks, Russ

Re: [WSG] A hand with text wrapping around images in CSS?

2006-02-06 Thread John S. Britsios
Lea, I did that but it still doesn't work. See example here: http://www.webnauts.net/redesign/testing.html Thanks, John Lea de Groot wrote: On 06/02/2006, at 6:56 PM, John S. Britsios wrote: Lea can you tell me how you do that exactly? Code it? Sure! Oh, you're almost there. eg. html

Re: [WSG] A hand with text wrapping around images in CSS?

2006-02-06 Thread russ - maxdesign
> Actually, when I examine your css more closely - you are already > doing this, although you havent applied a width to make the float > valid... Apologies for being nitpicky here but a width does not need to be applied to images that are floated as they already have "intrinsic width". "A floated

Re: [WSG] A hand with text wrapping around images in CSS?

2006-02-06 Thread Lea de Groot
On 06/02/2006, at 6:56 PM, John S. Britsios wrote: Lea can you tell me how you do that exactly? Code it? Sure! Oh, you're almost there. eg. html: Usability Testing class="fett">Usability is the measure of the quality of a user's experience when interacting with a product... Add CSS: p img.

Re: [WSG] A hand with text wrapping around images in CSS?

2006-02-06 Thread Ray Cauchi
Nice site John... At 06:30 PM 6/02/2006, you wrote: Hi everyone, I would like to ask here, if there is a possibility making my texts wrap around the bottom of my images here http://www.webnauts.net/redesign/test.html, without becoming rubbish when resizing the page. Thanks in advance for your ki

Re: [WSG] A hand with text wrapping around images in CSS?

2006-02-06 Thread John S. Britsios
Lea can you tell me how you do that exactly? Code it? Thanks, John Lea de Groot wrote: On 06/02/2006, at 5:30 PM, John S. Britsios wrote: I would like to ask here, if there is a possibility making my texts wrap around the bottom of my images here http://www.webnauts.net/redesign/test.htm

Re: [WSG] A hand with text wrapping around images in CSS?

2006-02-05 Thread Lea de Groot
On 06/02/2006, at 5:30 PM, John S. Britsios wrote: I would like to ask here, if there is a possibility making my texts wrap around the bottom of my images here http://www.webnauts.net/redesign/test.html, without becoming rubbish when resizing the page. We've discussed this one before (a lo

[WSG] A hand with text wrapping around images in CSS?

2006-02-05 Thread John S. Britsios
Hi everyone, I would like to ask here, if there is a possibility making my texts wrap around the bottom of my images here http://www.webnauts.net/redesign/test.html, without becoming rubbish when resizing the page. Thanks in advance for your kind help. Best wishes and regards, John **