Jump to content

[SOLVED] Cell background template images?


blackcell

Recommended Posts

I have been trying to figure out how people make cell background images and implement them.  An example would be:

 

http://www.dotproject.net/

 

I am finding it hard to explain my question, but I am talking about the individual bubbles that have the pale background for the cell title and the white body background and the entire cell has a gray shadow border.

 

I want to think it has something to do with classes but I am not for sure I would much like to better understand this concept.

 

Any assistance is greatly appreciated.

Link to comment
Share on other sites

you have to set the css background property url value for the cell to a image of your choice. you also will need to set a default height for these cells; so the entire background image will be viewable; even if there is not much content in the cell.

 

something like:

 

<td style="background:url('bubbly.jpg');height:50px">

</td>

 

the above example is a "in-line" style, but you can add it to a class or id in an external stylesheet or embed the css into your individual pages.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.