Re: [css-d] Help needed with couple of problems

2007-05-23 Thread Tango
Holly Bergevin wrote: From: Tango [EMAIL PROTECTED] I really need to contain the content inside the #map div . http://thetangos.com/tango/map_listing.html page moved to here http://www.oldclan.net/test_area/map.html Then you really need a clearing element to be inserted right

[css-d] Help needed with couple of problems

2007-05-20 Thread Tango
First I have an unwanted space at the bottom of floated images and can't seem to find a fix to the problem. The design was originally done with tables and the problem also existed there. Secondly, is there a better way to center the div's that dose not require a width to be set, and how do I

Re: [css-d] Help needed with couple of problems

2007-05-20 Thread Mauricio Samy Silva
From: Tango [EMAIL PROTECTED] To: css-d@lists.css-discuss.org First I have an unwanted space at the bottom of floated images and can't seem to find a fix to the problem. Add: .maplist img {display:block;} - Secondly, is

Re: [css-d] Help needed with couple of problems

2007-05-20 Thread Tango
Mauricio Samy Silva wrote: From: Tango [EMAIL PROTECTED] To: css-d@lists.css-discuss.org First I have an unwanted space at the bottom of floated images and can't seem to find a fix to the problem. Add: .maplist img {display:block;}

Re: [css-d] Help needed with couple of problems

2007-05-20 Thread Holly Bergevin
From: Tango [EMAIL PROTECTED] I really need to contain the content inside the #map div . http://thetangos.com/tango/map_listing.html Then you really need a clearing element to be inserted right before the close of that div. With your current markup, that would be the next to last thing