ThemeSwitcher CSS Over rides
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000066">
Working on app with theme roller, did a few minor UI css over rides
in separate file ( minor padding etc to suit my needs). Once i put it
together I tried themeswitcher.
Themeswitcher introduces ajax loaded UI css file however it seems to
take "last in" control and the over rides I did are now second inline
to the default of the UI css. Before turning on themeswitcher these
over rides were in correct order.
I even tried placing a few of the over rides in style tag right before
<body>. Is there a method to tell themeswitcher css to not be the
last css in the loading order or is the only solution to take the over
rides out of css and script them into jQuery? Have never tried loading
a css file with script, maybe that's what's needed, load the over rides
after themeswitch?<font face="Trebuchet MS">
</font>