Forum Moderators: mack
I thought css were applied merely to fonts? You can dictate size, color, underlining, etc. The good thing about using css is that you can change your entire site by just changing your styles. Is that right?
And layers- well I'm using DWMX. I thought layers were those things under the "Insert Layout Object-layers" tab and look like little boxes. You can insert anything into a layer: text, images, navigation, etc. Is that right?
Another thing about layers, why is it bad to overlap layers? I thought layers were supposed to be so much better than tables? What's the point of using layers if I can't overlap them?
Thanks all. Pardon my blonde day.
css can be applied to virtually any element or tag on a page, and can be used to define the look - colors, fonts etc, but can also define the POSITION of an element. combined with divs this can be a very powerful and flexible way of laying out pages.
insert anything into a layer
you can insert anything into a div, but when you get into complex positioning and nested divs etc, things dont always behave as you would expect.