Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
robsig #1
CSS link color
I apparently don't know CSS all that well.
I am simply trying to have the text links in the nav column be white. And my
other text links in the main part of my site be purple. But that seems easier
said than done for some reason.
I defined a css style called button that was white, with the link properties I
wanted. Highlighted the text links in the navbar and applied the style to
them. But they are still the default style.
Anyone know why? It's probably simple, something I overlooked, but I use some
help...
Thanks,
Robert
robsig Guest
-
Changing Color of Text Link
I have a page that has a submenu that loads pages into an iframe. I have a color set for hover and visited in my style sheet. However, I was... -
unable to edit link color
hello everyone ... i am using Contribute 2(a program i love) on my mac, but i am running into an odd issue. whenever i create a link it defaults to... -
Link color doesn't change on hover
hi;) , I am having problems with color change of links on rollover, so I'm here for some help. Ok, I have some links which are in a frame. First... -
link color problem in PDF generated from Framemaker
I am using Acrobat 5.0, and the document (with hyperlinks) was generated in Framemaker 6.0. It is a 900-page document, with nearly as many bookmarks... -
Changing the font color of a link
I've included the following code as an HTML fragment in Pub 2003. In my browser the resulting Hyperlink text appears in Times New Roman and colored... -
Murray *TMM* #2
Re: CSS link color
<div id="style1"><a href="page1.html">Page 1</a></div>
<div id="style2"><a href="page2.html">Page 2</a></div>
#style1 a { color:white; }
#style1 a:hover { color:purple; }
#style2 a { color:purple; }
#style2 a:hover { color:white; }
This CSS and markup will give you two links - one is white with a purple
rollover, and the other is purple with a white rollover.
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"robsig" <webforumsuser@macromedia.com> wrote in message
news:dhubqp$6gg$1@forums.macromedia.com...>I apparently don't know CSS all that well.
>
> I am simply trying to have the text links in the nav column be white. And
> my
> other text links in the main part of my site be purple. But that seems
> easier
> said than done for some reason.
>
> I defined a css style called button that was white, with the link
> properties I
> wanted. Highlighted the text links in the navbar and applied the style to
> them. But they are still the default style.
>
> Anyone know why? It's probably simple, something I overlooked, but I use
> some
> help...
>
> Thanks,
> Robert
>
>
Murray *TMM* Guest
-
robsig #3
Re: CSS link color
Thanks, that was easy. And it works great!! I have a lot to learn :)
robsig Guest
-
Murray *TMM* #4
Re: CSS link color
You're welcome. So do we all! 8)
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"robsig" <webforumsuser@macromedia.com> wrote in message
news:di3ahl$lu9$1@forums.macromedia.com...> Thanks, that was easy. And it works great!! I have a lot to learn :)
Murray *TMM* Guest



Reply With Quote

