Peter Elias wrote:
> http://www.virtualpooh.com/pn/index.php

here, there is a general ruleset for table, div
table, div {...} without a width setting.

But
  > http://www.fhcaweb.dreamhosters.com/index.php
here,

the table and the dynamenu table rules both apply a width of 90%.


The drop down is basically a table within an absolutely positioned div.

This a.p. div has no width, so it should shrink-to-fit.

But what exactly is shrink-to-fit, if the element inside demands 90% 
width? Undefined, I'd say.

So this is the reason why the browsers you've tested show different 
results.

Be careful with general rules like table {width: 90%}, it leads to 
disaster. Be more specific, apply an #id for an unique element and 
classes for, ah, classes of elements.

Ingo

-- 
http://www.satzansatz.de/css.html
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- 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