473,765 Members | 2,061 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

CssClass property is ignored with wizard control (For some Users)

I am using the wizard control on one of my asp.net pages. In the master page
I have a reference to my style sheet. For most of my users the font sizes
appear correct on the steps. However, for one of my users, the font sizes
are extremely large. The user has changed his windows font sizes. This has
managed to override the styles specified via the CssClass property on my
controls. Now a portion of the text on the wizard is hidden. Any help would
be greatly appreciated.
Sep 19 '06 #1
2 1902
Check their View/Text Size menu settings in IE.

--
Robbe Morris - 2004-2006 Microsoft MVP C#
Earn money publishing .NET articles at
http://www.eggheadcafe.com


"ASP Developer" <AS**********@d iscussions.micr osoft.comwrote in message
news:B8******** *************** ***********@mic rosoft.com...
>I am using the wizard control on one of my asp.net pages. In the master
page
I have a reference to my style sheet. For most of my users the font sizes
appear correct on the steps. However, for one of my users, the font sizes
are extremely large. The user has changed his windows font sizes. This
has
managed to override the styles specified via the CssClass property on my
controls. Now a portion of the text on the wizard is hidden. Any help
would
be greatly appreciated.

Sep 19 '06 #2
Thank you for the rapid reply! However, I don't think it's that simple. If
the controls have cssclass properties, changing text size in IE should be
ignored correct? On my box when I change the text size the fonts do not
change.

Talk to you soon.
"Robbe Morris [C# MVP]" wrote:
Check their View/Text Size menu settings in IE.

--
Robbe Morris - 2004-2006 Microsoft MVP C#
Earn money publishing .NET articles at
http://www.eggheadcafe.com


"ASP Developer" <AS**********@d iscussions.micr osoft.comwrote in message
news:B8******** *************** ***********@mic rosoft.com...
I am using the wizard control on one of my asp.net pages. In the master
page
I have a reference to my style sheet. For most of my users the font sizes
appear correct on the steps. However, for one of my users, the font sizes
are extremely large. The user has changed his windows font sizes. This
has
managed to override the styles specified via the CssClass property on my
controls. Now a portion of the text on the wizard is hidden. Any help
would
be greatly appreciated.


Sep 19 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
3567
by: Kent Eilers | last post by:
I want to follow naming conventions for my controls - i usually prefix combo boxes with "cbo". When a form is in datasheet view however i do not want the user to see the 'cbo' prefix in front of the field name. Is there a way to retain this nomenclature and yet have the view display the field name (or anyname i want for that matter)? Thanks --
1
4387
by: Mervin Williams | last post by:
I am having a problem setting the CSSClass property of a my Label control. I set CSSClass property, but its not taking the font style settings. Here is my style: ..TabText { font-weight: bold; font-size: 16pt; text-transform: uppercase; color: white;
6
2017
by: msuk | last post by:
All, I have a ASP.NET/C# webform which contains a Webform button that has a CssClass applied to give it a special effect. Now the same webform has a filefield control but the browse button is the default. I would like to apply the same CssClass style to the browse button is this possible and how? Thanks Msuk
1
2197
by: chrisfox | last post by:
Hi, I try to customize the style of my Webparts with a CSS Stylesheet. Therefore I define a CSS File and define some CSS Classes. Now a problem occurs. Some of the classes have no effect on the Webparts in the zone. The PartStyle works. But the CssClass of the style PartMenuPopUpStyle has no effect. If I use the properties of the style ( BorderColor etc.), I can customize the style of the webpart. <asp:WebPartZone ...> .... <PartStyle...
1
1642
by: kurt sune | last post by:
I am doing a custom control. It contains a label and a textbox and a button. The class inherits WebControl. Thus the control gets a property CssClass visible in the Properties window. Question 1. Is it possible to override this property AND give it another name, for example CssClassLabel? Is it ugly doing it as a CSV-property type "cssstyle1,cssstyle2,cssstyle3"?
6
1326
by: Shane Story | last post by:
I made a style sheet with the following class: ..ErrText { color:#FF0000; font-family:Verdana,Tahoma,Arial; font-size:9pt; } I linked it to my ASPX doc, then in the CssClass property for a label control, then a Text control, I put .ErrText
2
1169
by: prasad | last post by:
see iam having a user control and i want a cssclass for that users control ,no prolem in providing that .but the problem is that it requires two diff styles for the same control so i need two cssclass files but i think i should not pass two css classes ,so what i can do to pass two diff styles in a single cssclass , is it possible,any ideas plz reply to my mail id it is :prasad_8104@yahoo.co.in
3
4015
by: Allan Ebdrup | last post by:
I get the error "Error creating control: ID property is not specified" when I view my custom web control in design view. I add the control that gives an error in OnInit like this: ----- foreach (WizardStep ws in WizardSteps) { CustomWizardStepHeader header = new CustomWizardStepHeader(); header.ID = "CustomWizardStepHeader"; ws.Controls.AddAt(0, header); }
1
2747
by: Jonathan Wood | last post by:
Greetings, On a GridView control, I want to show alternating colors. But instead of alternating on each row, I want to alternate each group. So several items would be one color and the next several items would be another color. I'm able to accomplish this by setting the CssClass property in the GridView's RowDataBound event handler. But I also need the rows to be selectable so I set the CssClass for the
0
9404
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10168
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10008
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9959
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9837
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7381
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6651
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5423
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3929
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.