David Marr wrote:

http://media.monster.com/mm/usen/content/temp/ads.htm

I am trying to figure out the space to the right of the third column in this example (only seems to happen in IE). The third column is
dynamically  being applied the class name of 'right' via javascript.
Adding overflow: hidden; to ul#ads removes the whitespace.

Adding display: inline; seems to fix it too.

#ads li {
margin: 0pt 130px 0pt 0pt; padding: 0pt; float: left; width: 120px;
display: inline;
}

But I am trying to figure out why its happening.

Bugs are absurd.

Ingo

--
http://www.satzansatz.de/css.html
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to