Hello everyone, I am not totaly new to CSS, but I am new to understanding all that css2 has to offer. I am curious about the float and how it works if anyone knows.
If I make a div container, and then within that div container make several div containers that all float left, is it possible to stack them left to right across the sceen..however many I need? All with auto adjusting to screen size! lol tough..I know..been trying a while now.
Right now, all I have figured out is how to make up to 3 columns using ONLY css, but I want to be able to make 5 or 6 or even 7 would be best (this would oonly be in one row (like a header but used for several different things..7 things in fact).
When I was using tables this was not an issue. To make a "unique" "picture" border around a box was done by adding extra columns around the box to color in the look.....now how do I accomplish this with ONLY css as they are wanting us to do now a days? Tabless is nice, and loads faster, but trying to get more then 3 columns is, well for lack of a better term, a challange.
If someone could explain how to get several divs to line up across the screen and be cross browser (the latest version only is fine) compatible...th at would be great.
Thanks for ANY help you can lend my way....very much appreciated.
If I make a div container, and then within that div container make several div containers that all float left, is it possible to stack them left to right across the sceen..however many I need? All with auto adjusting to screen size! lol tough..I know..been trying a while now.
Right now, all I have figured out is how to make up to 3 columns using ONLY css, but I want to be able to make 5 or 6 or even 7 would be best (this would oonly be in one row (like a header but used for several different things..7 things in fact).
When I was using tables this was not an issue. To make a "unique" "picture" border around a box was done by adding extra columns around the box to color in the look.....now how do I accomplish this with ONLY css as they are wanting us to do now a days? Tabless is nice, and loads faster, but trying to get more then 3 columns is, well for lack of a better term, a challange.
If someone could explain how to get several divs to line up across the screen and be cross browser (the latest version only is fine) compatible...th at would be great.
Thanks for ANY help you can lend my way....very much appreciated.
Comment