Hi, I'm developing my site about CSS tutorials. What kind of tutorials and other resources will be good to place?
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!
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.
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.
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