Quote:
|
Originally Posted by BlazingBucks_Ryan
CSS Is incredible - while I am still learning it what I have done with it has been alot of fun. My biggest problem has been I overuse div tags and am not using enough sub classes so I end up with Div's causing <BR> tags effectively like this http://www.purchasemyfirsthouse.com - looks O.K. in IE based browsers but you start to see where I messed up the second you open in Firefox or Netscape browsers.
Any time I am trying to design a new site, I try to go table less... and use pure CSS, it is a learning process to say the least though. I understand the basics, where I have problems is aligning the different sections of the CSS layout...
|
Yep. IE handles Box properties, (ie: Border, Padding and Margin), differently than Mozilla basically. Fiddle with the margin and padding and you'll get it right in both I bet. Ran into that same issue..
I agree in general that massively nested tables are usually gross code.. Usually it's an issue where someone didnt know how to span more than 1 row or column, so they jam a whole new table into an existing cell.. blech.