navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

Microsoft MVP

 

FP rollover format - again

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> Microsoft FrontPage Help >> FP rollover format - again
Page: [1]
 
Guest


 
FP rollover format - again - 3/16/2001 20:23:00   
Have successfully removed underlining from h-links on my (very basic) site, but I'd like, upon mouse-over for the text to change colour as well as being underlined. sounds simple but in changing the html code nothing happens, and if I use FP 'page properites' the underlining returns... what should I do? www.jeremy-clements.com

Thanks in advance.

abbeyvet

 

Posts: 5095
From: Kilkenny Ireland
Status: offline

 
RE: FP rollover format - again - 3/16/2001 20:16:00   
Put this before the </head> tag in HTML view.

<style type="text/css">
a.link{color: #003399; text-decoration: none;}
a.visited{color: #9900CC; text-decoration: none;}
a.hover{color: red; text-decoration: underline;}
</style>

You can change the colours to anything you like, using either names or hex values.

------------------
Katherine

InKK Design
LinKKs - Kilkenny's Online Magazine


-*-*-*-*-*-*-*-*-*-*
"Dogs have owners, cats have staff!"


(in reply to Guest)
Guest


 
RE: FP rollover format - again - 3/16/2001 20:48:00   
Cool - will try it.

many thx


[/B][/QUOTE]


(in reply to Guest)
Page:   [1]

All Forums >> Web Development >> Microsoft FrontPage Help >> FP rollover format - again
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts