Click to See Complete Forum and Search --> : colspan and FireFox
skifreak85353
07-05-2005, 01:26 PM
Does Firefox not recognize the colspan attribute??? Or am I just doing something wrong? I have a cell that I need to span two columns and the colspan works in IE, but not Firefox. Any thoughts other than I should use CSS?
-Dave
the tree
07-05-2005, 01:31 PM
Assuming that you're table is for the purposes of aranging tabular data and not for presentational layout purposes then CSS aint gonna help you out.
colspan is supported by pretty much every browser so I imagine that it's something else up, can we see your code?
skifreak85353
07-07-2005, 09:32 AM
The site is live, and the page in question can be viewed at http://dfgimagesolutions.com/ecommerce/prodInfo.htm
The issue only arises in FireFox and has to do with the classes that are being applied to the 'Product Overview' section.
I know I am using tables for layout. I had planned on using CSS exclusivley, but, this would have been the first site I created with just CSS, and after exploring the basics of CSS, I decided I did not have enough time to learn CSS properly, and complete the site before the deadline. So, I'd appreciate it if I could be spared from flamming, and just helped with resolving the issue :)
Thanks!
-Dave