|
First, never use IE, any version, as your measurement of what is correct rendering, 99% of the time it is WRONG. Make it work in GOOD browsers, such as Firefox, Chrome or Safari, then kick IE into compliance as needed.
Next, when you float an element, you need to give it a width, images being an exception as long as the width and height are properly specified in the html.
Put your image INSIDE of the #content div, floated, and you'll get what you want, the photo to the right of the text. If you want to leave the image outside of the #content div, then you're going to have to specify a width for #content that is narrow enough to allow for the width of the image to the right.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
Please login or register to view this content. Registration is FREE
Please login or register to view this content. Registration is FREE
|