Web Design Web Design Forum
Registration is free! Here you can view your subscribed threads, work with private messages and edit your profile and preferences Calendar Find other members Frequently Asked Questions Search
Home Web Design

Convenient web based access to our favorite web design Usenet groups

web design reviews

This is Interesting: Free Magazines for Graphics designers and webmasters  





  Last Thread  Next Thread
Author
Thread Post New Thread   

rollover effects available in Publisher 2003
 

heydayv




quote this post edit post

IP Loged report this post

Old Post  12-21-05 - 11:40 PM  
Has anyone found a way to make rollover effects work for Publisher 2003?  I
have been unsuccessful so far in trying a couple of programs to create
buttons and then import the code into Publisher.  Any ideas?

----------------
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...isher.webdesign


Post Follow-Up to this message ]
RE: rollover effects available in Publisher 2003
 

nav




quote this post edit post

IP Loged report this post

Old Post  12-22-05 - 11:57 PM  

Paste this html script in the Insert HTML field:
<style type="text/css" >a.button, a:visited.button{display:
block;font-family:arial;
font-weight:bold;text-align:center;color:000;width:122px;height:14px;
background-color:transparent;background-image: url(buttons/blue.jpg);
text-decoration: none;padding:4px;font-size:10px;}

a:hover.button
{display: block;font-family:arial;
font-weight:bold;text-align:center;color:FFFF00;width:122px;height:14px;
background-color:transparent;background-image:
url(buttons/blue2.jpg);
text-decoration: blink;;padding:4px;font-size:10.5px;}
</style >

where (buttons/blue.jpg) indicates that you have an image file called
blue.jpg located in the "buttons" folder, located in the same directory as
your .index file.

where  (buttons/blue2.jpg) indicates the hover image of the button, located
in the same folder.


the second step is to insert this html frament in another html insert field:
<a class="button" href="url">NAME LINK</a>

where "url" indicates the link and "NAME LINK" is the text that appears on
your button.

You need to have had two image files that are identical in pixels, one for
the original button, one for the hover effect.  They can be jpeg, bmp, gif,
etc.

I got this from a free website, but forgot where...

good luck.

"heydayv" wrote:

> Has anyone found a way to make rollover effects work for Publisher 2003?  
I
> have been unsuccessful so far in trying a couple of programs to create
> buttons and then import the code into Publisher.  Any ideas?
>
> ----------------
> 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 th
is
> 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...isher.webdesign


Post Follow-Up to this message ]
Sponsored Links
 





All times are GMT. The time now is 02:21 PM. Post New Thread   
  Previous Last Thread   Next Thread next
Microsoft Publisher archive | Show Printable Version | Email this Page | Subscribe to this Thread

Popular forums

Adobe Photoshop forum Macromedia Flash Web Site Design
Dreamweaver FrontPage forum
JavaScript Forum XML forum
Style Sheets VRML
Forum Jump:
Rate This Thread:

 

XML RSS Feed web design latest articles Syndicate our forum via XML or simple JavaScript

Web Design archive  Database administration help  


Top Home  -  Register  -  Control Panel   -  Memberlist  -  Calendar  -  Faq  -  Search Top