On 10/26/07, Steven Soers <[EMAIL PROTECTED]> wrote: > > > Hi all, > I¹m trying to make the text (textdiv) appear next to the image (like in > the > example.) > But, I don¹t want to give the div that contains the texts a width. If i > remove the width, the textdiv appears under the picture. > Giving the div a margin is not an option because in case of no picture the > text must start on the left side. > I putted the text a div because text may not wrap around the image. > > HTML: http://studio.stage.vintage.be/users/steven/index.html > Css:http://studio.stage.vintage.be/users/steven/_assets/css/stylesheet.css > > Many thanks > > Steven > > ______________________________________________________________________ > 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/ >
Can you just float the image and not the div and let the parent determine the width of the text? -- iron sharpens iron ______________________________________________________________________ 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/