|
|
Posted 9/19/2008 8:08:18 AM |
|
|
Forum Member
Group: Forum Members
Last Login: 9/19/2008 8:03:58 AM
Posts: 1,
Visits: 2
|
|
It would be nice if the base tag made http://xxx.com/css/xx.css be found when you click the /css/xx.css href in the following in the same way that the fully qualified link http://yyy.com/global-styles.css does.
<base href="http://xxx.com" />
<link rel="stylesheet" href="http://yyy.com/global-styles.css" type="text/css" />
<link rel="stylesheet" href="/css/xx.css" type="text/css" />
Perhaps you should be able to toggle this feature on and off.
|
|
|
|