VampireFreaks
[ Vampirefreaks.com ]



VFLayouts.com - Vampirefreakss Official Layout Site

Vampirefreaks Page Classes - Footer_Links



.Footer_Links (Terms / About / etc Links At Bottom of Page)



.footer_links



o Make It Disappear

<style type="text/css">
.footer_links { display: none; }
</style>




o Borders

To put a border around the footer links:

<style type="text/css">
.footer_links {
display: block;
border: 1px solid red;
}
</style>


[ More Border Styles ]



o The Grey Line

To get rid of the grey rule above the footer links:

<style type="text/css">
hr { display: none; }
</style>




o Background

To set a background color for the footer links:

<style type="text/css">
.footer_links {
display: block;
background: red;
}
</style>


Or a background image:

<style type="text/css">
.footer_links {
display: block;
background: url('http://www.PATH TO YOUR IMAGE.gif');
}
</style>

More on [ Backgrounds ]



o Text Styles

To change the plain (none linked) text bit:

<style type="text/css">
.footer_links { color: red; }
</style>


To change the links (and hover links separately):

<style type="text/css">
.footer_links a:link, .footer_links a:visited {
color: red;
background: navy;
font-size: 8pt;
}
.footer_links a:hover {
color: orange;
background: green;
font-size: 8pt;
}
</style>

More [ Text Styles ]





Design by [ KineticShock.com ] && [ PrintedExistence[dot]com ]
All content copyright © PrintedExistence 2006 - 2008


Contact VFLayouts
[ Contact VFLayouts! ]