Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
ourspt
Starting Member
33 Posts |
Posted - 2005-05-15 : 03:11:10
|
Hi,We are working on a .NET (ASP.NET/VB.NET) application with SQL Server database. In our application, we are using some standard controls and some custom controls (like list boxes, text boxes).For all the controls, we have some font colors and text colors fixed. But when we test from different operating systems (Windows 2000/XP etc.), the font colors and fill colors of the standard controls are changing to some other colors than what we set for the contorls while they are alright for the custom controls.What could be the problem and what could be the solution? Help greatly appreciatedThanksoursmp |
|
olay80
Yak Posting Veteran
62 Posts |
Posted - 2005-05-16 : 08:40:54
|
how r u declring these fonts and colors meaning are u using a css file to declare these values?Oliver |
 |
|
ourspt
Starting Member
33 Posts |
Posted - 2005-05-17 : 08:50:56
|
quote: Originally posted by olay80 how r u declring these fonts and colors meaning are u using a css file to declare these values?Oliver
Yes. we use CSS to declare the font values |
 |
|
bmains
Starting Member
27 Posts |
Posted - 2005-05-19 : 09:27:49
|
How are they changing, from what to what? Are you using named colors or hex colors? |
 |
|
|
|
|