Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Styling individual attribute option values

Styling individual attribute option values

Views: 333

Results 1 to 1 of 1
26 Jul 2011, 3:23 PM
#1
justrimless avatar

justrimless

Zen Follower

Join Date:
Aug 2006
Posts:
127
Plugin Contributions:
0

Styling individual attribute option values

In some of my pull down boxes I have 'read only' attributes.

I'd like to make these a different colour and size than the other selectable option values.

Is this possible?

I can style the option as a whole with something like
#attrib-10{
font-size: 1.5em;
}

And I note from firefox that the element has value = 10

but i'm not sure how to instruct the stylesheet.

Any help appreciated.