Re: [css-d] stylesheet not working in IE

2006-01-17 Thread David Hucklesby
Hi Arno, The centering seems to work here (in non-IE browsers). Did you fix it? I notice you have no quotes around the url to your imported style sheet. There is a bug in IE 5+ Windows. See here: Cordially, David -- David Hucklesby, on 1/17

Re: [css-d] stylesheet not working in IE

2006-01-17 Thread Arno @ Raketnet
Ah! The screen problem. I was sure I had uploaded the new index file. That problem was solved already (thanks to the list). David, thank you for your asides. I will definitely take notice. The redo is still going on, I'm sure it's not too late to switch to strict. Now that one problem (I have up

Re: [css-d] stylesheet not working in IE

2006-01-17 Thread David Dorward
On 17/01/06, Arno @ Raketnet <[EMAIL PROTECTED]> wrote: > I come across yet another few problems in IE. > > First, the stylesheet seems not to be working in IE. Internet Explorer doesn't support: @import URL media_type > Second, the page isn't centered, as I intended. It is here. Now a few as

Re: [css-d] stylesheet not working in IE

2006-01-17 Thread Ian Anderson
Arno @ Raketnet wrote: > First, the stylesheet seems not to be working in IE. IE seems to not like the media-type here: @import url(scripts/sheet1.css) screen; In a basic local test, removing "screen" allowed the styles to work. Hadn't seen this in use before; interesting. What's the U

[css-d] stylesheet not working in IE

2006-01-17 Thread Arno @ Raketnet
I come across yet another few problems in IE. First, the stylesheet seems not to be working in IE. Second, the page isn't centered, as I intended. Strange thing is that I copied the basic css setup from another page that I made where it IS working properly. Can anyone tell me where I went wrong