Hi there, I recently launched www.coastappliances.com, It displays fine in IE, but the light grey background dissapears when viewed in Firefox, any help on this would be appreciated.
Looking for design critiques as well thanks!
dpf -> RE: FireFox and IE (8/22/2005 14:47:24)
I like your site. 2 things: the transitionsin the main page flash are rather abrupt - would look better if transitioned more smoothly. 2. whats up with all (hundreds) of empty table cells?? surely that wasnt necessary - makes your code bloated and clunky.
Ryoz -> RE: FireFox and IE (8/22/2005 14:56:01)
Thanks Dan, what is the code for empty cells, I am relatively new to HTML, DW.
a row begins with <tr> and ends with </tr> within a row are cells and each cell begins with <td> and ends with </td>. in this copy of your code, you have 3 rows, 2 of which are totally empty with many empty cells.
Ryoz -> RE: FireFox and IE (8/22/2005 15:26:28)
I basically have one large layout table with various layout cells for the buttons, pictures, but no "filler" cells in between, could this be the reason for the extra code?
thanks again.
RickP -> RE: FireFox and IE (8/22/2005 16:38:12)
Hi Ryoz
Your first query about background colour in FF is probably due to FF taking the CSS style of your blue 'body' background and not applying the non-CSS styled table background you've assigned.
Where your main containing table starts, try replacing this: bgcolor="F0E9E9"
with this style="background-color: #F0E9E9"
and it should fix the problem for FireFox.
Best wishes
Ryoz -> RE: FireFox and IE (8/22/2005 17:34:52)
Thanks Rick it works fine on Firefox now, I tested it through www.ryanoliver.net