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

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

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 box

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! looks at page Oh, you're almost

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

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

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:

[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

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