How to use various selectors in SIFR 3r436

Posted by reg3n on Stack Overflow See other posts from Stack Overflow or by reg3n
Published on 2010-04-15T16:40:02Z Indexed on 2010/04/15 16:43 UTC
Read the original article Hit count: 179

Filed under:
|
|
|
|

Hi, i'm using this

sIFR.replace(neutra, {
  selector: '#nav li',
  css:[ 'a { color: #ffffff; text-decoration:none; font-size:14px} a:hover { color: #d75a60; text-decoration:underline;}'],
  wmode: 'transparent', preventWrap: true ,forceWidth: true ,fitExactly: true ,forceSingleLine: true ,offsetTop: 0 ,offsetLeft: 0 ,tuneWidth: 0 ,tuneHeight: 0,
});

and i need to style a b inside a span inside a div ... and i just can't find the way, if i add another sIFR.replace(blah... it won't work, it messes with the other replacement sometimes :S any good reference? thanks in advance.

© Stack Overflow or respective owner

Related posts about sifr

Related posts about JavaScript