- annoying css nature
- Posted by Del on February 9th, 2006
Why is it that when you set certain font values to your
body {
}
only some properties carry over to text set in tables on the same page? I
got very frustrated and wiped the whole lot last night but it was values
like line height and positioning background images at the start of
paragraphs.
del
- Posted by David Dorward on February 9th, 2006
Del wrote:
Your browser has a default style sheet where table doesn't have a default of
font: inherit.
This is most commonly seen in Internet Explorer when in Quirks mode (in
Standards mode it inherits normally). See my response to your complaint
about "bugs" in Firefox for details of this.
--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is


