treehouse : what would you like to learn today?
Web Design Web Development iOS Development

CSS Layout - is this possible??

  • Hi is there anyway you can create a css layout like this?

    http://www.richard-grainger.com

    It is currently using tables but I would rather use CSS

    Any suggestions??

    Thanks
  • yes it is possible.

    Watch a few of the screencasts here and go for it!
  • Yes and don't be intimidated. I didn't know anything about css laout and just started ripping out <table> and <tr> tags and converting <td> tags to <p>. It really got to be quite easy after just a few stumbles while learning.

    Just make backups and chant your mantra:

    float
    float
    clear

    float
    float
    clear

    :)
  • Yes! It most definitely is possible! CSS can do anything tables can do and then some! Don't be intimidated by it, just keep plugging at it, and you can do anything with CSS. And considering that layout is pretty basic compared to many CSS layouts I have seen it shouldn't be too hard to replicate should you choose to do so!