View Single Post
Old 2013-05-14, 09:45 AM   #11
Cleo
Subversive filth of the hedonistic decadent West
 
Cleo's Avatar
 
Join Date: Mar 2003
Location: Southeast Florida
Posts: 27,936
Quote:
Originally Posted by Greenguy View Post
So The Gutting Of LOR is officially contagious?
Actually I've been wanting to kill the table layout at Cleo's for sometime. Learning to us Dreamweaver was the catalyst.

Using Dreamweaver is a totally different mindset than how I've did design in the past, bet very powerful. Compound CSS is allowing me to do things that I never could do in the past. Like giving the list a links a different color and hover than other links on the page like the sidebar and footer link.
Like what I did in the footer
Code:
.footer a:link {
	color: #FDD501;
	font-size: 12px;
}
.footer a:visited {
	color: #FDD501;
	font-size: 12px;
}
.footer a:hover, a:active, a:focus {
	color: #0C0;
	text-decoration: underline;
}
__________________
Free Rides on Uber and Lyft
Uber Car: uberTzTerri
Lyft Car: TZ896289
Cleo is offline   Reply With Quote