P
puja
hi all,
I have an asp.net website where am including .css file dynamically on page
load event. For diff users, there is diff CSS file. So after user logs in, I
am setting CSS href on page load. My CSS file works fine in IE 6.0 when i
specify the absolute path. eg- href ="D:\Mywebsite\css\mycssfile.css" but
this full path does not work in firefox 1.5.0.5. When I load page in
firefox, css file seems to have no effect on page.
If I use relative path eg- href="css\mycssfile.css" it works fine in Firefox
but doesn't work in IE 6.0,
Is there any way to get around this problem ?
thanks
puja
I have an asp.net website where am including .css file dynamically on page
load event. For diff users, there is diff CSS file. So after user logs in, I
am setting CSS href on page load. My CSS file works fine in IE 6.0 when i
specify the absolute path. eg- href ="D:\Mywebsite\css\mycssfile.css" but
this full path does not work in firefox 1.5.0.5. When I load page in
firefox, css file seems to have no effect on page.
If I use relative path eg- href="css\mycssfile.css" it works fine in Firefox
but doesn't work in IE 6.0,
Is there any way to get around this problem ?
thanks
puja