I have a few divs on a page that are ABSOUTELY positioned inside a TD tag
<table>
<tr>
<td>
<div class="color_view" style="position:absolute;">color view</div>
< img src=".." >
<div style="position:absolute;display:hidden;">Color Options</div></td>
</tr>
</table>
When the user clicks the img the second hidden div is displayed showing
options. When the user clicks on the option color I would like to then
change the background color of the first div. I can't seem to access it via
the
ancestors('color_view') function because of its absolute positioning. Is
there any way to access via css selector or do I need to pass some sort of
id variable?
Thanks, David
--
View this message in context:
http://www.nabble.com/CSS-Selector-help-tf2828575.html#a7896339
Sent from the JQuery mailing list archive at Nabble.com.
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/