473,657 Members | 2,380 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

change title bar font color

Hi there,
I was wondering if there was a way to change the font color of the text in
the title bar... by default the title bar is that dark blue faiding into
light blue and it has white text...
is it possible to change the color of that blue bar and also the color of
the text, for all the people who visit the asp.net website...
really i want to have the text all to be whatever color, even white, but
then 1 character half way through the text to be another color like red..

is this possible??
--
Ad****@hotmail. com
Nov 19 '05 #1
4 2967
The colour/size/font of the title bar is determined by the user's operating
system settings. I don't think you can get at that.

Ken

"ACaunter" <Ad****@hotmail .com> wrote in message
news:4B******** *************** ***********@mic rosoft.com...
Hi there,
I was wondering if there was a way to change the font color of the text in
the title bar... by default the title bar is that dark blue faiding into
light blue and it has white text...
is it possible to change the color of that blue bar and also the color of
the text, for all the people who visit the asp.net website...
really i want to have the text all to be whatever color, even white, but
then 1 character half way through the text to be another color like red..

is this possible??
--
Ad****@hotmail. com


Nov 19 '05 #2
I second Ken in this and just want to add I wouldn't like any site to change
my preferences.

Eliyahu

"Ken Cox [Microsoft MVP]" <BA************ @sympatico.ca> wrote in message
news:u2******** ******@TK2MSFTN GP09.phx.gbl...
The colour/size/font of the title bar is determined by the user's operating system settings. I don't think you can get at that.

Ken

"ACaunter" <Ad****@hotmail .com> wrote in message
news:4B******** *************** ***********@mic rosoft.com...
Hi there,
I was wondering if there was a way to change the font color of the text in the title bar... by default the title bar is that dark blue faiding into
light blue and it has white text...
is it possible to change the color of that blue bar and also the color of the text, for all the people who visit the asp.net website...
really i want to have the text all to be whatever color, even white, but
then 1 character half way through the text to be another color like red..
is this possible??
--
Ad****@hotmail. com

Nov 19 '05 #3
But what if the Blue border or whatever color title bar they have doesn't go
well with your site... shouldn't you be able to change the title bar color
for only when the browser is viewing your page...
also for the text color... if we can control what the text says in the title
bar, why can't we control the color of it??

"Eliyahu Goldin" wrote:
I second Ken in this and just want to add I wouldn't like any site to change
my preferences.

Eliyahu

"Ken Cox [Microsoft MVP]" <BA************ @sympatico.ca> wrote in message
news:u2******** ******@TK2MSFTN GP09.phx.gbl...
The colour/size/font of the title bar is determined by the user's

operating
system settings. I don't think you can get at that.

Ken

"ACaunter" <Ad****@hotmail .com> wrote in message
news:4B******** *************** ***********@mic rosoft.com...
Hi there,
I was wondering if there was a way to change the font color of the text in the title bar... by default the title bar is that dark blue faiding into
light blue and it has white text...
is it possible to change the color of that blue bar and also the color of the text, for all the people who visit the asp.net website...
really i want to have the text all to be whatever color, even white, but
then 1 character half way through the text to be another color like red..
is this possible??
--
Ad****@hotmail. com


Nov 19 '05 #4
Some parts of the user interface are controlled by user preferences. It is a
Windows thing that you can't get around. It would be like trying to set my
desktop background... that's a system setting too.

Some people who have low vision use high contrast and large fonts on their
Windows computers that help them get the most out of what's on the screen.
You wouldn't want to interfere with their needs by resetting their title bar
would you?

"ACaunter" <Ad****@hotmail .com> wrote in message
news:FA******** *************** ***********@mic rosoft.com...
But what if the Blue border or whatever color title bar they have doesn't
go
well with your site... shouldn't you be able to change the title bar color
for only when the browser is viewing your page...
also for the text color... if we can control what the text says in the
title
bar, why can't we control the color of it??

"Eliyahu Goldin" wrote:
I second Ken in this and just want to add I wouldn't like any site to
change
my preferences.

Eliyahu

"Ken Cox [Microsoft MVP]" <BA************ @sympatico.ca> wrote in message
news:u2******** ******@TK2MSFTN GP09.phx.gbl...
> The colour/size/font of the title bar is determined by the user's

operating
> system settings. I don't think you can get at that.
>
> Ken
>
> "ACaunter" <Ad****@hotmail .com> wrote in message
> news:4B******** *************** ***********@mic rosoft.com...
> > Hi there,
> > I was wondering if there was a way to change the font color of the
> > text

in
> > the title bar... by default the title bar is that dark blue faiding
> > into
> > light blue and it has white text...
> > is it possible to change the color of that blue bar and also the
> > color

of
> > the text, for all the people who visit the asp.net website...
> > really i want to have the text all to be whatever color, even white,
> > but
> > then 1 character half way through the text to be another color like

red..
> >
> > is this possible??
> > --
> > Ad****@hotmail. com
>



Nov 19 '05 #5

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

Similar topics

3
7154
by: bigoxygen | last post by:
Hi. I have a list that is similar to this: -Evaluation +test +test -Students +test I would like to change the "-" bullet only, but I cannot. My
2
6156
by: Pete Kipe | last post by:
I'm not a JavaScript programmer...but I'm trying to put together a simple menu system for a new website and need a little help. I have the following script: <SCRIPT language=javascript> <!-- Hide JavaScript from Java-Impaired Browsers function NavRollOver(oTd) {if (!oTd.contains(event.fromElement)) {oTd.bgColor="#CC0000";}} function NavRollOut(oTd) {if (!oTd.contains(event.toElement))
7
2178
by: Tim Rogers | last post by:
Hi folks, this is a resolution-detect script that I used on a site. As you can see it is designed to detect when the screen resolution falls below a certain level then load an alternative style sheet HOWEVER, is it possible to make a change to the code that will not only make it respond to windows with widths of less than 800 pixels but ALSO heights of less than 600 pixels. I'm a complete novice when it comes to .js so and help would...
2
1279
by: onetitfemme | last post by:
What is the window event fired by the browser when you increase or decrease the text size and when you change the font on a page? How cross browser are these actions? Why is it that sometimes you must use inline styles? (I have tried doing it in may different ways) otf js
3
3291
by: Jim in Arizona | last post by:
I have a gridview that's being populated from an access db query. The problem I'm having is that the date/time fields in access that are populating the gridview are showing both date and time, when the field should only be showing one or the other (date or time). Even on the back end of the database where the column properties are, I have chosen the smallest date/time formats. When the aspx page runs, it shows the date and time (ie:in a...
1
7424
by: roshina | last post by:
Hi Iam facing a problem in my project, developing a web site for online shopping in ASP on windows XP using IIS server. All the validations are ok but the new password is not upadated in the data base and also showing a error page. the operating system we used is Windows XP, the source code is ASP, front end we used - HTML and javascript and vb script for validations. the inputs we used are : old pasword :
5
4648
by: studentofknowledge | last post by:
hi guys im new to javascript and need some guidence please.. im trying to display a 400x400 pixel coloured area in the middle of a webpage that stays in the middle with a browser window resize. Within the area, i would like to display an image and some text, overriding a few words with an inline style. i would like the image to change once the mouse is placed over it. and when the mouse is removed from the image the image should...
18
7760
by: wizdom | last post by:
Help - change text on click - text has another onclick inside with php variables ---------- I think what I'm trying to do is simple. I have a 2 buttons on a page. 1 button allows a thread of messages to be displayed, the other button collapses that same thread. Works fine. I was asked if I can just make it one button. I've played around with a few java scripts. they seem to all work fine until i put my added codes in the text line...
6
4511
by: gavy7210 | last post by:
hello i am using struts 1.2,Eclipse Platform Version: 3.4.2,mySql 5.0.1,jdk 1.5.. i have a login form(jsp) in which a user logs in,in case he doesnt enter his username and/or password an error is displayed using the <ul> tag and <html:errors> in the jsp. in the from class a vaidate method creates an actionerrors object adds all the errors to it and finally returns it. the ids are linked in messageresources.properties and appropriate...
0
8306
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
8825
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
8732
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
8503
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
8605
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...
0
7327
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5632
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
4304
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
1615
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.