IE 8 and Publisher Navbars

B

Barry

I understand that ungrouping the navbars is the manual fix to getting them to
show up in an IE 8 browser, but can't something be done about this? I have
over 70 web pages to redo if I have to do it manually.

----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.

http://www.microsoft.com/office/com...d5538&dg=microsoft.public.publisher.webdesign
 
S

Spike

Publisher 2007 has an update that fixes the group problem It is SP2

Might try it and see if that gets it done for you.
I saw a post that someone had a problem opening SP1 files after installing
SP2
I have 2007 SP2 running on Vista and opening older files is NO problem

Spike
 
B

Barry

I am using Publisher 2003 and the reason is this below;

David F, I don't know if you remember but here is something else I would
like to know if it got fixed or not, see below;


I have installed this snipet in Publisher 2003;

<style>
a{text-decoration:none;}a:hover {text-decoration: underline;}a:hover
{color:
#000000;}
</style>


And it works fine in my Publisher 2003, but for some reason it will not work
in Publisher 2007, therefore I have gone back to my Pub 2003 to build pages.

Any idea why this css script would not work in 2007?

In that code it is suppose to remove the underline link and then put it back
with the color change as the mouse hovers over it. It is the underline that
is not disappearing in web preview. I know that it will not dissappear on
the web page itself but once you preview it should work and then when you
publish it to the server. What I am saying is the underline is not working
and when I use remove underline on the link as I had read about 2007 you
could do, the underline does not reappear when the mouse hovers over it as
this snipet should work. It works in 2003 anyway.



Subject: Re: Changing appearance of hyperlinks 5/20/2008 7:07 PM PST

By: DavidF

You are correct. I can get the mouseover color change to work, but not the
underline. Not sure why and didn't realize this didn't work in 2007. I will
keep experimenting and see if I can figure it. In the meantime perhaps Rob
who understand CSS coding would have an answer.

DavidF
_____________________________________________________________________
 
G

GeoffreyChaucer

Just guessing here, but try:
<style>
a{text-decoration:none}
a:hover {color:#000000; text-decoration:underline}
</style>
 
G

GeoffreyChaucer

Oops... it should read:

<style>
a:link {text-decoration:none}
a:hover {color:#000000; text-decoration:underline}
</style>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top