jsp - How to layout for a CSS web directory in a web project -
Now, I want to create a web page interface such as can be obtained from many other sites like translate.google. Com or BBC Com I use firebug to get the CSS distribution (CSS class, Div) of the elements in the page (such as button, div, text box ...)
However, currently I just use CSS I save pages for a file named index.css only when it has a large number of CSS classes and has been taken from multiple pages and especially when I have CSS in the specific page (for example, when I Neither the CSS I want to find) when designing with Google) to another web project, I can not even CSS reuse.
I'm eager to see some method of smart people's layouts CSS directory, which have a way to reuse css
I have a JSSP 2.0 framework and Netbeans 7.1.2 Using the editor, I am developing the web with JSP
Thank you for looking at my question
I usually use my web app I split into files, for example navbar.jsp, header.jsp, footer.jsp, each of them links to their specific CSS file: navbar.css, header.css and footer.css. Then in each page you include these JSP files.
I'm not sure this is the standard way, but I think it works for my app. Hope it helps.
Comments
Post a Comment