Re: [css-d] css won't show in chrome, IEX

2010-06-14 Thread Thijs Hakkenberg
Thanks, that did the trick! On 14-6-2010 18:11, Thierry Koblentz wrote: >>> David is right, it's the script. >>> >>> Try these two lines: >>> >>> if(a.title == description){a.disabled = false;} >>> else if(a.title != "default"){a.disabled = true;} >>> >>> >> I've tried it, but no avail. >>

Re: [css-d] css won't show in chrome, IEX

2010-06-14 Thread Thierry Koblentz
> > David is right, it's the script. > > > > Try these two lines: > > > > if(a.title == description){a.disabled = false;} > > else if(a.title != "default"){a.disabled = true;} > > > I've tried it, but no avail. > I think the script is actually working, but for some reason chrome and > IE still show

Re: [css-d] css won't show in chrome, IEX

2010-06-14 Thread Thijs Hakkenberg
I've tried it, but no avail. I think the script is actually working, but for some reason chrome and IE still show no css... On 13-6-2010 23:03, Thierry Koblentz wrote: >> I made a site with a js which substitues css for different resolutions. >> But, IEX and Chrome won't show any css at all: >> h

Re: [css-d] css won't show in chrome, IEX

2010-06-13 Thread Thierry Koblentz
> I made a site with a js which substitues css for different resolutions. > But, IEX and Chrome won't show any css at all: > http://kunstomhetlijf.nl/fileadmin/template/2010/index.html > whilst firefox does show the css. > Anyone know why? David is right, it's the script. Try these two lines: if

Re: [css-d] css won't show in chrome, IEX

2010-06-13 Thread David Laakso
Thijs Hakkenberg wrote: > I made a site with a js which substitues css for different resolutions. > But, IEX and Chrome won't show any css at all: > http://kunstomhetlijf.nl/fileadmin/template/2010/index.html > whilst firefox does show the css. > Anyone know why? > Thijs, I will be the first

[css-d] css won't show in chrome, IEX

2010-06-13 Thread Thijs Hakkenberg
I made a site with a js which substitues css for different resolutions. But, IEX and Chrome won't show any css at all: http://kunstomhetlijf.nl/fileadmin/template/2010/index.html whilst firefox does show the css. Anyone know why? _