You're welcome.
--
Murray
"BA Finstead" <(E-Mail Removed)> wrote in message
news

5CDF736-4C7E-4BD5-BC1F-(E-Mail Removed)...
> Many, many Thanks!!
>
> "Murray" wrote:
>
>> Thanks! I can get all I need from the link you posted.
>>
>> You will need to make new button images that are larger than the ones you
>> have there. There would be no way to affect the graphics you currently
>> have
>> in any beneficial way with CSS. And, honestly, I'd ditch the interactive
>> buttons and just use simple image swaps (you'd just need two images for
>> each
>> button: an up and an over image, and then swap between them), since the
>> interactive buttons are only supported in IE/Windows.
>>
>> By the way, in your pseudo-class styles, you need to make the rules like
>> this -
>>
>> A {
>> FONT-WEIGHT: bold;
>> FONT-FAMILY: sans-serif;
>> TEXT-DECORATION: none
>> }
>> A:link {
>> FONT-WEIGHT: bold;
>> FONT-FAMILY: sans-serif;
>> TEXT-DECORATION: none
>> }
>> A:visited {
>> FONT-WEIGHT: bold;
>> FONT-FAMILY: sans-serif;
>> TEXT-DECORATION: none
>> }
>> A:active {
>> FONT-WEIGHT: bold;
>> FONT-FAMILY: sans-serif;
>> TEXT-DECORATION: none
>> }
>>
>> (i.e., link, then visited, then active)
>>
>> But since they are all the same, just change it to this -
>>
>> A {
>> FONT-WEIGHT: bold;
>> FONT-FAMILY: sans-serif;
>> TEXT-DECORATION: none
>> }
>>
>> and it will affect them all.
>>
>> --
>> Murray
>>
>> "BA Finstead" <(E-Mail Removed)> wrote in message
>> news:542B3C4A-3CED-494E-A838-(E-Mail Removed)...
>> > The site is missyandba.com; did you want the code? Thanks.
>> >
>> > "Murray" wrote:
>> >
>> >> Show me your page, please.
>> >>
>> >> --
>> >> Murray
>> >>
>> >> "BA Finstead" <(E-Mail Removed)> wrote in message
>> >> news:B37AD95C-433F-4A62-B1AD-(E-Mail Removed)...
>> >> > My site is filled with interactive buttons. I have been told by my
>> >> > aging
>> >> > friends that the buttons are too small. I use css on all my pages.
>> >> > Is
>> >> > there
>> >> > a way to change the size of the interactive buttons via css? Many
>> >> > Thanks.
>> >> > --
>> >> > BA Finstead
>> >>
>> >>
>> >>
>>
>>
>>