When should I use the CSS framework?
Hi,
I hope this is the right group for this question.
So, I am starting a new website project, and I wanted to start using
the base jQuery theme from the beginning of the project.
In the past, I have always built my CSS from the ground up... In other
words, I have never used any of the themes.
With that said, I have these questions:
1.
<http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/themes/base/
jquery-ui.css>
If I wanted minimal jQuery theme styling, would the above style sheet
be the best one to use?
2.
How do you use the jQuery themes?
I was thinking I would include the base styling, and then add "themes"
to my CSS when it is needed.
3.
Do you use the jQuery CSS for non-javascript manipulated elements?
For example, should I use .ui-helper-clearfix on parent div of my
floated navigation, even though jQuery is not touching it?
In other words, do you use the jQuery CSS framework on everything, vs.
just the jQuery manipulated elements?
=====================
My main concern would be to use the jquery CSS framework on a big
project, and then have to re-factor my code later because my approach
and usage was wrong.
Any thoughts? Tips?
Thanks!
M
--