Background Images

May 22, 2005 13:47

Is it possible to just have a background image in just the table / cell which contains the journal entry.. I know how to make one for the comments section (.comments table bit) and the date/time (.caption, .index bit ( Read more... )

background

Leave a comment

Comments 20

_sommeil May 22 2005, 14:42:08 UTC
There's no way to specifically target the entry box, no. What you can do, though, is set a background to all of the cells, then remove them specifically from the title/date/comments cells, like this:
.entrybox table td{
background-image: url();
}
.entrybox table td.caption, .entrybox table td.index, .entrybox table td.comments{
background-image: none;
}
If you'd prefer to have a different background image for the title/date/comments, just specify that in place of none.

Reply

sonicwaffle May 22 2005, 14:58:58 UTC
That's what I don't like about the howto tutorial, it doesn't tell you the none option and it took me ages to figure it out when I tried it ages ago lol!

*adding to memories*

Reply

ohmydearwow May 22 2005, 16:21:31 UTC
thank you! my last resort was adding another background image in, i didn't know about the 'none' option! xxx

Reply

strangers_pet May 30 2005, 02:00:04 UTC
how can i put a background on the navigation boxes?

Reply


obfan4eva September 9 2005, 01:41:00 UTC
thanks for this tutorial Ive been wondering how to do this.

Reply


drama_d11 December 20 2006, 16:46:18 UTC
I just learned putting an image as background, Am I right about using a pic the same size as my computer screen? {1024x768} because when I save it to photobucket it shows {150x113} as the pixel size, and when I add the image I get repeating {150x113}pics

How do I get the one image as my background and please tell me of anything I am missing.

ps This will be going on my GJ my LJ is fine.

Reply


fghtffyrdmns_bn October 27 2007, 22:41:40 UTC
How can I make my entry boxes semi-transparent?

Reply


Leave a comment

Up