hello all you css junkies... can you explain to me, if you have time, why this code below (cut and paste it into your code editor, and view in IE and then in FireFox (if you have it)) looks like its supps to in ie, but firefox doesnt show the bottom div?
thanks if you can. and thanks if you cant! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <title>Untitled</title> </head> <body> <div style="width:320px;background-color:#f5f1cf;background-image: url(http://dev.navtrak.net/dpv/explainer_Background.gif);background-repeat:no-repeat;font-size:11px;color:Black;font-family:Trebuchet MS;padding-left:5px;padding-top:4px;"> <strong>What is an egg?</strong> <BR> An egg is a roundish object produced by a female animal which contains or grows into its young. Female echidnas, platypuses, emus, parrots, pelicans, wedge-tailed eagles, crocodiles, turtles, Lake Eyre Dragons, sea dragons, frogs, butterflies, ants and spiders lay eggs. </div> <div style="height:7px;width:320px;background-image:url(http://dev.navtrak.net/dpv/explainer_underside_Background.gif);background-repeat:no-repeat;font-size:11px;color:Black;font-family:Trebuchet MS;padding-left:5px;"> </div> </body> </html> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. http://www.houseoffusion.com/banners/view.cfm?bannerid=11 Message: http://www.houseoffusion.com/lists.cfm/link=i:5:132945 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/5 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:5 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.5 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54
