Having a really weird problem with CSS. I have an image inside of a division tag set to the same size and location. From reading the code there is absolutely no reason why there should be a space below the image, between the image and the bottom of the division (there both the same size?). Both the div and image are inside another division...
Before I go on here's the code. <html> <body topmargin="0" leftmargin="0"> <div style="width: 100%; height: 100%; display: block; background- color:black"> <div style="height: 100; width: 200; position: absolute; top: 200; left: 100; background-color: white"> <img border="0" src="sunset.jpg" style="height: 100; width: 200"> </div> </div> </htmL> Maybe someone out there can make sense of this. (I just used one of the sample microsoft images). Thanks for any help. Matt --~--~---------~--~----~------------~-------~--~----~ -- You received this because you are subscribed to the "Design the Web with CSS" at Google groups. To post: [email protected] To unsubscribe: [EMAIL PROTECTED] -~----------~----~----~----~------~----~------~--~---
