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
https://forums.phpfreaks.com/topic/82724-solved-cell-background-template-images/
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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.