Previous Message
Next Message

Another Inheritance question

Sent by tedd on 24 December 2003 21:09


Hi gang:

Given a html document with a wrapper of:

	<a style= "height: 200px;">
	<div id = "main-box">
	</a>
	...

And, an external css which has:

	#box
   	     {
  	      height: inherit;
  	      }

Why is it that IE will inherit the 200px height, but Safari will make 
it zero and Netscape will make it auto? Note, three different 
browsers showing three different sizes for "box" all with the exact 
same code.

Or, am I doing something wrong here?

tedd

PS: 	Safari 1.1 (v100)
	IE 5.2.3 for the Mac
	Netscape 7.1

-- 
--------------------------------------------------------------------------------
http://sperling.com/
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Message thread: