Olá Marcelo!

on Tuesday, May 16, 2006 at 17:59 Marcelo Wolfgang wrote:

> I have 2 errors I can't figure out:

> 1) the table has 2 gaps, on top and at the bottom, that don't happen
> in IE, couldn't figure out why it happens.

Why don't you use a table for mark-up? It is a product table, so it
would be better to use the appropriate markup.

> 2) The sidebar, which is only images, has some space between them,
> that I can't understand why it is happening, it doesn't in IE

I guess that most of your problems will disappear if you add

img { display: block; }
#menu img { display: inline; }

to your styles.

IMHO you should validate your HTML, you used some ids twice and need
to add the type attribute to the style tag.

> And at this page:
> http://work.grillo.tk/vilarigno/pre.html

> I have a problem with floats, in the form, when there's 2 labels at
> the same line, I'm using float:left on the left one and float:right on
> the right one, and trying to add a overflow:hidden in a container div
> to clear them, but it ain't working in neither IE or Firefox.

I cant' see that problem... Maybe use another clearing method?

Martin

 



______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to