I was wondering if it is possible to link to a CSS file across domains without security/cross browser issues.
Here is the setup: Manage one primary site on Domain A with secondary content on Domain B. Both sites use same layout/design. I have direct control over Domain A, but changes to Domain B require a third party to implement.
I would like to have immediate control over the stylesheet and wass thinking about having the CSS file on Domain B be a hard link to the file on Domain A.
So instead of the LINK tag on Domamin B being a relative link to the finle on Domain B, its a URI to the file on Domamin A.
Any issues I should be concerned with?
2007-08-27
06:52:13
·
3 answers
·
asked by
wyntre_2000
5
in
Computers & Internet
➔ Programming & Design
Good answers so far - thanks!
Ownership of styles is mine, and other service is contracted out so ownership issue not an issue. Just want to eliminate the need of the middle person.
Big factor is to have changes take place on both sites simultaneously without having to wait.
2007-08-27
07:16:45 ·
update #1