This is Interesting: Free Magazines for Graphics designers and webmasters
Home > Archive > Microsoft Publisher > October 2004 > navigation bars
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
| I am not sure what to call what I need but it is a navigation button that
instead of opening a second page, shows a few other links that are available.
The following site has a perfect example:
http://www.jungchicago.org/index.php
Am I even able to do that kind of navigation bar with Publisher or should I
use another program?
| |
|
|
| DavidF 2004-10-18, 7:15 pm |
| Based on a recommendation from another poster, I use Xara MenuMaker with
Publisher 2000 and have been happy with the results. You can download and
try the software free for 15 days:
http://www.xara.com/products/menumaker/
DavidF
"Joel" <Joel@discussions.microsoft.com> wrote in message
news:656C8425-5F9B-46C2-83B1-CCB86E5A7F7E@microsoft.com...
> I am not sure what to call what I need but it is a navigation button that
> instead of opening a second page, shows a few other links that are
available.
> The following site has a perfect example:
> http://www.jungchicago.org/index.php
> Am I even able to do that kind of navigation bar with Publisher or should
I
> use another program?
| |
| DavidF 2004-10-19, 12:14 pm |
| David,
Would you mind sharing which third party program you use to create your
dynamic menu at publishermvp.com?
Secondly, on your FAQ page you offer the following script for changing the
color of the mouse-over using the insert HTML fragment feature:
<style>
a:hover {color: #ffffff; font-weight: bold;}
</style>
This is probably really simple, and I hate to show my ignorance, but given
that #ffffff results in what appears to be a white color, how do you specify
a different color such as a dark red (147,0,21 as per the RGB
specifications)? I don't understand the #ffffff part? Could you explain,
please? Thanks.
DavidF
"David Bartosik [MSFT MVP]" <dbartosik@community.nospam> wrote in message
news:#mSHN9UtEHA.3788@TK2MSFTNGP09.phx.gbl...
> That's a dynamic menu. We use one on www.publishermvps.com that is a third
> party one.
> This site has a dynamic menu - http://www.componentart.com/home.aspx
>
> These type of menus require some programming skill typically.
>
> Publisher has no support for dynamic features as stated on the FAQ -
> http://www.publishermvps.com/Default.aspx?tabid=30
>
> David Bartosik - [MSFT MVP]
> www.publishermvps.com
> www.davidbartosik.com
>
> "Joel" <Joel@discussions.microsoft.com> wrote in message
> news:656C8425-5F9B-46C2-83B1-CCB86E5A7F7E@microsoft.com...
should[color=darkred]
>
>
| |
| David Bartosik [MSFT MVP] 2004-10-19, 12:14 pm |
| HTML code uses the hex value versus the RGB value.
I myself use the color picker dialog in FrontPage to obtain hex values from
color choices.
Your example is 93,00,15 in hex.
Meaning the value to use in the HTML is
#930015
You can probably google for color pickers on the internet, there should be
plenty of sites that convert RGB numbers to HTML hex values.
David Bartosik - [MSFT MVP]
www.publishermvps.com
www.davidbartosik.com
"DavidF" <Nope@nospam.com> wrote in message
news:uvRkhGetEHA.1452@TK2MSFTNGP11.phx.gbl...
> David,
>
> Would you mind sharing which third party program you use to create your
> dynamic menu at publishermvp.com?
>
> Secondly, on your FAQ page you offer the following script for changing the
> color of the mouse-over using the insert HTML fragment feature:
>
> <style>
> a:hover {color: #ffffff; font-weight: bold;}
> </style>
>
> This is probably really simple, and I hate to show my ignorance, but given
> that #ffffff results in what appears to be a white color, how do you
> specify
> a different color such as a dark red (147,0,21 as per the RGB
> specifications)? I don't understand the #ffffff part? Could you explain,
> please? Thanks.
>
> DavidF
>
> "David Bartosik [MSFT MVP]" <dbartosik@community.nospam> wrote in message
> news:#mSHN9UtEHA.3788@TK2MSFTNGP09.phx.gbl...
> should
>
>
| |
| David Bartosik [MSFT MVP] 2004-10-19, 12:14 pm |
| http://www.solpart.com/Default.aspx?tabid=77
"DavidF" <Nope@nospam.com> wrote in message
news:uvRkhGetEHA.1452@TK2MSFTNGP11.phx.gbl...
> David,
>
> Would you mind sharing which third party program you use to create your
> dynamic menu at publishermvp.com?
>
> Secondly, on your FAQ page you offer the following script for changing the
> color of the mouse-over using the insert HTML fragment feature:
>
> <style>
> a:hover {color: #ffffff; font-weight: bold;}
> </style>
>
> This is probably really simple, and I hate to show my ignorance, but given
> that #ffffff results in what appears to be a white color, how do you
> specify
> a different color such as a dark red (147,0,21 as per the RGB
> specifications)? I don't understand the #ffffff part? Could you explain,
> please? Thanks.
>
> DavidF
>
> "David Bartosik [MSFT MVP]" <dbartosik@community.nospam> wrote in message
> news:#mSHN9UtEHA.3788@TK2MSFTNGP09.phx.gbl...
> should
>
>
| |
| DavidF 2004-10-19, 11:14 pm |
| Thanks David. I was able to determine the HTML hex values using Pixie from
Nattyware. Its a free color picker that includes a mouse tracker. I think I
first heard about it from Mary Sauer. You simply point to a color and it
will tell you the hex, RGB, HTML, CMYK and HSV values of that color. Its a
HUGE download of 62kb.
DavidF
"David Bartosik [MSFT MVP]" <dbartosik@community.nospam> wrote in message
news:#bi1JmetEHA.2128@TK2MSFTNGP11.phx.gbl...
> HTML code uses the hex value versus the RGB value.
> I myself use the color picker dialog in FrontPage to obtain hex values
from
> color choices.
> Your example is 93,00,15 in hex.
> Meaning the value to use in the HTML is
> #930015
> You can probably google for color pickers on the internet, there should be
> plenty of sites that convert RGB numbers to HTML hex values.
>
> David Bartosik - [MSFT MVP]
> www.publishermvps.com
> www.davidbartosik.com
>
> "DavidF" <Nope@nospam.com> wrote in message
> news:uvRkhGetEHA.1452@TK2MSFTNGP11.phx.gbl...
the[color=darkred]
given[color=darkred]
message[color=darkred]
>
>
| |
| DavidF 2004-10-19, 11:14 pm |
| Thanks.
"David Bartosik [MSFT MVP]" <dbartosik@community.nospam> wrote in message
news:#lI2YpetEHA.2800@tk2msftngp13.phx.gbl...
> http://www.solpart.com/Default.aspx?tabid=77
>
> "DavidF" <Nope@nospam.com> wrote in message
> news:uvRkhGetEHA.1452@TK2MSFTNGP11.phx.gbl...
the[color=darkred]
given[color=darkred]
message[color=darkred]
>
>
|
|
|
| | Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |
|