Thread: CSS/HTML Help
View Single Post
  #2 (permalink)  
Old 29-October-2007, 07:59 PM
tofu tofu is offline
Senior Member
 
Join Date: Nov 2003
Location: florida, USA
Posts: 2,407
Default

Post ye. code and I'll happily take a look!

1. I find that using the strict DTD and writing valid HTML cuts down on browser compatibility issues. I used to pull my hair out making IE and FF look the same, but since I started writing valid HTML with the strict DTD, I can't remember the last time I had a problem.

2. margin: auto (the way I normally center a div) only works when the div has an explicit width.

3. I don't think there's a standard way to center vertically that works in every browser.
Reply With Quote