A Flash Developer Resource Site

Results 1 to 16 of 16

Thread: CSS suport fourms?

  1. #1

    CSS suport fourms?

    Looking for a good CSS suport forum...would anyone have an Idea?

    Thanks in advance!

  2. #2
    associate admedia's Avatar
    Join Date
    Oct 2001
    Location
    is
    Posts
    1,347
    Hey,

    I am not sure what the best place on these boards is, if there is any... but I just joined http://www.sitepoint.com/forums/index.php?

    and got some response from my first post there... check it out... it seems fairly active.

  3. #3
    associate admedia's Avatar
    Join Date
    Oct 2001
    Location
    is
    Posts
    1,347
    I am just now toying with going table-less myself, so I am curious to get more responses as well to resources, forums, links, etc... anything would be helpful.

    Thanks.

  4. #4
    I've found this:

    http://www.cre8asiteforums.com/viewforum.php?f=38

    And from this - located the info addressing CSS and cross browser compatibility issues here:
    http://www.communitymx.com/content/a...989953B6F20B41

    sitepoint has a lot of useful info.

  5. #5
    associate admedia's Avatar
    Join Date
    Oct 2001
    Location
    is
    Posts
    1,347
    Cool.

    someone else posted about using this forum

    http://www.csscreator.com/css-forum/


    I am going to pick through some of this stuff too to learn.

  6. #6
    Yeah...the ZEN GARDEN project provides a bunch of useful info. I've been tearing apart stuff from there for a while now.

  7. #7
    There's a bit of basic info here:
    http://www.kirupa.com/web-tech/index.htm#1

  8. #8
    Member
    Join Date
    Mar 2003
    Location
    Here
    Posts
    63
    This site is a major help when learning CSS, it's not a forum, but it should push you in the right direction.

    http://www.dezwozhere.com/links.html

  9. #9
    VODKA MONKEY - thanks, this looks like it holds a bunch of useful info.

    Also, something I've found helpful is this offline resource: Here

    The book approaches CSS from a graphic design angel. This is a double edge sword because the browser compatibility issue (a major sticking point with CSS) is not addressed to any major extent. However, that aside, the book is full of very helpful info. Check it out.

  10. #10
    Some things I've discovered from a technical standpoint (these may be obvious to those who use CSS on a regular basis and are familiar with its intricacies...but for those who aren’t):

    Make sure you have chosen the correct document type and that you then validate your script. Some issues related to doc types are discussed here: http://www.communitymx.com/content/a...F258C46D285FEE

    You can validate your script documents script here:
    http://validator.w3.org/file-upload.html

    It’s recommended you complete this step prior to beginning your formatting process with CSS. If for some reason you have errors existing and begin to test your layout prior to addressing these errors your corrections will be based on a flawed model (hope that makes sense). You can avoid a lot of issues by simply following this step.

    Another suggestion would be to first set and test your layout in Firefox rather than IE (because IE interprets CSS inconsistently) than make your corrections for IE. This issue is discussed here: http://www.cre8asiteforums.com/viewtopic.php?t=24320

    You can validate your CSS here: http://jigsaw.w3.org/css-validator/

  11. #11
    Here's another helpful resource for addressing display issues amongst different browser types (namely - IE):
    http://www.positioniseverything.net/

  12. #12
    Anyone else have any helpful resources they refer to when needing questions answered about CSS?

  13. #13
    Another resource I'm finding invaluable is the Developers Toolbar Extension to Firefox.

    http://www.mozilla.org/products/firefox/ - the browser itself!

    The Toolbar extension can be downloaded from HERE!!!
    Last edited by hothousegraphix; 06-04-2005 at 05:19 PM.

  14. #14

  15. #15
    Senior Member catbert303's Avatar
    Join Date
    Aug 2001
    Location
    uk
    Posts
    11,222
    in addition to the links already posted....

    http://www.css-discuss.org/ has a lot of great information. you can also find a lot of helpful stuff reading through the specs on the w3c site

    http://www.w3.org/TR/CSS1
    http://www.w3.org/TR/CSS21/
    etc...

    less useful, but still quite interesting (I think) are the experiments here
    http://www.literarymoose.info/=/css.xhtml - note the page is xhtml, so it can't be viewed in IE

  16. #16
    Junior Member
    Join Date
    Jun 2005
    Posts
    1
    thnx every one

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