Unstoppable Domains

CSS Help

Spaceship Spaceship
Watch

Whogister

Established Member
Impact
118
I am trying to make the bottom links on my site have smaller font then the rest of my site... I can't figure it out though...

I have this at the top of my style sheet:

HTML:
	body,td			{ font-family:Verdana,Arial,Helvetica; color: #000000; font-size: 10pt; }
	A:link			{ text-decoration: underline; color: #000099; font-size: 10pt; font-weight: bold; }
	A:visited		{ text-decoration: underline; color: #000000; font-size: 10pt; font-weight: bold; }
	A:hover			{ text-decoration: underline; color: #0099ff; font-size: 10pt; font-weight: bold; }

This is what I am trying to use for the bottom links:

HTML:
.bottomlinks {
	A:link text-decoration: underline; color: #000099; font-size: 8pt;
	A:visited text-decoration: underline; color: #000000; font-size: 8pt; font-weight: bold;
	A:hover text-decoration: underline; color: #0099ff; font-size: 8pt; font-weight: bold;
}

Thanks for any help :)
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
GoDaddyGoDaddy
try using a lower case A.. ie a:link

also make sure you reference the style using class="bottomlinks"

plys your css is for bottomlinks is wrong.. it should read:

.bottomlinks a:link {
text-decoration: underline; color: #000099; font-size: 8pt;
}
.bottomlinks a:visited {
text-decoration: underline; color: #000000; font-size: 8pt; font-weight: bold;
}
.bottomlinks a:hover {
text-decoration: underline; color: #0099ff; font-size: 8pt; font-weight: bold;
}

although since all you're changing is the size, you could just do:

.bottomlinks {
font-size: 8pt;
}

and it will work fine
 
Last edited:
0
•••
CSS Ideas needed

how I can develop CSS myself.? please give me some ideas...


Thanks
 
Last edited by a moderator:
0
•••
Cascading Style Sheets is a simple mechanism for adding style to Web documents. Tutorials, books, mailing lists for users, etc. can be found on the “learning CSS” page. For background information on style sheets, see the Web style sheets page. Discussions about CSS are carried out on the "[email protected]" mailing list and on comp.infosystems.
 
Last edited by a moderator:
0
•••
Cascading Style Sheets is a simple mechanism for adding style to Web documents.Prior to CSS, nearly all of the presentational attributes of HTML documents were contained within the HTML markup; all font colors, background styles, element alignments, borders and sizes had to be explicitly described, often repeatedly, within the HTML. CSS allows authors to move much of that information to a separate style sheet resulting in considerably simpler HTML markup.

Thank's
_______________________________________________________
Credit Card Debt
Remortgage Deals
 
0
•••
Dynadot — .com Registration $8.99Dynadot — .com Registration $8.99
Appraise.net

We're social

Unstoppable Domains
Domain Recover
DomainEasy — Zero Commission
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back