Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript How can I get CSS proerties of element with jquery ? Reply To: How can I get CSS proerties of element with jquery ?

#151889
Paulie_D
Member

That seems like a lot of work when you could just use the HTML5Shiv and you wouldn’t need to replace the header at all.

Even if you did, you don’t need to copy the properties over…

header,
#header {
your properties here;
}

A grand total of 8 characters extra.