bkosborne / jQuery-Feature-Carousel

A 3-D carousel plug-in for jQuery.
http://www.bkosborne.com
GNU General Public License v3.0
91 stars 54 forks source link

inline styling #6

Closed markusfalk closed 11 years ago

markusfalk commented 11 years ago

it would help to style elements of the plugin if they were not styles using inline styles

bkosborne commented 11 years ago

Can you give me some examples? Whenever jQuery manipulates the elementals, it always uses inline styling. Not much can be done about that.

markusfalk commented 11 years ago

.tracker-individual-container li contains inline styles for floating and list-style-type

bkosborne commented 11 years ago

So, the reason this is done is to make it easy to setup. The user doesn't need to worry about styling the tracker elements, the carousel will do it. I think most jQuery plugins take this approach - where they only really require that you give it an HTML element and it does all the manipulating itself.

I'm in the middle of a re-write, I'll consider some of this