View Single Post
06-09-2008, 04:10 PM
#2
Jordan is offline Jordan
Jordan's Avatar
Status: #pugs {display: block;}
Join date: Jan 2007
Location: Chicago
Expertise: CSS, HTML, PHP
Software: Sublime Text 2
 
Posts: 1,187
iTrader: 7 / 100%
 

Jordan is on a distinguished road

  Old

Honestly, you really shouldn't have any problems with padding/margin, so long as you realize a few things. With Firefox, padding is on the inside of the div, and margin is on the outside of the div. This is not the case with IE.

I have a layout I'm working on right now that uses margins/padding, and it's the same in IE/FF, and I had no problems at all.

Honestly, the only cons you'll have with CSS will be VERY little and that's when it comes to making sure it's cross browser compatible with older versions of IE (5/6.)