blackcell Posted December 21, 2007 Share Posted December 21, 2007 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. Quote Link to comment Share on other sites More sharing options...
phpQuestioner Posted December 22, 2007 Share Posted December 22, 2007 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. Quote Link to comment Share on other sites More sharing options...
blackcell Posted December 22, 2007 Author Share Posted December 22, 2007 So the image is contained within the cell and the text is overlayed? I think I understand how it works now, and now have a right direction to go in to start playing with it. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.