Background color for table cells ??

1 view
Skip to first unread message

blacksmith77

unread,
Dec 11, 2006, 11:50:21 AM12/11/06
to Dreamweaver
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_small").Value)%>"
border=0
onClick="MM_openBrWindow('<%=(resultrecordset.Fields.Item("image_path_large").Value)%>','','scrollbars=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

Jason Turnbull

unread,
Dec 11, 2006, 7:31:06 PM12/11/06
to Dream...@googlegroups.com
> blacksmith77 wrote:
> 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

Change it too: bgcolor="#74A1C0" (with hash)

Regards
Jason


Reply all
Reply to author
Forward
0 new messages