View Single Post
  #7 (permalink)  
Old 09-26-2006, 08:24 PM
CheeseBurgerMan CheeseBurgerMan is offline
Learning Programmer
 
Join Date: Jul 2006
Posts: 78
Credits: 0
Rep Power: 9
CheeseBurgerMan is on a distinguished road
Default

Quote:
Originally Posted by Jordan View Post
I prefer tables. I can't ever seem to get my CSS to work right. Take a look at the new skin and look at the bottom border for each post. The images are out of line in IE but work fine in FF. CSS.......
Yeah, that's because IE has a horrible rendering engine. It's really, really bad. You can have standards compliant CSS, and it will still render all wrong. I'm starting out in web development, and for now I'm just ignoring IE completely. (although no one but me has actually seen my design )