I need some direction on customizing NuBuilder's CSS.
From what I can tell when you create a subform or any other element in nuBuilder the CSS for positioning, height and width is dynamically generated as an inline style tag. This supersedes any styling I would enter in nubuilders css editor.
2 Questions:
1. Where are the rules for the CSS that is dynamically generated and can I change them? (i.e. can I control what height and width is assigned to an element? can I add css to what is dynamically created?)
2. How can I get nuBuilder to write the css to an external stylesheet?
Thanks!
Welcome to the nuBuilder Forums!
Register and log in to access exclusive forums and content available only to registered users.
Register and log in to access exclusive forums and content available only to registered users.
Nubuilder CSS Customization
-
- Posts: 4
- Joined: Thu Nov 10, 2011 5:21 pm
- Contact:
Re: Nubuilder CSS Customization
soldimedia,
Up until now the css from the Style form is printed out in the header of the html. This will change in later versions giving more flexability.
If you want to overwrite or change an element's properties further you will need to do it onload of a form using nuLoadThis()
http://wiki.nubuilder.com/tiki-index.ph ... uLoadThis_
Steven
Up until now the css from the Style form is printed out in the header of the html. This will change in later versions giving more flexability.
If you want to overwrite or change an element's properties further you will need to do it onload of a form using nuLoadThis()
http://wiki.nubuilder.com/tiki-index.ph ... uLoadThis_
Steven