Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
MariNor #1
Menu buttons without underline when hyperlinked
Can anyone help me with my menu buttons? I want to have a red text without
underline, but they turn blue and underlined when I hyperlink them. What can I
do to avoid the automatic formatting for hyperlinks? I have the menu buttons in
a table in the library.
Earlier I used flash text, but then I first had to click at the button to
delete some kind of security filter before I had to click again at the button I
wanted. Anyone that knows something about that? I really liked the flash text
buttons that changed color when you rolled over them, but now I can't use it
because of the extra clicking everyone has to do.
MariNor Guest
-
HomeSite 5.5 Menu Custom Buttons
I couldn't find a way of using icons of any kind, with the exception if the called program has it own icon, otherwise it shows just a blank space,... -
Hyperlinked models slowing everything down
Hi. I've made a project in Shockwave 3d, and the navigation was fairly smooth and consistent until I went through and specified about 15 of the... -
Fix for Missing Acrobat menu and tool buttons in MS Word
For all those with PDFMaker5 problems in MS Word, I have just spent the past 9 hours trouble-shooting this problem on 2 computers and I believe I... -
Flyout Menu buttons not working, please help!!!
I am in the process of creating a nice animated flyout menu that is created in a separate movie clip. When the site is tested the menu flyout works... -
flash menu bar buttons stop working eventually?
hi i have a flash nav bar at the top of one of my websites. the buttons, when pressed, jump to named anchors within the same page, with the aid... -
Michael Hager #2
Re: Menu buttons without underline when hyperlinked
Use CSS...
a:visited { font-weight: bold; color: #CCCCCC; text-decoration: none}
a:hover { font-weight: bold; color: #FF0000; text-decoration: none}
a:active { font-weight: bold; color: #6633CC; text-decoration: none}
a:link { font-weight: bold; color: #CCCCCC; text-decoration: none}
(set colors as desired)
"MariNor" <webforumsuser@macromedia.com> wrote in message
news:enudia$71j$1@forums.macromedia.com...> Can anyone help me with my menu buttons? I want to have a red text without
> underline, but they turn blue and underlined when I hyperlink them. What
> can I
> do to avoid the automatic formatting for hyperlinks? I have the menu
> buttons in
> a table in the library.
>
> Earlier I used flash text, but then I first had to click at the button to
> delete some kind of security filter before I had to click again at the
> button I
> wanted. Anyone that knows something about that? I really liked the flash
> text
> buttons that changed color when you rolled over them, but now I can't use
> it
> because of the extra clicking everyone has to do.
>
Michael Hager Guest
-
Michael Hager #3
Re: Menu buttons without underline when hyperlinked
(by the way, you can remove or change the font-weight if you like)
Michael Hager
[url]www.cmhager.com[/url]
"Michael Hager" <michael@cmhager.com> wrote in message
news:eo0d5l$jn0$1@forums.macromedia.com...> Use CSS...
>
> a:visited { font-weight: bold; color: #CCCCCC; text-decoration: none}
> a:hover { font-weight: bold; color: #FF0000; text-decoration: none}
> a:active { font-weight: bold; color: #6633CC; text-decoration: none}
> a:link { font-weight: bold; color: #CCCCCC; text-decoration: none}
>
> (set colors as desired)
>
>
>
> "MariNor" <webforumsuser@macromedia.com> wrote in message
> news:enudia$71j$1@forums.macromedia.com...>>> Can anyone help me with my menu buttons? I want to have a red text
>> without
>> underline, but they turn blue and underlined when I hyperlink them. What
>> can I
>> do to avoid the automatic formatting for hyperlinks? I have the menu
>> buttons in
>> a table in the library.
>>
>> Earlier I used flash text, but then I first had to click at the button to
>> delete some kind of security filter before I had to click again at the
>> button I
>> wanted. Anyone that knows something about that? I really liked the flash
>> text
>> buttons that changed color when you rolled over them, but now I can't use
>> it
>> because of the extra clicking everyone has to do.
>>
>
Michael Hager Guest



Reply With Quote

