A Flash Developer Resource Site

Results 1 to 8 of 8

Thread: adamthody.com

  1. #1
    Freelance or Bust thodya's Avatar
    Join Date
    Aug 2000
    Location
    Toronto, ON
    Posts
    71

    adamthody.com

    http://www.adamthody.com

    Pretty simple site, but one of my first in tabless layout, so I'm a little nervous about cross-browser performance...although input on any aspect of the site would be great.

    Thanks,
    Adam

  2. #2
    Up and Comer DMB Lover 41's Avatar
    Join Date
    Apr 2002
    Location
    Chicago, IL
    Posts
    506
    great site adam. it's very professional, and well organized. i recently did a tableless site, so i know what you mean about cross browser issues. the best way is to test it out on as many systems as possible, and try to pinpoint and tweak your code if there's any problems. hopefully in the future it's something we won't have to worry about as much. one thing i did notice is that the white area on the top is a little smaller than it is on all the other sides. otherwise, great job!
    it's all in the details
    conrad-design.com

  3. #3
    sophisticated
    Join Date
    Sep 2004
    Posts
    288
    verry nice
    love the "u" and "f" fields.
    how about making the whole thing appear in the middle? although left side is kind of interesting too...

  4. #4
    Freelance or Bust thodya's Avatar
    Join Date
    Aug 2000
    Location
    Toronto, ON
    Posts
    71
    Thanks guys!

    haha oddly enough, the design was originally centered, but when I switched to tableless I couldn't get it to work properly. Eventually I'll have the time/energy to switch it back.

  5. #5
    Member
    Join Date
    Jun 2002
    Location
    Tampa, Fl
    Posts
    41
    to align center try this

    #container {
    width: 750px;
    background-image: url(/images/bg.gif);
    background-repeat: repeat-y;
    margin-right: auto;
    margin-left: auto;
    }

  6. #6
    Graphic Artist Fonetik's Avatar
    Join Date
    Feb 2005
    Location
    Montréal, Québec
    Posts
    205
    Pretty nice, classy site

    works great and smoothly on IE mac

  7. #7
    Freelance or Bust thodya's Avatar
    Join Date
    Aug 2000
    Location
    Toronto, ON
    Posts
    71
    Originally posted by kmallea
    to align center try this

    #container {
    width: 750px;
    background-image: url(/images/bg.gif);
    background-repeat: repeat-y;
    margin-right: auto;
    margin-left: auto;
    }
    Perfect! Thanks.

    I was fiddling around with positive padding, and negative margins...this is a much better solution.

  8. #8
    Member
    Join Date
    Jun 2002
    Location
    Tampa, Fl
    Posts
    41
    No problem. FYI, When trying to get your rss feed the browser tries to download rss.php.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center