Hi people! Im new here and Im new for CSS. I searched over the web and get confused about CSS pages. So my question is : Can we make a CSS page like frames ? so I want the menu frame change when I click the menu buttons of the top frame.
No CSS isnt a frame, you use it to help change things on your site more easily without having to change every little piece of code. For example if you want all ur headings the same, put what you want it to look like in the css then all ur headings will looks the same without you having to change everything. I hope that makes sense...please tell me if im wrong someone, thats just my understanding.
This can be done with the layer and ilayer tags of HTML and some CSS coding. This NOT done by CSS alone. By doing that in a div it works similar to layers. Just use a layer first and then slightly change it to div if required. A good site to learn both CSS and HTML of this method is w3schools.com. Check it out for more detailed info and examples.