Adam,

Thanks for the help. Ive tried adding those declarations to the CSS - you
can see the page live now - it didn't seem to make much difference.


Regards,

David McDonald
Web Designer

http://www.davidmcdonald.org

Southbank, Melbourne
Australia

Mobile: 0403 332 140
ICQ: 11814164

-----Original Message-----
From: Adam Carmichael [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, 17 December 2003 1:45 AM
To: [EMAIL PROTECTED]
Subject: Re: [WSG] Rendering Problem with IE 6



David McDonald wrote:

> I am hoping someone on the list can help me - I've been tearing my 
> hair out for hours now. I am having a problem with IE 6, where there 
> is a large gap above the content area:

Appears that the top of "content" lines up with with the bottom of 
"secondlevelnav" almost exactly.

> 
> http://staging.skillsedit.com/clientsites/caraipm/standard.css
> 
> I am using a XHTML Strict Doctype, and the only thing not validating 
> is the use of a target attribute, which is from some generated code.
> 

Do you need target? If not, I'd probably remove it. It's valuable 
bandwidth. :P

> 
> However I can't get rid of the gap above the content in IE 6 - does 
> anyone know what is going on?

How does it go if you set

[css]
#secondlevelnav
   {
     display: inline;
     float: left;
   }

#content
   {
     display: inline;
     float: right;
   }
[/css]

Leaving your markup as is?

I noticed you have currently have them set as "display: block;"

OT: I posted some stuff in the [css] & [/css] boxes. I'm posting another 
message about that now.

-- 
/----------------------------------------------------------------------\
|Adam Carmichael, A+, 2xMCP (Windows 2000), Cert IV Helpdesk Admin     |
|[EMAIL PROTECTED]               /( _,-----,_ )\     _|  |_  /,||       |
|#1 Computer Services           \`/         \'/     _|  |_    ||       |
|BSD/UNIX Network Engineer        \ /o\ /o\ /        |  |    _||_      |
\----------------------------------------------------------------------/
*****************************************************
The discussion list for http://webstandardsgroup.org/
***************************************************** 



*****************************************************
The discussion list for http://webstandardsgroup.org/
***************************************************** 

Reply via email to