Is there any way to set a href link color using the jquery css properties ?
Basically i need to style simple model http://www.ericmmartin.com/projects/simplemodal_v12/
there is containerCss options where i need to pass that style:
New in 1.2, you have the option to use external CSS or to pass in CSS
attributes for the modal overlay, container, and data elements as
options. The options are:overlayCss,containerCssanddataCssand
take a key/value object of properties. See the jQuery CSS Docs for details.
You can just use the CSS definition for it:
Or, alternatively, using a shorter syntax:
EDIT: since you are using Simplemodal: you are only able to style the overlay, container and data wrapper elements in your modal using the syntax described on this page. If you want to style anything else, simply use CSS or create a jQuery selector based on the DOM node you want to style.