Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
dguilloryjr #1
Background in cell help
need help.... i have a cell that the image just keeps repeating itself.... i
only want the image to show once in the cell... any ideas....
the image is repeating in the cell and i only want to image to show once!
dguilloryjr Guest
-
Dynamic cell background color
I have a data grid that is displaying our SLA timings for various time frames. I would like to have the background of the cell change to red if the... -
How to set cell background based on cell value when datagrid is displayed
I would like to check a datagrid cell value, and change the color of the cell background, when a datagrid is displayed. I want to do this as early... -
newbie:How to print the background of a cell in a table?
I have a table with one cell which has a black background and white letters. Looks good on Screen. When I print on a B&W laserjet, the letters... -
Background Image for cell in DWMX, it doesn't show up in Preview!
On Mon, 28 Jul 2003 03:52:14 +0000 (UTC), "Beatleman" webforumsuser@macromedia.com wrote: That's because the background is applied to the... -
Exporting images to html cell background
Hello, I wanted to find out if I can export a page made in Photoshop to the background cells of an HTML. You know that when do a "Save... -
Alper Bulu? #2
Re: Background in cell help
Use css "background" property to have more control over backgrounds.
Begin to work adding id="mycell" attribute to your table cell. Then add the
css code below into your document.
<style type="text/css" medial="all">
#mycell {
background-image: url(your image url);
background-repeat: no-repeat;
}
Alper Bulu? Guest



Reply With Quote

