Brent Beardsley wrote:

Why don't I like it? For one thing, it doesn't seem
to work correctly, as it does not take up the whole height of the taskbar,
leaving a gray bar under it. Also, the black text on a blue background (with
the default XP theme) is unappealing, at best. I prefer the white bar, with
black text, that takes up the whole taskbar from top to bottom.


Or is what I am describing a bug, not a feature?


Hmm I haven't witnessed this..

There is something awry with the CSS of your install maybe.. Have you made any over-riding css definitions in localsearch.css? This is suspicious too if you are seeing some grey banners around the toolbar. Can you check your localsearch.css file and see if it has anything other than comments in it? If so, try renaming it and enter '!' in the toolbar to reload it.. The blue theme is different than the olive and silver ones in that it sets the text color to #fcfcfc (white) instead of black. If you are seeing black on blue, somehow the blue scheme is not being utilized completely. The theme.css should have entries which look like this -

body
{
background: #BBBDCD url(xptoolbar1_blue.bmp) repeat-x fixed top;
}

.clock
{
background: transparent repeat-x fixed bottom;
color: #fcfcfc;
font-weight: bold;
border-width:0px;
padding-top:9px;
padding-left:4px;
padding-right:4px;
padding-bottom:5px;
}


Theme.css should also be the same size as theme_blue.css.. Can you check this?


Monty


------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ To unsubscribe visit: https://lists.sourceforge.net/lists/listinfo/dqsd-users DQSD-Users@lists.sourceforge.net http://sourceforge.net/mailarchive/forum.php?forum_id=8601

Reply via email to