cloudy
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Support this site - Buy from
Amazon.com
or
Amazon.co.uk
. Find out how
here
.
Latest versions:
WD
10.37Rb26
WDL
6.09
WML
1.04
Home
Bug Tracker
Photo Gallery
Wiki
Help
Search
Calendar
Login
Register
Weather-Watch.com
»
Weather and the Internet
»
Creating Weather Web Sites
»
<Fieldset> Font Color
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: <Fieldset> Font Color (Read 1076 times)
0 Members and 1 Guest are viewing this topic.
mth
Guest
<Fieldset> Font Color
«
on:
August 03, 2008, 03:10:27 PM »
A quick question:
Does anyone know how to control the color of the font on the fieldset legend text. Currently, mine defaults to light blue and would like to change it but I am stumped to what controls its color.
http://69.143.90.55/webfiles/wxnoaaradio.php
Thanks in Advance,
Michael
Logged
TNETWeather
Kevin Reed (KrelvinAZ)
Global Moderator
Posts: 5,868
Gremlins are at work...
Mesa, AZ
Re: <Fieldset> Font Color
«
Reply #1 on:
August 03, 2008, 03:28:27 PM »
Only shows up a light blue with MSIE...
CSS for fieldset, legend are what you need....
fieldset controls the whole fieldset properties
legend controls the title used in the fieldset
other tags to do what you want...
Logged
All you need is Time, Aptitude and Desire ... and you can build just about anything...
TNETWeather
Kevin Reed (KrelvinAZ)
Global Moderator
Posts: 5,868
Gremlins are at work...
Mesa, AZ
Re: <Fieldset> Font Color
«
Reply #2 on:
August 03, 2008, 03:33:45 PM »
Like:
fieldset {
color: #A52A2A;
font-family: verdana;
}
legend {
color: #A52A2A;
background-color: #000000;
padding: 4px 4px 2px 4px;
font-family: ocrb;
font-weight: bold;
font-size: 130%;
}
Logged
All you need is Time, Aptitude and Desire ... and you can build just about anything...
mth
Guest
Re: <Fieldset> Font Color
«
Reply #3 on:
August 03, 2008, 07:26:47 PM »
Kevin,
I added your code and tailored it to my site. Thanks a million!
Michael
Logged
Print
Pages: [
1
]
Go Up
« previous
next »
Weather-Watch.com
»
Weather and the Internet
»
Creating Weather Web Sites
»
<Fieldset> Font Color