Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
blacksmith77 #1
Background color for one table section??
A recordset search result page consist of a of 1 layer and within that
layer there is a table that embodies serveral rows and colums. The
last column contains a Image result record set Fields items:
<td width="180" height="120" align="center" valign="middle"
bgcolor="74a1c0"><div align="center">
<h3><a href="#" target="_self"><img
src="<%=(resultrecordset.Fields.Item("image_path_s mall").Value)%>"
border=0
onClick="MM_openBrWindow('<%=(resultrecordset.Fiel ds.Item("image_path_large").Value)%>','','scrollba rs=yes,resizable=yes,width=640,height=440')"
onerror="this.src='../images/no_image_s.jpg'" ></a></h3>
</div></td>
As you can see the BGCOLOR=74A1C0 . Now when this is this page is
displayed in Explorer, Opera, , and Netscape the BGcolor displays
fine along with the found image show up correctly.
EXCEPT for Firefox. When display in this browser the section of the
table shows image up but NOT the background color of 74a1c0. It is just
White. I think it is because I have this TABLE within a LAYER . Has
anyone experience anything similar?? THANKS
blacksmith77 Guest
-
reverse color and background
I have a flattened green-color logo image on a white background, I want to change of the color of background to dark green and the logo color to be... -
Background color of words in PDF
Hi, I am developing an application where i need to find specific words in a PDF file and highlight them with some background color. It would be... -
Changing Background color in swf
Any help will be apriciated. How to make choose color background in movie. I would like to make a option for visitors to choose background... -
background color?
any way to use tiled wallpaper image instead of choosing regular background colors? -
can't see background color
Hello, I'm using MX, and whenever I open either a new or existing web page, the background color of the page is a light blue color, when they... -
blacksmith77 #2
Background color for one table section??
A recordset search result page consist of a of 1 layer and within that
layer there is a table that embodies serveral rows and colums. The
last column contains a Image result record set Fields items:
<td width="180" height="120" align="center" valign="middle"
bgcolor="74a1c0"><div align="center">
<h3><a href="#" target="_self"><img
src="<%=(resultrecordset.Fields.Item("image_path_s mall").Value)%>"
border=0
onClick="MM_openBrWindow('<%=(resultrecordset.Fiel ds.Item("image_path_large").Value)%>','','scrollba rs=yes,resizable=yes,width=640,height=440')"
onerror="this.src='../images/no_image_s.jpg'" ></a></h3>
</div></td>
As you can see the BGCOLOR=74A1C0 . Now when this is this page is
displayed in Explorer, Opera, , and Netscape the BGcolor displays
fine along with the found image show up correctly.
EXCEPT for Firefox. When display in this browser the section of the
table shows image up but NOT the background color of 74a1c0. It is just
White. I think it is because I have this TABLE within a LAYER . Has
anyone experience anything similar?? THANKS
blacksmith77 Guest



Reply With Quote

