So when applying the cascading style what do you go by? Or how do you get around this?
Okay, I have classes that are global. They need to be in order so they cascade.
I apply trimwork for the jQuery call, then thumb for the anchor style, then mid-pic for the image styles. It is being sorted to alphabet in RSD:
http://i64.tinypic.com/33uuzj6.gif
But in the code on this one it's getting added in the correct order:
http://i65.tinypic.com/w70y9i.gif
On one earlier I added the same thing, the same way it got arranged in the code mid-pic then thumb with the jQuery class first.
How the heck can you figure out what is where and if making a global class change where it's at? In the inspector you can't see the anchor styles. So you have to preview in a browser, the go to the source and search through that to find out if it did get added in the correct order... is this some kind of newbie faux pas I'm doing?

Luckily the thumb anchor style is cascading correct for the image style in this case but I'm only on the 2nd page. These styles are applied through out the site and on different image styles.