1. Welcome! Please take a few seconds to create your free account to post threads, make some friends, remove a few ads while surfing and much more. ClutchFans has been bringing fans together to talk Houston Sports since 1996. Join us!

Cascading Style Sheets

Discussion in 'BBS Hangout' started by Jeff, Jan 30, 2004.

  1. Jeff

    Jeff Clutch Crew

    Joined:
    Feb 14, 1999
    Messages:
    22,412
    Likes Received:
    362
    I'm wondering if there are any CSS experts on the BBS. I've been delving pretty heavily lately into website accessibility standards and CSS and I'd be curious if anyone else has played around with it and your experiences making HTML more accessible.
     
  2. MadMax

    MadMax Member

    Joined:
    Sep 19, 1999
    Messages:
    76,683
    Likes Received:
    25,924
    can i pick these up at Bed, Bath and Beyond?

    seriously, Jeff...we don't have to know EVERYTHING that goes on in your home!! gosh!


    ;)
     
  3. PhiSlammaJamma

    Joined:
    Aug 29, 1999
    Messages:
    29,969
    Likes Received:
    8,053
    This is something I desperately need to learn, but no time, I wish there was CSS for dummies.
     
  4. MR. MEOWGI

    MR. MEOWGI Contributing Member

    Joined:
    Jul 2, 2002
    Messages:
    14,382
    Likes Received:
    13
    What i use them the most for is for formatting text. Having a fixed pixle font size is a god-send. I also have used them for formatting text-input boxes etc. I have started to use layers more in my sites becasue it seems like everybody now has browsers that support them. I love em. Dreamweaver makes it easy.
     
  5. AroundTheWorld

    Joined:
    Feb 3, 2000
    Messages:
    83,288
    Likes Received:
    62,281
    The programmers in my former team used this stuff heavily. We based a whole redesign on this stuff, but I think they had to keep it much simpler than they would have been able to do it had it not been for trying to keep it compatible with more browser versions.

    I think they used some of that stuff to build the whole portal in different languages:

    http://www.lycos.co.uk
    http://www.jubii.dk

    If you check the source, you can see they used CSS. Apparently, it helped them build lighter pages.

    Of course, I personally don't understand anything about how it works.
     
  6. Dr of Dunk

    Dr of Dunk Clutch Crew

    Joined:
    Aug 27, 1999
    Messages:
    46,648
    Likes Received:
    33,663
  7. Jeff

    Jeff Clutch Crew

    Joined:
    Feb 14, 1999
    Messages:
    22,412
    Likes Received:
    362
    I have always used them for font styles, but recently started using unordered lists to format site navigation and now have really gotten into formatting tables and data cells with CSS.

    I don't use layers very often because their formatting with relative/absolute can be tricky with browsers and window sizes.

    One thing I've been trying to figure out is a good way to get images to position themselves to the left of text on navigation elements. Normally, I'd just make two table data cells, one with the image and the one to the right of it with the text. But, CSS is just so damn convenient.

    Another thing that has been really tricky lately is unordered lists INSIDE unordered lists. I've been using them to create bullet lists with custom bullets, but, man, getting a second set of bullets to indent as a second unordered list (like an outline) is a beyotch, especially getting it to work in every browser correctly.

    As an aside, I've been reading Jeffrey Zeldman's stuff and keeping track of his website, but that guy and his followers are hard core with this accessibility thing. I'm not sure I'm ready to go there. :)
     
  8. Jeff

    Jeff Clutch Crew

    Joined:
    Feb 14, 1999
    Messages:
    22,412
    Likes Received:
    362
    :D
     
  9. PhiSlammaJamma

    Joined:
    Aug 29, 1999
    Messages:
    29,969
    Likes Received:
    8,053
    Sweet. Thankyou.
     
  10. mtweaze

    mtweaze Member

    Joined:
    May 27, 2003
    Messages:
    5
    Likes Received:
    0
    two guys that are doing some really innovative stuff with CSS and standards compliant design are

    Douglas Bowman [ http://www.stopdesign.com ] and
    Dan Cederholm [ http://www.simplebits.com ]

    i read both sites regularly, very interesting tips and what not.


    also check out the CSS Zen Garden [ http://www.csszengarden.com ] - some of the stuff on there is absolutely amazing.


    Jeff, for your question specifically, check dan's site (the archives) - he usually posts articles that have very interesting little code tidbits.

    here's one on styling nested lists http://www.simplebits.com/archives/2003/10/19/styling_nested_lists.html
     
  11. Jeff

    Jeff Clutch Crew

    Joined:
    Feb 14, 1999
    Messages:
    22,412
    Likes Received:
    362

Share This Page