|
for manipulating CSS styles that have a hyphen (ie: background-image, font-weight,border-width), the hyphen is removed and the first letter of the next part of the property name is capitalised.
So;
border-width becomes borderWidth,
font-weight becomes fontWeight,
background-image becomes backgroundImage (Which is the one you need to use)
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
|