Cascading Style Sheets: Trying to 2 images to the left, and there is a gap inbetween them. Help?

If you want more details you can go to this link http://answers.yahoo.com/question/index;_ylt=AthQnFkNlkaYMPyAzYzBwHjsy6IX;_ylv=3?qid=20080413063547AAjT9Dj The gist of it, is I float 2 images to the left, and then they stack on one another. The only problem, is that in between them, there is a very tiny gap that for the life of me, I cannot figure out why. I figure this is a known issue so someone somewhere knows either how to fix it, or a work around to it. Remember, the link at the top gives all the details of the problem if you need them. Joey I swear I freakin love you

Public Comments

  1. i would use a table.... for what you are trying to do <div> is not the best option. also the some CSS option may not be available in all browsers.....
  2. I battled with this for months... add this and fine tune it for your styles: img{ display:block; } you would use: #topleft img{ display:block; }
Powered by Yahoo! Answers