RE: [css-d] Content appearing incorrectly in IE6

2005-10-18 Thread Edith Karnitsch @ Terranetwork
Luke - I think it might be a simple calc issue. Grabbing my trusted calculator and DOM Inspector, I found this: #innerbox height 360px this contains a) #innerright height 360px b) #innerleft no height specified c) text "test content 1" no height specified ... my guess is that the text is bu

Re: [css-d] Content appearing incorrectly in IE6

2005-10-18 Thread Gunlaug Sørtun
Luke Mackenzie wrote: anyone? www.loopfruit.co.uk IE/win doesn't respect 'height: (any value);' on '#innerbox' (or any other element for that matter), so you'll have to find a better way to lay out that page. regards Georg -- http://www.gunlaug.no ___

RE: [css-d] Content appearing incorrectly in IE6

2005-10-18 Thread Luke Mackenzie
anyone? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Luke Mackenzie Sent: 18 October 2005 11:12 To: css-d@lists.css-discuss.org Subject: [css-d] Content appearing incorrectly in IE6 Hi, I'd be grateful if somebody could look at the following pr

[css-d] Content appearing incorrectly in IE6

2005-10-18 Thread Luke Mackenzie
Hi, I'd be grateful if somebody could look at the following problem. "test content 1" should appear as it does in firefox on the following page: www.loopfruit.co.uk in IE, the div above does not appear to be closing correctly. i think this is a probably a well known bug and would be very gratef