Re: FP2003 Styles or Themes - link bar navigation
From: Dan E (webbie(removethis)_at_preferredcountry.com)
Date: 02/07/05
- Next message: dilksd: "Re: email link problem"
- Previous message: Dan E: "Re: is pop up blocker stopping me from reading source code on other s."
- Maybe in reply to: Dan E: "FP2003 Styles or Themes - link bar navigation"
- Next in thread: Dan E: "Re: FP2003 Styles or Themes - link bar navigation"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 7 Feb 2005 14:38:39 -0600
Weird thing is, Firefox behaves perfectly - displays the red underlined for
hover, even with just the style***.
Dan
"Ronx" <ronx917@hotmail.com> wrote in message
news:uJROSOPDFHA.520@TK2MSFTNGP09.phx.gbl...
>I have found that
> <style type="text/css">
> <!--
> @import url(st11.css);
> .nav a:link{color:blue;text-decoration:none;}
> .nav a:hover{color:green;text-decoration:underline;}
> -->
> </style>
>
> fails, but
>
> <style type="text/css">
> <!--
> @import url(st11.css);
> </style>
> <style type="text/css">
> <!--
> .nav a:link{color:blue;text-decoration:none;}
> .nav a:hover{color:green;text-decoration:underline;}
> -->
> </style>
>
> does work.
>
> The underline attribute on hover will never work because the navigation
> bar contains its own styles the set text-decoration to none.
>
> --
> Ron Symonds (Microsoft MVP - FrontPage)
> Reply only to group - emails will be deleted unread.
>
>
> "Dan E" <webbie(removethis)@preferredcountry.com> wrote in message
> news:uoh0YhLDFHA.960@TK2MSFTNGP09.phx.gbl...
>> Ron - I've tried this, but it doesn't work, at least in a dwt attached to
>> an html file; I import a .css file containing some .nav styles before
>> putting the 2 nav styles from below, so the whole looks like this:-
>>
>> <style type="text/css">
>> <!--
>> @import url(st11.css);
>> .nav a:link{color:blue;text-decoration:none;}
>> .nav a:hover{color:green;text-decoration:underline;}
>> -->
>> </style>
>>
>> and it just doesn't work - no green underlined hover for example.
>>
>> Any help much appreciated,
>> TIA,
>>
>> Dan
>>
>> "Ronx" <ronx917@hotmail.com> wrote in message
>> news:eZDb341CFHA.2540@TK2MSFTNGP09.phx.gbl...
>>> Wrap your nav bar in a div or span and style the wrapper
>>>
>>> <style>
>>> .nav a:link{color:blue;text-decoration:none;}
>>> .nav a:hover{color:green;text-decoration:underline;}
>>> </style>
>>> </head>
>>>
>>> <body>
>>>
>>> <div class="nav"> <!-- navigation bar goes here --> </div>
>>>
>>> --
>>> Ron Symonds (Microsoft MVP - FrontPage)
>>> Reply only to group - emails will be deleted unread.
>>>
>>>
>>> "Dan E" <webbie(removethis)@preferredcountry.com> wrote in message
>>> news:u8aFA1xCFHA.464@TK2MSFTNGP15.phx.gbl...
>>>> Is there a way to have the color of text used in a link bar link change
>>>> when the mouse pointer hovers over it? Simple enough for ordinary
>>>> hyperlinks, I know, but link bars based on navigation only offer
>>>> styles, mostly based on Themes, and that's a different flavor of
>>>> cheese... Ideally, I'd like to be able to define the color changes in
>>>> an external style ***.
>>>>
>>>> All help or suggestions much appreciated...
>>>>
>>>> TIA,
>>>>
>>>> Dan
>>>>
>>>> --
>>>> Dan E
>>>> webbie(removethis)@preferredcountry.com
>>>>
>>>
>>>
>>
>>
>
>
- Next message: dilksd: "Re: email link problem"
- Previous message: Dan E: "Re: is pop up blocker stopping me from reading source code on other s."
- Maybe in reply to: Dan E: "FP2003 Styles or Themes - link bar navigation"
- Next in thread: Dan E: "Re: FP2003 Styles or Themes - link bar navigation"
- Messages sorted by: [ date ] [ thread ]