Forum Moderators: open
I've got sites that I'm running eCommerce on through asp and .net. I'm the design guy and the coder I work with is too lazy to find a fix to this. When I hand over the html to him and he gets the eCommerce stuff working. It creates these gray horizontal lines only in Firefox. Has anyone encountered this problem before and if so, is there a fix? I'll post two example urls below, visit them with Firefox and you'll see what I mean.
Thanks in advance!
[edited by: jatar_k at 5:18 pm (utc) on Feb. 18, 2006]
[edit reason] no urls thanks [/edit]
<table cellspacing="0" rules="all" border="0" id="ctlCategories_gridCategories">
<table cellspacing="0" rules="all" border="0" id="cltProducts_gridCategories">
... have rules="all". Get rid of those attributes and the grey lines will disappear.
Those attributes are used in so-called "advanced" tables. "All" is not even a valid value. Should be one of rows, cols, or none.
And welcome to the forums, bancomicsans.