Göldi wrote: > Hi, > I have one issue I really wonder why it is like that and how to solve it. > > Here is the site: http://www.goeldi.eu/css/ulimage.html > > And here the qustion: The first image is surrounded by a normal > paragraph, it's rendered like I would > expect it > The 2nd image is surrounded by a list, and this list does not behave > 'logically' in my opinion. I set > margin-left but this is counted from the top-left point of the site, > and not from the right-edge of the > image. > There is a workaround as for image 3, with a div around the image but > that is not really clever when > i.e. the site is generated dynamically and the width of the imgae can vary. > > Any hints? >
I'm not quite sure what either one of us is doing... The top set (black) has same markup as yours-- <img><p>...</p> The bottom set uses different markup than yours-- <p><img>...</p> In both, the CSS is a little different than yours. <http://www.chelseacreekstudio.com/ca/cssd/ul.html> Quick checked in IE/6 & 7, and compliant browsers. Are either what you're after? -- A thin red line and a salmon-color ampersand forthcoming. http://chelseacreekstudio.com/ ______________________________________________________________________ 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/
