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

 

How do you do this:

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

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

All Forums >> Web Development >> Cascading Style Sheets >> How do you do this:
Page: [1]
 
Giomanach

 

Posts: 6091
Joined: 11/19/2003
From: England
Status: offline

 
How do you do this: - 1/5/2004 10:27:07   
I know the CSS for links with backgrounds is:

a:link {
font: bold
color: #FFFFFF;
text-decoration: none;
background: #000000
}

But how do you make the background wider than the link itself.

Cheers

_____________________________



bobby

 

Posts: 11394
Joined: 8/15/1969
From: Seattle WA USA
Status: offline

 
RE: How do you do this: - 1/5/2004 17:50:56   
Try adding this:

padding-left: 10px;
padding-right: 10px;

see if that does it... you can adjust the size to suit your needs.

You'll need to add that to each state of the link... link, visited, hover, active.

_____________________________

If con is the opposite of pro, is Congress the opposite of progress?


:)

(in reply to Giomanach)
Giomanach

 

Posts: 6091
Joined: 11/19/2003
From: England
Status: offline

 
RE: How do you do this: - 1/6/2004 3:45:34   
Works Thanx

_____________________________




(in reply to bobby)
Page:   [1]

All Forums >> Web Development >> Cascading Style Sheets >> How do you do this:
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