other header/title images

Mar 12, 2007 21:24

so, i was browsing through
Read more... )

sidebar, background

Leave a comment

Comments 2

xtranew March 13 2007, 07:08:52 UTC
Of course you can.

To put image in the entry headers:

.entryHeaderDate {
background-image: url(http://yourimage.jpg);
backround-position: left;
background-repeat: no-repeat;
}

or

.entryHeaderSubject {
background-image: url(http://yourimage.jpg);
backround-position: left;
background-repeat: no-repeat;
}

depend on how you set .entryHeader as to display: inline; or display: block;.

To put image in the sidebar titles:
.sideboxTitle {
background-image: url(http://yourimage.jpg);
backround-position: left;
background-repeat: no-repeat;
}

I'm not sure if this is what do you mean, but there is a way to set up width for .entryholder;

min-width: 400px;

Reply

illuminant_love March 13 2007, 12:57:48 UTC
ahhh seee, i was trying to do it in just .entryheader, not date or subject.

thanks for the info!

Reply


Leave a comment

Up