Re: [WSG] MSIE causing trouble

2007-03-04 Thread Michael Cordover

I am the world's biggest fool.
Thankyou for saving me.

Regards,

Michael

On 3/5/07, Gunlaug Sørtun <[EMAIL PROTECTED]> wrote:

Michael Cordover wrote:
> There is a file: default.ie.css, linked from an IE conditional
> comment and contains exactly that rule already.

Well, I didn't use that - or any other - conditionally commented
stylesheet, and it all lined up just fine in IE/win.

_If_ I use default.ie.css, then the ul.menu and .content is overlapping
h1#banner, because you're using offsets with 'position: relative' and
margins.

What becomes apparent is that you are permanently serving IE/win a
cascade of styles from all 4 stylesheets, because you have established a
'rel="stylesheet"' instead of 'rel="alternate stylesheet"' for _all_ of
them in the conditional comments. Better check that.

Georg



--
http://mine.mjec.net/

***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***

Re: [WSG] MSIE causing trouble

2007-03-04 Thread Gunlaug Sørtun

Michael Cordover wrote:

There is a file: default.ie.css, linked from an IE conditional
comment and contains exactly that rule already.


Well, I didn't use that - or any other - conditionally commented
stylesheet, and it all lined up just fine in IE/win.

_If_ I use default.ie.css, then the ul.menu and .content is overlapping
h1#banner, because you're using offsets with 'position: relative' and
margins.

What becomes apparent is that you are permanently serving IE/win a
cascade of styles from all 4 stylesheets, because you have established a
'rel="stylesheet"' instead of 'rel="alternate stylesheet"' for _all_ of
them in the conditional comments. Better check that.

Georg
--
http://www.gunlaug.no


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] MSIE causing trouble

2007-03-04 Thread ~davidLaakso

Michael Cordover wrote:

There is a file: default.ie.css, linked from an IE conditional comment
and contains exactly that rule already.

Further suggestions?



"The requested URL /default.ie.css was not found on this server"






Michael





Regards,
~dL

--
http://chelseacreekstudio.com/



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] MSIE causing trouble

2007-03-04 Thread Michael Cordover

There is a file: default.ie.css, linked from an IE conditional comment
and contains exactly that rule already.

Further suggestions?

Thanks,

Michael

On 3/4/07, Gunlaug Sørtun <[EMAIL PROTECTED]> wrote:

Michael Cordover wrote:
> I've got a page at http://youth.afairerworld.org/ which comes up with
>  a 4em space above the div.content despite me doing everything
> imaginable to get rid of it.

Not sure since I didn't bother to deconstruct everything, but a copy
shows that the margin on h1#banner is present and is just being covered
up by those IE corrections.

The addition of...

h1#banner {margin: 0;}

...seems to be all that's needed.


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***

Re: [WSG] MSIE causing trouble

2007-03-04 Thread Gunlaug Sørtun

Michael Cordover wrote:

I've got a page at http://youth.afairerworld.org/ which comes up with
 a 4em space above the div.content despite me doing everything 
imaginable to get rid of it.


Not sure since I didn't bother to deconstruct everything, but a copy
shows that the margin on h1#banner is present and is just being covered
up by those IE corrections.

The addition of...

h1#banner {margin: 0;}

...seems to be all that's needed.

regards
Georg
--
http://www.gunlaug.no


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



[WSG] MSIE causing trouble

2007-03-04 Thread Michael Cordover

Hi guys,

I've got a page at http://youth.afairerworld.org/ which comes up with
a 4em space above the div.content despite me doing everything
imaginable to get rid of it. IE Web Dev Toolbar shows a 4em margin-top
in the DOM Explorer, despite me not putting that in anywhere.

Any assistance would be massively appreciated - I'm stuck.

Thanks,

Michael Cordover

--
http://mine.mjec.net/


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***