Is there any CSS file that has the following properties? [closed]
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
开发者_运维问答 Improve this questionI am looking for CSS template that has the following properties:
- Website title, menu bar and search box at the top of the page
- Tree-based view for the the folders or sub pages on the left
- body and the main content on the right
I googled about it but I did not get the exact properties. Please help me
Sounds like you want a CSS layout generator. There are lots of different ones available, but I only linked the first one I found. I suggest that you try them and see what fits your requirements best, since you have not specified if you want a fixed or liquid layout or if any of the sections have a fixed width or height.
For the tree view, if you can use jQuery, I highly recommend the excellent Dynatree plugin which is one of the better tree plugins. I like it purely because it's so customizable.
精彩评论