Previous Message
Next Message

TOC for Image Gallery using Ordered List & CSS

Sent by nat parker on 16 April 2007 12:12


ibn Ezra wrote:
> What I would really like to do is to take the text inside the anchor  
> and force it to drop below the background image (with appropriate  
> padding), but it doesn't look like there is a way to 'grab onto' just  
> the text and do that without adverse side effects. Is this possible?

If I understand what you are trying to do, you could just add 
padding-top to:

#content #portfolios li a {
	display: block;
	height: 91px;
	width: 147px;
	background: transparent url(../_images/vellum.png) repeat;
	padding-top: 95px;
}


nat
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Message thread: