Radio Input Backgrounds - Postet den (1210 Views)
Average Member
Andy Humm
Innlegg: 908
908
I am looking at altering the background table cell colours from strPopUpTableColor to strForumCellColor which I have done, but any Radio Input's still show a squared border background as the previous strPopUpTableColor color. Is there a quick fix to change the radio input to coincide with the new table cell colour strForumCellColor.

" <td bgColor=""" & strForumCellColor & """><font face=""" & strDefaultFontFace & """ size=""" & strDefaultFontSize & """>" & vbNewLine & _
" <input type=""radio"" class=""radio"" name=""method"" value=""last_post"" checked> by Last Post (Recent Posts)<br />" & vbNewLine & _
" <input type=""radio"" class=""radio"" name=""method"" value=""most_popular""> by Topic Replies (Most Popular)<br />" & vbNewLine & _
" <input type=""radio"" class=""radio"" name=""method"" value=""new_topic""> by Topic Date (New Topics)" & vbNewLine & _
" </font></td>" & vbNewLine & _

It would be advantageous if this could be fixed. thank you<
   
 Sidestørrelse 
Postet den
Support Moderator
Shaggy
Innlegg: 6780
6780
inc_header.asp, line 270:

"input.radio {background:" & strPopUpTableColor & ";color:#000000}" & vbNewLine & _
But why not just change that colour in your admin options?
<
Search is your friend “I was having a mildly paranoid day, mostly due to the
fact that the mad priest lady from over the river had
taken to nailing weasels to my front door again.”
Postet den
Average Member
Andy Humm
Innlegg: 908
908
Thanks for that Shaggy,
I am currently changing the colour scheme of all the admin area pages and some of the str settings are uniform across the whole forum, hence the need to change this particular radio background. Thank you for the input (non radio!) and reply
andy
<
Postet den
Support Moderator
Shaggy
Innlegg: 6780
6780
If you only need to change the colour in one section of your site then you'll need to create a new class that uses strForumCellColor as its background rather than changing the one I posted above which would apply to all radio inputs on your forum.
<
Search is your friend “I was having a mildly paranoid day, mostly due to the
fact that the mad priest lady from over the river had
taken to nailing weasels to my front door again.”
Postet den
Average Member
Andy Humm
Innlegg: 908
908
Good call I'll give that a try.. I will tune me radio into that approach - thanks shaggy!<
Postet den
Support Moderator
Shaggy
Innlegg: 6780
6780
You're welcome smile
But, any more puns and I'm recommending you for a locking! tongue wink
<
Search is your friend “I was having a mildly paranoid day, mostly due to the
fact that the mad priest lady from over the river had
taken to nailing weasels to my front door again.”
Postet den
Average Member
Andy Humm
Innlegg: 908
908
Shaggy, LOL, but we canny be too serious, all this code of conduct and fine tuning makes you go off frequency sometimes and hopefully were all on the right station and assist each other. Keep up the great work - team.<
Postet den
Support Moderator
Shaggy
Innlegg: 6780
6780
That's it ... tongue
<
Search is your friend “I was having a mildly paranoid day, mostly due to the
fact that the mad priest lady from over the river had
taken to nailing weasels to my front door again.”
 
Du må legge inn en melding