Hi,

I can’t succeed to give properties on:



html div.x select{...}

And not to

html.linux.safari div.x select{...}



This works:

html:not(linux) div.x select{...}

html:not(safari) div.x select{...}

but I need both conditions

This doesn’t work:

html:not(linux.safari) div.x select{...}





Code:

<html class=” linux safari”>

<div class=”x”>

<select><option></option><select>

</div>

OR

<html class="could be any thing example linux chrome">

<div class=”x”>

<select><select>

</div>




Who can help me?

Thanks a lot.




Regards,
Marie-Ange




(Side info: I need this to solve the bug in android stock browsers with
responsive design. Problem; When you add a border or background to a
select, the arrow and border anymore on that dropdown box are not visible
anymore.)
______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to