What kind of CSS tutorials do you want?

Discussion in 'CSS' started by DGK, Mar 10, 2009.

  1. #1
    Hi,
    I'm developing my site about CSS tutorials. What kind of tutorials and other resources will be good to place?
     
    DGK, Mar 10, 2009 IP
  2. renanorola

    renanorola Well-Known Member

    Messages:
    594
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    103
    #2
    thanks for sharing.
     
    renanorola, Mar 11, 2009 IP
  3. geekos

    geekos Well-Known Member

    Messages:
    3,365
    Likes Received:
    50
    Best Answers:
    0
    Trophy Points:
    140
    #3
    I want detailed tutorials/video tutorials about table less coding.
     
    geekos, Mar 11, 2009 IP
  4. mognog

    mognog Peon

    Messages:
    3
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I would say Tableless layouts but not the ones you see in a google search that just show simple 1, 2 or 3 columns. I'd like to see a tutorial on more complex layouts like the one I'm pulling my hair out over at the moment.

    Eg: 3 column layout. Column 1 has 1 row, Column 2 has 2 rows with row 2 split into 2 smaller columns, column 3 has 1 row.

    like so:

    [ c1,r1 ][ c2,r1 ][ c3,r1 ]
    [ c2,r2,r1 ][ c2,r2,c2 ]


    The key being preventing wrapping of column 3 when the content gets too big.

    I'm currently using my style sheets wrapped around asp.net content tags eg:

           ....
           div.xma-banner
           {
           margin: 0px 0px 4px 0px;
           }
            ...
    
            <div class="xma-banner">
                <asp:ContentPlaceHolder ID="PageContent_Top" runat="server" />
            </div>
            ...
    Code (markup):
    Also I would have thought there must be some kind of minimum generic code that allows you to build a dynamic table up of any shape without a style sheet containing hundreds of hard coded div's with various sizes in. Keep it simple but effective is key here.

    Good luck!
     
    mognog, Mar 12, 2009 IP
  5. malcarada

    malcarada Active Member

    Messages:
    87
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    93
    #5
    I would be interested in tutorials that explain how to modify your WP CSS without breaking anything. Like what to watch out for, what you are likely to be able to customize and so on.

    I know all WP themes are different but maybe it is possible to do something general for begginers.

    Cool site, thank you for sharing.
     
    malcarada, Mar 12, 2009 IP
  6. usadesi

    usadesi Peon

    Messages:
    296
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Send me the sitewhich is easy to learn these things fastly.thanks
     
    usadesi, Mar 12, 2009 IP
  7. Mw_WebDesigns

    Mw_WebDesigns Banned

    Messages:
    114
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #7
    If i were you i would add video tutorials onto your site and have a look around the forums and see what most of the problems people are having such as:-

    -:Alignment
    -:Edit CSS for existing scripts e.g, ( WP )
    -:Borders and links
    -:etc


    -Matt.
     
    Mw_WebDesigns, Mar 12, 2009 IP
  8. DGK

    DGK Peon

    Messages:
    73
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Special thanks to all.
     
    DGK, Mar 13, 2009 IP
  9. samir_designs

    samir_designs Member

    Messages:
    362
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    35
    #9
    another idea is to put a tutorial on different applications you can use to help you with the css such as firfox dom or firebug and such
     
    samir_designs, Mar 13, 2009 IP