From: binqueue@my-deja.com
Newsgroups: alt.html
Subject: Radio Background color fix!
Date: Tue, 21 Sep 1999 18:13:08 GMT
Organization: Deja.com - Share what you know. Learn what you don't.
Lines: 54
Message-ID: <7s8hr7$nkc$1@nnrp1.deja.com>
References: <7qkmhh$jp1$1@nnrp1.deja.com> <37ce14ca.1791722590@news.cs.hut.fi>
NNTP-Posting-Host: 209.10.121.131
X-Article-Creation-Date: Tue Sep 21 18:13:08 1999 GMT
X-Http-User-Agent: Mozilla/4.61 [en] (WinNT; I)
X-Http-Proxy: 1.0 x34.deja.com:80 (Squid/1.1.22) for client 209.10.121.131
X-MyDeja-Info: XMYDJUIDbinqueue
Path: energise.enta.net!peernews!newspeer.clara.net!news.clara.net!diablo.theplanet.net!newspeer.ebone.net!iad-peer.news.verio.net!news.verio.net!newsfeed.cwix.com!news.maxwell.syr.edu!nntp2.deja.com!nnrp1.deja.com!not-for-mail
Xref: energise.enta.net alt.html:80013

To get rid of that white background in radio buttons in Netscape you
have to use stylesheets. BgColor does not work. So create a simple text
file and save it as 'myStyleSheet.css'. Then enter the following:
.radios	{background:YOUR_COLOR_HERE;background-color: YOUR_COLOR_HERE; }

Then save and go to your html file and go to your radio buttons and
enter the following: 'class="radios"'. And save.

Then in the head of the html file enter the following:
<link rel="STYLESHEET" type="text/css" href="myStyleSheet.css">

Then Reload! Enjoy!

PS.If any other problems just let me know.

In article <37ce14ca.1791722590@news.cs.hut.fi>,
  Jukka.Korpela@hut.fi wrote:
> On Thu, 02 Sep 1999 02:14:17 GMT, dynamicnet@my-deja.com wrote:
>
> >I was wondering if there is a way to make the background color behind
a
> >radio button in a FORM a custom color... for instance, see a form on
my
> >website http://www.absolutecross.com/links/get-linked.htm (at the
bottom
> >of the page).  Notice how with the radio buttons there is a grey box
> >around them?
>
> There is - on Netscape. Not on IE or Opera for example.
>
> >I want to make the box blue, so it will match the table's
> >background color.
> >Can this be fixed?  I am guessing style sheets, but I don't know how
to
> >do that particular thing.
>
> Your guess is right. In HTML there are _a few_ presentational things
> one can suggest, such as table background color, but one runs out of
> tools rather fast. On the other hand, there's a browser bug/deficiency
> involved, so style sheets might not be effective either. But see
> http://www.hut.fi/u/jkorpela/forms/present.html#radio
> and the more detailed
> http://www.hut.fi/u/jkorpela/forms/radiobug.html
> for methods you could try. Netscape seems to behave rather
> indeterministically in these issues however.
> --
> Yucca, http://www.hut.fi/u/jkorpela/ | http://yucca.hut.fi/yucca.html
> To join the Clueless Club, send a followup to this message
> quoting everything up to and including this sig!
>


Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.