Custom CSS, what selector to use when accessing elements inside a grid?
First, the new css file support is going to be incredibly useful and make things more real-world to build and have lots of custom css... I had been using a lot of custom javascript, jquery to alter css of elements, but that is just entirely unmanageable. So, thanks for adding this!
Somewhat related to using CSS is getting some clarity on for instance a grid and how to have an absolute reference to the item. This is the table inside the div that makes up the grid:
In the tiggzi designer properties I named it: grid_inbox_header
So, what is the thinking here in terms of using a css selector to access this element?
Using mobilegrid4 in this case is not at all helpful and again becomes entirely unmanageable and is not descriptive enough amongst 2 or 3 other grids on the same page etc. The name property is irrelevant with css and this dsid is useful with custom javascript like:
$('div[dsid="grid_inbox_header"]').css('background-image','url("http://tiggzi.com/views/assets/asset-...;
But, how do I do the same thing with straight css from within a project css file? Can the dsid be used somehow?
Hope I explained what I am trying to understand clearly...
thanks,
David