Announcement

Do not use the forums to submit bug reports, feature requests or patches, submit a New Ticket instead.

#1 2005-03-18 16:07:35

Stefan
New member
Registered: 2005-03-18
Posts: 2

Strange stylesheet linking behavior

In htmlarea I always had the problem that when explicitly giving a stylesheet
this.pageStyle = '@import url(/htmlarea/screen.css);';
it would only work correctly in IE, not in Firefox.
Now, with the latest nightly, it's the opposite. It only works in Firefox but not in IE.
Ain't that strange?

Offline

#2 2005-03-19 01:53:22

gogo
Xinha Leader
From: New Zealand
Registered: 2005-02-11
Posts: 1,015
Website

Re: Strange stylesheet linking behavior

You may find it's better to use

  config.pageStyleSheets.push('/htmlarea/screen.css');

but please submit a ticket for this anyway.


James Sleeman

Offline

#3 2005-03-22 07:33:42

Geoffrey
Xinha Community Member
Registered: 2005-03-21
Posts: 10

Re: Strange stylesheet linking behavior

An INTERIM solution to linking external stylesheets has been subitted under Ticket 75: http://xinha.gogo.co.nz/cgi-bin/trac.cgi/ticket/75 .

Offline

#4 2005-03-22 17:46:37

Stefan
New member
Registered: 2005-03-18
Posts: 2

Re: Strange stylesheet linking behavior

Thank you very much, this version works both in Firefox and IE.

Offline

Board footer

Powered by FluxBB